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": "537d080f-0565-4c8c-b8d9-b195546226e0",
"CompanyID": "f02f2681-192c-4629-9600-b8d374c6cd3c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-06T19:08:33.5850222-04:00",
"CreatedByUserID": "3b742cbc-0848-42a1-909a-6651fb411cc7",
"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": "2a35591c-3a74-422c-ab8b-18f8e8934c28",
"CompanyID": "cf0e036b-42da-4662-bcee-bb47b84cfa2b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-06T19:08:33.7412719-04:00",
"CreatedByUserID": "c168bd59-b451-48e2-a949-f6befebf3d8e",
"Deleted": true
}