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": "59a1ff96-2d4d-4ad0-8d16-b83691eb9c16",
"CompanyID": "9796e234-790d-48d1-bc14-c18d52f5882d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-04T21:34:42.3579183-04:00",
"CreatedByUserID": "7a6c1c4a-7f0c-436d-82ae-ec56429300f6",
"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": "51d20b3b-a5ad-4480-b6e3-340cb973b05a",
"CompanyID": "786c5600-fe60-46a7-b118-31be7bec9831",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-04T21:34:42.3579183-04:00",
"CreatedByUserID": "d0269a2a-5357-4a6f-a73f-711d4f280b06",
"Deleted": true
}