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": "b8891577-1269-4974-97f5-ca5e05a415fb",
"CompanyID": "866b3eb0-b958-477b-ab1e-feb9d7378996",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-17T14:51:29.1321215-04:00",
"CreatedByUserID": "51d0d8cd-474f-46f2-98ef-d78733cf4ced",
"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": "934f7bb4-8d01-4c42-8e41-f02ca7fb2f24",
"CompanyID": "fb8c75bf-cd5a-45d9-ab11-954b0135eb56",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-17T14:51:29.2571204-04:00",
"CreatedByUserID": "115b71bf-219f-419f-84eb-95be0f2e2ab4",
"Deleted": true
}