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": "0d99c704-c57d-4a49-b742-90f7bb81a030",
"CompanyID": "b458514e-3a39-484c-90c0-0316100cf887",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-14T23:00:39.1105702-04:00",
"CreatedByUserID": "dd55bb29-a62d-47b1-95e6-ab84fbc92005",
"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": "9d549230-ff83-459b-95ab-a40836635354",
"CompanyID": "ae74bbe0-f442-46d0-b2b7-cf0ebfc2adec",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-14T23:00:39.1261917-04:00",
"CreatedByUserID": "698742c7-7ca5-4a68-ac75-ea7d9792fc14",
"Deleted": true
}