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": "8e2e1fa4-08f9-48b9-9829-9ea04b567a89",
"CompanyID": "e6063907-ddf9-49f6-9cc4-c3327d5202e0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-11T14:58:57.3797859-04:00",
"CreatedByUserID": "fcabbf60-cde3-4702-a03f-6a15632e48ac",
"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": "6f932e76-45a3-43f4-bcfb-f7d8e7ca7c0d",
"CompanyID": "7c36efe4-f999-4ec9-8bda-be5e5a33cf8a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-11T14:58:57.3797859-04:00",
"CreatedByUserID": "14f33740-fb63-47ea-a6c5-6328cc7311ac",
"Deleted": true
}