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": "fd11417d-6953-4d8b-86de-4248a45744ec",
"CompanyID": "0c3ae123-bfa7-4fd7-9567-2ba48c72f373",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-29T08:02:13.6776308-04:00",
"CreatedByUserID": "b6f9c06c-9112-451b-a389-61639072b42b",
"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": "21dbf108-973d-421a-b0d0-ab0d6516e032",
"CompanyID": "650bc062-6712-49c7-b6f7-83f75b36346d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-29T08:02:13.6776308-04:00",
"CreatedByUserID": "44e6feca-8b36-4e9f-b878-aafa72761271",
"Deleted": true
}