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": "76f0eb60-71fd-49fa-87c9-d4e1d86ca2e7",
"CompanyID": "4f59fd3c-9e3d-4b2c-8e93-469e47e6d69b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-25T07:22:08.4903562-04:00",
"CreatedByUserID": "38ddd3ca-daa7-4956-9221-e05c85f8e56f",
"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": "cbc320e3-bc1d-409e-829b-11f895d0660e",
"CompanyID": "9078a815-6f08-47fd-8468-688615cbe737",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-25T07:22:08.4903562-04:00",
"CreatedByUserID": "9d66c0ab-7b07-4a65-b60a-dc0a48c2ff73",
"Deleted": true
}