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": "7588c8a5-fe40-41a6-8bea-bc3d898e11e9",
"CompanyID": "d5823255-f94f-4956-b9ef-4774c378061e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-22T15:44:15.5549131-04:00",
"CreatedByUserID": "98c76e73-7085-4953-8e49-d5d7074ff43d",
"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": "33b3088f-c32b-4d91-9ae5-dc64edb85b78",
"CompanyID": "664375cb-c208-4b97-8d61-3436262c6fd9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-22T15:44:15.7111617-04:00",
"CreatedByUserID": "37b3359f-7b72-40e2-a84d-a9641be6ae76",
"Deleted": true
}