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": "17d2207a-b15a-48c0-8f76-0ce2d48d8fe1",
"CompanyID": "41bc2606-d7b5-460e-9c5f-290950b490a3",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-19T01:49:17.6168739-04:00",
"CreatedByUserID": "4e2f884d-bc99-484f-b6ff-fb85704161b8",
"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": "9c299526-1861-433e-babd-5108e79785e3",
"CompanyID": "949ab82b-331f-444c-afc3-5adfbc5235d7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-19T01:49:17.6168739-04:00",
"CreatedByUserID": "3c8fdf72-411d-4203-9bc5-358b72378762",
"Deleted": true
}