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": "b80ed5d0-8a53-47fa-9401-4cfd391afcef",
"CompanyID": "f594262b-f0db-4a84-9979-921d5eb6a10c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-12T03:32:32.5814953-04:00",
"CreatedByUserID": "e72daa24-4577-49cc-9e97-dae5a6e6da10",
"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": "f36fabb6-2f19-487e-b14f-74b9e4651d5e",
"CompanyID": "21298560-fac9-4400-8690-444247b82a89",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-12T03:32:32.5814953-04:00",
"CreatedByUserID": "b34d8cf3-0b0b-4103-8d7c-b46fb958c4da",
"Deleted": true
}