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": "df32bef8-52fb-4da4-b904-f3917e0cb6d6",
"CompanyID": "28c2b0fc-404b-45b5-a0b7-b4cd80b4560e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-08T21:07:47.4605535-04:00",
"CreatedByUserID": "960e6754-ae6e-41e5-a779-7086b64c104a",
"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": "b8c11622-ab67-48ec-b6ea-d1ef30efb966",
"CompanyID": "30476dad-d674-49d9-8398-c567ac54ca33",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-08T21:07:47.4605535-04:00",
"CreatedByUserID": "4821ff0f-96fd-4748-adf1-6332f3d6e82a",
"Deleted": true
}