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": "39b73744-d3de-47c8-a435-3ca6de8c2abb",
"CompanyID": "5d7543ae-700b-4c09-b8a8-01512b6e70f7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-28T18:51:46.9336468-04:00",
"CreatedByUserID": "6ece5bd6-7083-4656-8afb-f80c2a10e3f2",
"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": "884986b8-7a06-4a80-91dd-67fcfe0dd4ac",
"CompanyID": "95cc177b-3161-4af1-a48c-68ac23541de6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-28T18:51:46.9336468-04:00",
"CreatedByUserID": "517fc0ec-92dc-4548-9343-09a8346697f5",
"Deleted": true
}