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": "9e36e058-df06-4b24-8928-7980948d8774",
"CompanyID": "624837bf-1aa1-43a5-acf0-6e342e230c65",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-05T11:28:36.7255978-04:00",
"CreatedByUserID": "7a6179bc-8f60-4247-b920-ac73522ade99",
"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": "33cdd859-4a18-4036-8162-119d6ed2ef85",
"CompanyID": "81f425ea-c476-424f-8eb4-fdd410bc962d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-05T11:28:36.866216-04:00",
"CreatedByUserID": "eded99d7-d3e7-4673-81f7-1c840bf173cf",
"Deleted": true
}