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": "76277791-aecb-4090-b5d9-d678fae45ca1",
"CompanyID": "1c18bb89-750f-41b0-8696-79c3872525d9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-04T02:37:10.2817555-04:00",
"CreatedByUserID": "18c9e960-2f21-4311-bbbe-4cd511d0c4f0",
"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": "c5cdc215-16ee-451e-bb83-f0d352ccadd3",
"CompanyID": "fc0c7dca-caae-41f9-a314-7a03862bbb77",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-04T02:37:10.4223688-04:00",
"CreatedByUserID": "8b05f38c-8c3f-4973-9d20-ac12abcd53d6",
"Deleted": true
}