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": "e175b9b3-675d-4891-9bf9-7b2dca777139",
"CompanyID": "b2c2d9ac-e24c-47fc-b136-c1b88d7dc4bd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-16T20:27:37.0443798-04:00",
"CreatedByUserID": "11b2370c-76f2-4ce2-af7c-7b0e2e107638",
"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": "2dec2b0d-83b4-417e-9e21-0604b676fab4",
"CompanyID": "7ff59dff-2870-44a9-9205-8e57866e673d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-16T20:27:37.3256314-04:00",
"CreatedByUserID": "8045f261-38a0-42fb-832c-11fa6081ae08",
"Deleted": true
}