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": "703ae6de-67b8-4def-bcde-12231e43b336",
"CompanyID": "bec00c64-64df-48f2-b0e3-51f01ad9d528",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-11T17:37:14.2753241-04:00",
"CreatedByUserID": "0954a3da-0bb9-438f-a6a7-c430bd2adf16",
"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": "0006a5fd-08e7-4045-af35-bce7618d75ac",
"CompanyID": "add549dc-1610-4232-a91b-242ab6f5ae2b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-11T17:37:14.4315664-04:00",
"CreatedByUserID": "74432d2e-8f3c-438c-a842-8172194d75c8",
"Deleted": true
}