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": "5317ea9e-6d06-42cd-bb03-ac199e0964b1",
"CompanyID": "fee4ff5c-6ea9-4d65-8c1f-e2f205475efa",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-22T20:47:29.5106658-04:00",
"CreatedByUserID": "784bc31f-6d4a-4793-bcda-154e6f2b7081",
"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": "b27b8bdd-c7e6-4d50-a987-fbdb2ed3b72d",
"CompanyID": "6ff85053-10cd-4831-8b22-f079d5dac7a9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-22T20:47:29.6669141-04:00",
"CreatedByUserID": "e7b1450a-4731-45e1-8227-5b67f992416e",
"Deleted": true
}