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": "18cfc4e7-f07a-42ef-98b0-3e5870a5e514",
"CompanyID": "15bcfba1-fdc5-4c2c-b11d-53893d856765",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-06T16:41:00.1157431-04:00",
"CreatedByUserID": "e46baf8d-16fd-46f0-be44-7b260da699c8",
"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": "c997e4f8-3469-4667-ac14-62e1e2a23591",
"CompanyID": "438a0b93-875c-46c7-9963-59874005a506",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-06T16:41:00.2563702-04:00",
"CreatedByUserID": "b2b278f5-3c50-4565-8264-296bbcb9e339",
"Deleted": true
}