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": "6ce8a9cd-02e5-48a0-8a33-71bd941a03a0",
"CompanyID": "9093bc00-1144-4bb0-b5e1-abc3f4b336a1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-15T09:08:53.1905404-04:00",
"CreatedByUserID": "82c03af9-55ea-498a-b990-6997fba1fc81",
"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": "2954874d-eed5-4f58-a851-b63df9ccda86",
"CompanyID": "4fc0c6f2-e3a9-4e36-82b3-36e7741527b4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-15T09:08:53.2061667-04:00",
"CreatedByUserID": "2cf953bb-a000-4d6a-9aa4-22e84582e59a",
"Deleted": true
}