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": "b494bf70-ddec-4449-bb14-c70a97053abe",
"CompanyID": "70cad7ac-5315-418d-b667-215913cc05f8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-04T07:18:56.3112339-04:00",
"CreatedByUserID": "8db05da1-36c3-4536-ad3b-063fce353875",
"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": "04ea1825-ba72-4af9-a97d-b85c17f35afe",
"CompanyID": "02511793-45f2-465e-bc87-b1c618065d07",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-04T07:18:56.4831014-04:00",
"CreatedByUserID": "ac8df091-8d10-4c84-93f0-24444f4966c9",
"Deleted": true
}