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": "5284ad70-4ae4-4dea-8a80-abe3e965df6a",
"CompanyID": "758fc6fd-aa41-4011-90f4-850a562c8334",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-08T07:08:57.2239356-04:00",
"CreatedByUserID": "cda58299-c174-492d-a884-333dd1b3d635",
"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": "b3a2bdb6-064c-4f3d-90a2-8a058c08d953",
"CompanyID": "947920f4-9296-4bbb-b86e-cbed2d3704e7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-08T07:08:57.3645656-04:00",
"CreatedByUserID": "a6322a24-58fb-40ed-9d80-4e6f6cde12a0",
"Deleted": true
}