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": "bf2291d5-b166-40f5-a5fc-e00e04870eef",
"CompanyID": "47ae6fd3-7535-4801-a314-70abbba34fb1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-14T02:13:08.3586904-04:00",
"CreatedByUserID": "c3d4b958-e9a5-4562-b1f0-aebc50438e22",
"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": "991404e4-5be7-485d-b28b-cb79b5c7cbd8",
"CompanyID": "7c9a4d34-831a-40e2-9b83-2629632214c8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-14T02:13:08.3586904-04:00",
"CreatedByUserID": "9bbf57f4-2363-4868-8541-37666fecf37e",
"Deleted": true
}