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": "e25d8bc6-1ba4-42fa-a5d7-f0cc1c98e1d3",
"CompanyID": "aeb4e94d-7156-48b4-8024-4a2a2d0ac55e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-04T01:38:28.1308021-04:00",
"CreatedByUserID": "0341109c-9766-4471-b071-e2cd46841b6a",
"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": "edbd0e39-99eb-4738-bedc-e0af7f22d9a4",
"CompanyID": "68e24565-9269-42ff-aa88-6c893974b90e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-04T01:38:28.2870569-04:00",
"CreatedByUserID": "de351775-674a-4573-bd6d-a87a3284110d",
"Deleted": true
}