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": "1ce8bd8a-c7cc-45b0-8e53-143208365c41",
"CompanyID": "d9d0ccab-90f2-4484-b31f-34abecbed3bd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-14T05:10:50.9640162-04:00",
"CreatedByUserID": "4cd652d8-ec77-4d9a-b2bc-2ee1e2e30099",
"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": "33f4d879-82bf-45d3-bf2c-2c3400dd2f46",
"CompanyID": "dca729cb-35d7-4370-9389-fc0941f8c8ba",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-14T05:10:50.9640162-04:00",
"CreatedByUserID": "4d8754ae-5ea3-4e08-83de-7a62aeb25593",
"Deleted": true
}