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": "24fc6574-0f97-4665-956f-0b71226a3bf8",
"CompanyID": "52e42939-440b-494e-9617-be7aae5e56f6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-17T12:36:18.7875562-04:00",
"CreatedByUserID": "7402c07b-c4a9-45eb-8f28-9d1f491f89b5",
"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": "32973b90-8c58-4e4c-b88c-6496c8db1108",
"CompanyID": "36b017e9-ec4e-4cbf-b22d-f6131735b75a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-17T12:36:18.8031737-04:00",
"CreatedByUserID": "d67dd02c-9d88-4345-814e-fc7c6cc20289",
"Deleted": true
}