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": "58780f57-2c3c-4c4a-95e3-de2e772d856d",
"CompanyID": "76b23309-a3f6-4886-a075-0742160d6722",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-19T02:33:59.2606334-04:00",
"CreatedByUserID": "5fd877ce-f835-434a-afa3-03854e108bf3",
"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": "2468e861-9f92-4fff-94ef-d9549faa81fa",
"CompanyID": "71fb47fe-305d-436f-aa99-f62dad182e78",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-19T02:33:59.3856382-04:00",
"CreatedByUserID": "73efe836-013a-4daa-8f25-560f2092b5ff",
"Deleted": true
}