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": "4e2489fb-624b-4fd8-8dd3-a963899857a4",
"CompanyID": "fc28ba62-4184-43c2-bb8f-93150b067d67",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-04T15:47:14.8486342-04:00",
"CreatedByUserID": "f940a40c-b72f-4052-b4dc-4e75db5544a9",
"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": "67ea1734-00f9-4086-af2c-f28bda198253",
"CompanyID": "719cc32f-78a2-483d-a9e6-61257dae784a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-04T15:47:15.0205114-04:00",
"CreatedByUserID": "e012556d-6e0a-4fde-a529-847dcc846707",
"Deleted": true
}