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": "8d92bf93-11c2-43bd-ae5b-66d4511658d1",
"CompanyID": "21fde934-298e-41ef-aacf-357295b84b4e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-17T13:04:31.8659822-04:00",
"CreatedByUserID": "436870d6-df67-4252-a626-39cc367d7de0",
"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": "7df5a26b-b2b5-487d-bcee-f7b4360bbc3e",
"CompanyID": "cbf28ce7-4d70-4e68-a6b9-7e94b6a09a21",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-17T13:04:31.8816144-04:00",
"CreatedByUserID": "3ec0d474-21a4-4b82-b4a3-a6c70645d540",
"Deleted": true
}