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": "21cc26f1-5bc6-43ea-b770-2bb04be5f56a",
"CompanyID": "d47099af-54f0-4ffd-b020-5e21fc9ecb19",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-06T02:32:08.0346601-04:00",
"CreatedByUserID": "b02b6573-2c5c-4a12-8a49-3c3e4d784678",
"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": "8b417035-b1c6-4876-9916-d51f4fe7f7b8",
"CompanyID": "7678efd0-1e1c-47cf-9a4b-082817257175",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-06T02:32:08.0346601-04:00",
"CreatedByUserID": "afd7e1d8-4657-4c1b-98b0-9f96b12652fb",
"Deleted": true
}