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": "67777e9a-75c2-44f5-b26d-358daed0ed9f",
"CompanyID": "1f8b4148-c480-4fb3-b12e-391a2b2855f0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-03T17:55:39.7958944-04:00",
"CreatedByUserID": "7dc76ca6-b659-4a34-9281-23e19fddca8d",
"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": "09ddf2fb-9fe6-49c0-89f1-5149a449c8f2",
"CompanyID": "67d9063a-14f0-4908-96dc-cfc7587243e7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-03T17:55:39.7958944-04:00",
"CreatedByUserID": "13b36275-b640-4edc-b4ab-154c5581c46e",
"Deleted": true
}