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": "3eac521b-f050-4d57-af62-3a71c123a5a3",
"CompanyID": "53ceac2b-9b9e-4702-b662-ea951a960725",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-15T15:35:26.246134-04:00",
"CreatedByUserID": "9e730c31-c397-43f3-a6b3-b18eff5e09a7",
"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": "1689d3ce-d785-42d1-9509-5b22d1d457a1",
"CompanyID": "8ec3bebf-f9f3-4a3a-b3c5-337c50b6b16b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-15T15:35:26.246134-04:00",
"CreatedByUserID": "8a36e31c-9e2b-411f-a996-1f0d422e6ff4",
"Deleted": true
}