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": "d20ece1a-3d0b-4f6b-bac1-5642d94f777b",
"CompanyID": "58722d98-41c6-43a2-b72d-a990fed5c2bd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-16T06:57:35.6034134-04:00",
"CreatedByUserID": "d203de01-6b54-4049-b360-69389f266b0a",
"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": "0f58a0d4-3c2d-4816-b327-6d5d341b7bbb",
"CompanyID": "be34827e-fbc2-4f6a-be44-0995b82a450c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-16T06:57:35.6034134-04:00",
"CreatedByUserID": "f174daa4-9a83-4000-8bb4-8cf512bef87d",
"Deleted": true
}