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": "e1891ea1-38aa-43b7-862a-7a67a6b472f6",
"CompanyID": "119b3e24-9a24-4312-8661-78f2c858bd22",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-12T05:30:53.1164008-04:00",
"CreatedByUserID": "92e13fc4-978a-4bf2-a861-0bcc6fb7e7a4",
"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": "3f316e88-d60c-44bf-bd92-4e6ba3939b08",
"CompanyID": "f76e009b-df9e-4be1-a018-9e1249306420",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-12T05:30:53.2726446-04:00",
"CreatedByUserID": "7fe570db-dca0-4754-8992-1e066e1d7413",
"Deleted": true
}