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": "b6050051-9d01-48cd-acaf-2f2b518d6654",
"CompanyID": "0892e22a-321b-4f86-94eb-6772146cbc7e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-10T16:48:44.8262585-04:00",
"CreatedByUserID": "21ccdeb1-e4f8-4f04-b521-e94bef322490",
"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": "6eb02b7d-bfdd-44af-a60f-d5237a6f6a3b",
"CompanyID": "e58447a3-565e-4ebb-87c8-0600e0b82540",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-10T16:48:44.8262585-04:00",
"CreatedByUserID": "7c97d5ae-7b7f-463c-ab89-c5e3b879f0a0",
"Deleted": true
}