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": "7bebe2ec-78b3-42c4-9a38-e5e4d6a1c147",
"CompanyID": "bfae0528-60e3-4758-ab1e-c10371f1b5ef",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-30T06:17:37.6440537-04:00",
"CreatedByUserID": "6011c2bb-4c5b-4d0d-960b-ea872abdba9c",
"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": "c292aa38-4c20-4b13-8bab-ba88e682a3b7",
"CompanyID": "15f709fe-8527-4f55-b8a2-aaa22f033429",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-30T06:17:37.6440537-04:00",
"CreatedByUserID": "bb982c52-ab38-4850-b3cb-47f778af4e0f",
"Deleted": true
}