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": "7887af31-1ce1-49d2-9f51-13f7faedba83",
"CompanyID": "7a1c9e7a-5224-408b-a792-8586312829ee",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-16T11:28:20.0816489-04:00",
"CreatedByUserID": "28124c44-9c97-4a95-b754-44ca3da5752f",
"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": "3ecb2bfc-d82c-4faa-8a3f-42336aeb5103",
"CompanyID": "b67babc1-c488-4e36-a313-92a3be5586b1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-16T11:28:20.2379001-04:00",
"CreatedByUserID": "ef3fc377-72d3-400f-ad92-d5ad96241e68",
"Deleted": true
}