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": "840973ad-91bb-4f53-af4b-2b5618a217af",
"CompanyID": "9229ad23-ef51-47f8-8c06-b8ff4d80a847",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-31T03:14:59.8931736-04:00",
"CreatedByUserID": "85346885-a9f4-42d0-9607-4b270ab6440f",
"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": "a3574e17-14bc-47fc-9512-f4b6acaba258",
"CompanyID": "9562baf4-6fd5-41f1-ac76-850bb5350527",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-31T03:14:59.9087991-04:00",
"CreatedByUserID": "18096528-7a38-42d1-b425-04ee090a9a4b",
"Deleted": true
}