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": "32412d8b-2dda-4f6c-96f5-09081fc8d723",
"CompanyID": "b1040132-5e88-4628-a1a8-9f91fc986539",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-16T13:17:21.2352537-04:00",
"CreatedByUserID": "4fd10d35-e154-4fe4-83dd-0fb50617e266",
"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": "6ae8dabc-d85c-4b3d-b0c7-f60b03f816a1",
"CompanyID": "bf7f58d9-b800-4046-90d9-c55869b5675e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-16T13:17:21.3758767-04:00",
"CreatedByUserID": "006aa91a-1344-44af-85f6-13c046d2cb04",
"Deleted": true
}