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": "8d174023-2973-49c7-99c7-e3414f508c2d",
"CompanyID": "b553e1e9-89a9-4c73-9f49-579602ca1110",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-09T17:37:37.3680658-04:00",
"CreatedByUserID": "da6b9598-c49d-4c1e-a4ac-bd3da401f267",
"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": "02aa1dc8-b2f5-4c59-8d8b-c8d0c991dcd3",
"CompanyID": "37ffdc7c-69fa-443d-b3fe-cabaf64ce54b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-09T17:37:37.5243091-04:00",
"CreatedByUserID": "bce28d50-c80a-4052-a4a1-f0c93908dead",
"Deleted": true
}