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": "6d9e534b-b235-4295-8612-710ed20dfb44",
"CompanyID": "55292c4e-0223-423a-b1d4-0d5df0e3506f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-28T19:20:43.9269105-04:00",
"CreatedByUserID": "c2fab353-9b3b-4253-8c12-b851e9c48951",
"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": "eddd5eef-0408-46f7-b847-70ad2b7c6bdf",
"CompanyID": "79e0e51a-7dad-462b-b548-519ff97bacfd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-28T19:20:44.0831719-04:00",
"CreatedByUserID": "17f1ceeb-6984-4692-a2c7-7b5a665630dc",
"Deleted": true
}