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": "13583660-d160-4fa3-8ea9-b4e53a540eb3",
"CompanyID": "cac9d42c-3dca-4f13-9eda-9cae27880bb9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-24T19:50:39.3591406-04:00",
"CreatedByUserID": "e7f3d778-ead0-47e3-bba1-285bed23f9cc",
"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": "5e5391c9-cf07-4662-8c04-f8bcaeb93931",
"CompanyID": "1d720e9d-73fa-46f4-b2de-228ce30cbc2e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-24T19:50:39.5153939-04:00",
"CreatedByUserID": "6c039691-c513-472f-86cf-6c488082fe5e",
"Deleted": true
}