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": "4b1e7c63-da5d-4b63-9697-333117e7be65",
"CompanyID": "2ead047f-1074-4299-b806-cd820a0a1fdb",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-06T18:27:47.6881572-04:00",
"CreatedByUserID": "918bb06b-265c-450e-b1c1-1f3c38cab5e1",
"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": "34893fe3-431f-466d-96b3-e2866f1f9690",
"CompanyID": "db314720-3a9b-48fd-9b50-674546faa5b4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-06T18:27:47.8444132-04:00",
"CreatedByUserID": "f2673bfd-f1d0-43ca-af92-5342d493f73f",
"Deleted": true
}