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": "42fc6083-aecb-4982-b021-1882a948054c",
"CompanyID": "616f1433-f663-4816-ab97-959a6a989dc7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-13T20:45:38.649043-04:00",
"CreatedByUserID": "a0d83c14-f18f-4f09-9002-cfe2fa79a71e",
"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": "678e4312-1384-43c8-af75-e5b770751bde",
"CompanyID": "33e87acd-7857-4579-ac1f-447be56ffad1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-13T20:45:38.649043-04:00",
"CreatedByUserID": "4426fe4d-5329-4c7e-9f4d-cb931d064aad",
"Deleted": true
}