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": "dca761fb-4709-4f2e-b886-4caf0cac3b25",
"CompanyID": "19c37256-8e3c-427b-915a-978c443bc266",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-03T23:55:26.1087628-04:00",
"CreatedByUserID": "0e0fe0b7-7b8e-4a55-88cd-6893d9070206",
"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": "e78cb7b6-bca8-4543-a8e2-a9a5c2093055",
"CompanyID": "bd0b3034-ba0e-4322-8282-97050d446abc",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-03T23:55:26.1399996-04:00",
"CreatedByUserID": "8e7da86b-b632-447d-9983-86fa75bea23e",
"Deleted": true
}