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": "a2d39bd9-fbfc-4251-b2f7-5137acf72400",
"CompanyID": "aed3b42d-a07d-440d-8025-9fb43015cf2a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-21T07:23:26.0900027-04:00",
"CreatedByUserID": "bab1d6e0-4be2-4219-bed7-d35b88b1880b",
"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": "806d3a43-00c0-474b-9a6c-381a460a8681",
"CompanyID": "3db09238-fbc1-4dd2-93f3-aeca3d51d130",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-21T07:23:26.2774911-04:00",
"CreatedByUserID": "b1351bea-9aeb-4478-877e-c243217072cb",
"Deleted": true
}