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": "366efd12-da1d-44d2-a9a7-970760bf06ea",
"CompanyID": "88956b9d-4427-4d9c-a38c-175c638df2b8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-23T11:22:34.5988956-04:00",
"CreatedByUserID": "a7995c72-39ef-45a6-8a68-86f17467e594",
"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": "787698c6-a77a-4336-941e-5389bf6f27bf",
"CompanyID": "c2be9098-2731-4820-bda9-8c958dd43c93",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-23T11:22:34.7551526-04:00",
"CreatedByUserID": "60928862-e527-4dbb-aae7-7cee30965f55",
"Deleted": true
}