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": "9c7cc78f-b3af-4f3d-9fce-ce10cc513467",
"CompanyID": "3639e396-c63a-4026-b948-449898d31fe9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-06T09:53:54.1020759-04:00",
"CreatedByUserID": "721cabd4-1db9-4ae7-8f27-2b898cc212db",
"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": "b28d7be7-ea96-4636-9a9b-3bc8cd59b451",
"CompanyID": "e26a757b-67d3-4e69-ad30-7b09e802263b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-06T09:53:54.2270755-04:00",
"CreatedByUserID": "1266e871-0d37-4dc3-9b42-4d578bb2b8b3",
"Deleted": true
}