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": "ade4ecec-6dea-447b-9750-084325e878a0",
"CompanyID": "5afd0877-5ba6-4765-979b-6f25fc4a087a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-31T16:43:16.5052787-04:00",
"CreatedByUserID": "e463ec21-12ce-4a65-afd9-78e1cd02ab6a",
"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": "308b2520-df29-4962-b1f9-2e02b24a5477",
"CompanyID": "479e41ca-4767-40b0-b5d8-9e1ea0052636",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-31T16:43:16.5052787-04:00",
"CreatedByUserID": "e9702150-08ef-4265-ae33-07128649b90a",
"Deleted": true
}