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": "e00c8611-48a0-487e-9822-41025f7317fc",
"CompanyID": "c6249631-2a60-496f-8503-42c549a96cb5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-02T09:14:52.8039693-04:00",
"CreatedByUserID": "21ee372e-d94f-400a-81c1-0343b6671c23",
"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": "030e9f4c-316d-4a01-9435-d364bf03db88",
"CompanyID": "bc72eb12-cb1b-4c1a-a65b-15e8b8ac71c1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-02T09:14:52.8039693-04:00",
"CreatedByUserID": "78d44a1c-2216-487c-9fa9-a129d44f36e4",
"Deleted": true
}