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": "6a512d33-c874-44bc-a762-818fb5e6e490",
"CompanyID": "b8b1e8a7-2322-4038-91b1-b2a0a32204e9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-23T20:45:08.9441436-04:00",
"CreatedByUserID": "c0c4bfcb-1b80-4c23-8d50-c5d8cc7e2be3",
"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": "3451595e-dfd7-413a-85c8-bf20959f6e99",
"CompanyID": "7b3097fd-d9a2-4aca-a318-be71cf6614c8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-23T20:45:09.1160059-04:00",
"CreatedByUserID": "75f2c4ac-8e2e-4790-be07-e732d4621851",
"Deleted": true
}