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": "fae19e2e-8811-4b66-a9a7-ac2a8f5dff23",
"CompanyID": "95978362-467f-42c0-b6a4-6b35191ba2d6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-31T21:51:31.0840168-04:00",
"CreatedByUserID": "4a523159-14e0-4bcb-bcde-72f6e298a2d6",
"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": "7dd1b8b1-c934-4929-b350-405777dcb90a",
"CompanyID": "23f9b099-b947-465e-af9c-eaabae4e5f52",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-31T21:51:31.2246472-04:00",
"CreatedByUserID": "e925bb5c-1aef-4dc5-9271-7477ff3985cd",
"Deleted": true
}