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": "5d430a79-80e8-470c-99e5-f9b4e2b91286",
"CompanyID": "9faa3469-f8fb-4cb3-b9b9-4b12e3e236ed",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-09T16:29:08.7397192-04:00",
"CreatedByUserID": "960686be-7dbe-456e-908c-b0bbff3c1ad0",
"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": "49447b92-c9aa-48e8-8120-055af5739314",
"CompanyID": "4de46313-90f4-486b-a1f3-bfe70a550a52",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-09T16:29:08.7397192-04:00",
"CreatedByUserID": "da4e2892-2ff7-410f-8658-4464aefa5730",
"Deleted": true
}