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": "4a9a6de8-274a-4ce6-8fe1-a9f2aa7aa279",
"CompanyID": "6391447d-aed7-41da-ba4a-eda2aa3964c8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-23T04:42:00.4065643-04:00",
"CreatedByUserID": "cea246a9-ff4c-483f-8cdc-5cd425a0f6f9",
"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": "7e6fbe87-9acf-4e8f-8431-59676360bb81",
"CompanyID": "3c6f2365-6637-44bf-a206-f6d0aefa9393",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-23T04:42:00.4221242-04:00",
"CreatedByUserID": "c410c583-24f5-4099-8aeb-9cd1413f3045",
"Deleted": true
}