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": "00c081e7-3e6a-4260-8817-1ad43d413ff3",
"CompanyID": "74670cd0-7f87-478a-aa97-01c055d5caa5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-08T08:29:29.1736659-04:00",
"CreatedByUserID": "2a97d3be-2b7b-4f65-b72d-4ff5b351aeda",
"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": "6434d675-1b15-4e7c-8d69-98d1782c3569",
"CompanyID": "b4dfb34d-ec6f-46f3-8530-cb7038b6117c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-08T08:29:29.1736659-04:00",
"CreatedByUserID": "b4974bae-1dc0-462c-bb69-eeb410a518bb",
"Deleted": true
}