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": "c2fea545-9b74-4485-995b-efb41a3a30d9",
"CompanyID": "76e3e5c3-f3c7-4760-b91d-8427279dc0b1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-30T03:15:06.8358872-04:00",
"CreatedByUserID": "4366a62f-4133-4dee-9118-ba7ccf064f87",
"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": "30b9c36b-1e4f-443e-9b47-5a0251b77350",
"CompanyID": "c19a3931-aac0-468c-8141-9b74d4cbdab1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-30T03:15:06.8358872-04:00",
"CreatedByUserID": "789c056f-9711-4ebf-8c13-f46061df8226",
"Deleted": true
}