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": "b2a9f661-95bb-40b3-89bd-5ccdaa101c0d",
"CompanyID": "c8bae180-3448-4e38-9246-647a767edacf",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-14T14:56:21.9542813-04:00",
"CreatedByUserID": "1f3130c5-0775-4b90-ba90-8ca1d6d9580d",
"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": "1d957dca-4e18-40a6-8016-78e5a651dea4",
"CompanyID": "d71a02ba-155c-4c8b-b43f-8d4c0663bb94",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-14T14:56:22.1105402-04:00",
"CreatedByUserID": "a438c509-58b4-41b2-b586-7f971fe2d513",
"Deleted": true
}