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": "f9e5e1fd-0b17-4f7e-bfa7-83eb8b95d666",
"CompanyID": "189a53bc-ebc6-4c0f-8b3c-7d7d7c40e6b0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-02T15:18:03.6354957-04:00",
"CreatedByUserID": "ba110769-0934-4568-b69d-cbbfa71032ef",
"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": "d929fa6c-66d4-4e78-8553-ea486937eabc",
"CompanyID": "778df766-e6cd-4663-ae3d-a456b73d51e9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-02T15:18:03.6354957-04:00",
"CreatedByUserID": "03f116aa-6d85-4456-9ed1-162033415f7b",
"Deleted": true
}