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": "e12a216c-17a7-49b7-a708-bc3f1fe45bf5",
"CompanyID": "31d6398c-ed6a-4116-9aa5-617bc52fc2c5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-05T23:40:06.3456689-04:00",
"CreatedByUserID": "2fcc8288-a673-40f5-910b-bbd5a8748bbe",
"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": "482ef7b5-3ba6-426e-8a8f-2312e7dfd9e5",
"CompanyID": "6b93d5b6-5f9e-421d-8847-ff55df76f7e0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-05T23:40:06.3456689-04:00",
"CreatedByUserID": "80899aa8-a460-4be9-9781-7394eb858bfa",
"Deleted": true
}