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": "b8855bd2-83ea-4203-ac53-49d0e461d0b8",
"CompanyID": "c724256d-5d75-4fbf-9f53-108165f8d4a6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-23T11:23:36.0171219-04:00",
"CreatedByUserID": "143455ff-7f10-4861-8d4f-ee05c78216ad",
"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": "257f770f-d82f-4995-ad7b-d9cababbdf31",
"CompanyID": "141bd915-67d3-428c-b068-72fb4dea2422",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-23T11:23:36.1889954-04:00",
"CreatedByUserID": "2f6c5d52-ec59-4809-96d6-0bec264a2e66",
"Deleted": true
}