POST api/CompanyCommunity
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| companyCommunity | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CompanyCommunityID": "292ba5ad-07ba-49ce-aaf0-91e820da008a",
"CompanyID": "1455ef14-7d12-4a0c-97a3-ed995d339f4e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-11T09:34:18.9801568-04:00",
"CreatedByUserID": "c4df16cb-743f-476d-a435-38c6bc099120",
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"CompanyCommunityID": "3851fea1-5791-4f5e-a4a7-c313c1751011",
"CompanyID": "8d57dd47-c0a0-4a40-9623-bf8abe60c25d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-11T09:34:19.1051495-04:00",
"CreatedByUserID": "ea8f8c29-246e-4c50-a219-a9446dad6ed6",
"Deleted": true
}