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": "e4686278-cc4c-48d7-aebd-5df27385f723",
"CompanyID": "82eb2fe7-4852-49d2-be3c-f1cb64c767ee",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-02T21:47:04.2884859-04:00",
"CreatedByUserID": "60eeeacd-c21b-4de7-9247-0cd7412582d3",
"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": "a12992a8-3b0d-4ed2-9cdc-8bbd813e40bb",
"CompanyID": "2be95918-ffb5-400a-abe0-3dc3c064d488",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-02T21:47:04.2884859-04:00",
"CreatedByUserID": "570a4367-d3ec-4314-9267-f93fbaedb539",
"Deleted": true
}