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": "659982f9-0c0b-4d35-bade-00958e160eaa",
"CompanyID": "7007189b-b17f-40ed-afb2-76c9eefb2abd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-13T06:57:42.5730342-04:00",
"CreatedByUserID": "6cee60d4-c44c-4d89-baf4-5bc238a316ec",
"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": "a23922a8-f4aa-4409-93b5-5a92fbe3e757",
"CompanyID": "0f52d7ac-1c4d-4248-8383-cd4335feaf48",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-13T06:57:42.5886546-04:00",
"CreatedByUserID": "360e8b06-f503-41fb-a736-11fcbdc27703",
"Deleted": true
}