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": "e715b420-131f-44cd-9b46-2cccc5c6733d",
"CompanyID": "48521a95-17f7-4506-a5b3-fa5964683fa7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-13T10:37:29.4129004-04:00",
"CreatedByUserID": "ffea28eb-0477-45c5-8821-8c3d27becc96",
"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": "023c9ca8-c1ce-4e34-8300-41f6d22b366f",
"CompanyID": "854de8ed-57f0-4c9f-80fb-d18bb6133ca9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-13T10:37:29.4129004-04:00",
"CreatedByUserID": "48b7879c-40e9-48e4-9994-58f718cc0579",
"Deleted": true
}