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": "fb4f0a44-f241-4e13-bb9f-cf607a1ca327",
"CompanyID": "72f62a8f-e881-4bbe-8c9d-01c255bcbe76",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-15T11:46:39.6919946-04:00",
"CreatedByUserID": "e9537e8b-a4c3-4d81-bee4-2bac0ca3b7a5",
"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": "5ada057c-3e83-4d8b-ab58-1b1a9b48160b",
"CompanyID": "31c69189-00b2-428f-aca9-6883b5cb8ca0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-15T11:46:39.6919946-04:00",
"CreatedByUserID": "8aedb3ad-2d7b-4699-a464-d47e9a483e27",
"Deleted": true
}