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": "78617274-9176-46f0-aeee-4ca1b5f83002",
"CompanyID": "cd10365b-c8c4-4b5a-83a1-a8f5ce14a9ea",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-15T00:51:37.0142169-04:00",
"CreatedByUserID": "a2bbf6ca-e83a-4c2d-a10d-f2d42126747c",
"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": "9e98fac8-5b03-4f5c-8273-5b443869c29c",
"CompanyID": "dad9327e-f9b7-40bb-b35d-89fccea7dde8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-15T00:51:37.0142169-04:00",
"CreatedByUserID": "915a28f1-17c3-4f7c-b229-ea05079d0fff",
"Deleted": true
}