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": "5722df65-adb4-48a1-9ffa-50d04461ed46",
"CompanyID": "1afaf4ae-48cc-437e-9348-78377f3a59ba",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-30T23:35:21.4605632-04:00",
"CreatedByUserID": "ab61580b-0683-4d98-8ca7-b6ab816d4b25",
"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": "228597ae-f704-4a51-abf3-6e6cf111eb8d",
"CompanyID": "38fec372-bffb-45e6-b581-865628e109cd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-30T23:35:21.4605632-04:00",
"CreatedByUserID": "10394b71-2461-49f9-a508-af010e742bba",
"Deleted": true
}