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": "0a764e7b-dfd7-4088-8252-53486f7ae36b",
"CompanyID": "5899f2a6-3f16-450e-a7a3-bdcb4167e469",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-05T17:24:54.4255315-04:00",
"CreatedByUserID": "686a9078-aa7a-482c-803b-12a738f811bb",
"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": "c55fb9fd-bfb6-4b02-ac83-497d65a15c39",
"CompanyID": "7a92a7b0-affc-4079-bec8-f64d3abc18b9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-05T17:24:54.5828845-04:00",
"CreatedByUserID": "0e415ff3-f4c3-42ff-ae4f-c3a2e625541d",
"Deleted": true
}