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": "b22054cd-2b96-4499-99b1-aea5732ff560",
"CompanyID": "8351eda1-469a-44c4-b11f-10ebb0388fa4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-06T01:14:16.4501997-04:00",
"CreatedByUserID": "7a66cb54-167f-4c7f-a6ae-1f65963b75a8",
"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": "0d948ac4-428c-41da-8265-0d1a2656e624",
"CompanyID": "3414aef4-7d80-49a3-8004-9ceb961d24cf",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-06T01:14:16.4501997-04:00",
"CreatedByUserID": "532eb316-6189-410e-b57d-ab6fe599ad0c",
"Deleted": true
}