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": "e47cfcda-767c-4aa7-ab1b-c7fb64fa603c",
"CompanyID": "0440bb80-d111-466b-b81a-75fcf8cd951a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-09T03:44:06.2239575-04:00",
"CreatedByUserID": "21c8e7bd-2c16-413f-9d57-eb8ae51b7540",
"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": "15254c17-a5e8-4db8-a03b-6c9d8b57188a",
"CompanyID": "0259b147-daae-44ef-a43b-fa7932d8e7b5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-09T03:44:06.2395512-04:00",
"CreatedByUserID": "875d8b45-e5ef-4567-8e4b-bf459bd3f1d8",
"Deleted": true
}