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": "42056ab0-8605-4ad6-8f5d-4bcd5c7ff26f",
"CompanyID": "96b1702c-224a-4f46-8d2b-eec8f140f6f9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-06T16:29:31.2198353-04:00",
"CreatedByUserID": "737a5ae8-6ba8-4a90-a9e2-e2738fc68883",
"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": "1381c57e-3412-49ae-9868-d28de57a42ba",
"CompanyID": "70d6e86c-e7ae-458e-80d5-01c3c663a281",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-06T16:29:31.2198353-04:00",
"CreatedByUserID": "345c411f-8b30-4c45-98de-31352e2493ac",
"Deleted": true
}