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": "71f2b350-2469-469a-80a9-0d3760ecc188",
"CompanyID": "08f48ea1-35f2-47f4-bd0f-a2a9e677e625",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-16T09:11:29.6615845-04:00",
"CreatedByUserID": "3d638955-6aed-48e9-a4c0-88b6a804b0a2",
"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": "5c018a55-e10f-4026-bce8-08fb347e1658",
"CompanyID": "6f129191-6785-4619-911e-d5e4f809ccc6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-16T09:11:29.8178295-04:00",
"CreatedByUserID": "e901f10f-7635-4010-b7c0-88fdeb17fa09",
"Deleted": true
}