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": "30168b34-e6b1-4808-8354-09f09c807c9e",
"CompanyID": "623a448c-ee85-42a0-8fd9-956082d59ce6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-10T00:25:48.7793599-04:00",
"CreatedByUserID": "37432953-abba-4ee9-84e5-8e21b0d12083",
"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": "8ac904b5-d491-427b-99d0-4cc27564f390",
"CompanyID": "02f2a65a-47cb-4814-b251-7d23ec34c42e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-10T00:25:48.9366638-04:00",
"CreatedByUserID": "79d0b0d0-f755-4a28-b1d8-1670ce966dcb",
"Deleted": true
}