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": "b805b9a5-0236-4a8f-99fc-542b28d12d2c",
"CompanyID": "ad040220-5078-4f94-917e-bcd056bea9c7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-01T15:46:03.1189895-04:00",
"CreatedByUserID": "508827e6-ee49-492d-b059-20a3720b46db",
"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": "fe1af437-b7a0-446e-8b00-516481e16d21",
"CompanyID": "23747a86-7bac-43fb-b7b5-aebab3483608",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-01T15:46:03.1189895-04:00",
"CreatedByUserID": "5253757d-7b7d-489d-bb92-2325cc016c3c",
"Deleted": true
}