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": "84c5e641-18ad-4daf-ac6b-f6dc07c42709",
"CompanyID": "d5c96f1e-bd8c-4b2c-982e-45618e520d69",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-15T23:59:29.8205227-04:00",
"CreatedByUserID": "4fb29827-0f16-42f0-9c87-0db2e5d725a6",
"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": "ebe10b39-95e8-4015-81ae-05b26169c1f7",
"CompanyID": "73781026-3749-48bf-a37a-86faa22af3d5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-15T23:59:29.9611544-04:00",
"CreatedByUserID": "cdd8253b-e2a8-45c2-b4a6-fa77242b936d",
"Deleted": true
}