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": "5167dbb4-00d1-42ef-8115-308deae63fe4",
"CompanyID": "39e1ef50-8b70-48aa-82de-16392c07a9ee",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-24T01:17:39.8397406-04:00",
"CreatedByUserID": "e8952755-2183-4b2b-b41f-2de8c6f33cdd",
"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": "9cee54eb-da46-4cb6-b07d-595d860a7489",
"CompanyID": "5481a541-bd85-41c5-802a-2df75f0588b0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-24T01:17:39.964744-04:00",
"CreatedByUserID": "2ddf0a00-0b29-492d-9d2e-e97de7a2487b",
"Deleted": true
}