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": "f93ab85b-a4c7-4a81-b526-68abe4b0562a",
"CompanyID": "3ae15b6d-b455-413d-85a8-af946a94739c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-11T14:57:23.9261662-04:00",
"CreatedByUserID": "a2e05961-b56f-4ff4-aa5a-bc83c750ad47",
"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": "2db3f716-fe87-4f08-bdb9-3278ce7b174a",
"CompanyID": "61e749e4-8919-47bb-ac60-7e42cb97dbf5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-11T14:57:23.9261662-04:00",
"CreatedByUserID": "bdb1190c-163e-4ab4-bc47-6ff0d0949b43",
"Deleted": true
}