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": "fd8213dd-5278-480d-8534-17c3a1b39554",
"CompanyID": "2c9db058-3ad3-439c-ade4-ae5acabf42ae",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-07T03:58:48.537377-04:00",
"CreatedByUserID": "f5ac2a4b-84e2-4605-b1b8-1bc10609ee44",
"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": "7d78a6a4-2c5a-4a08-9318-8d32b38886fa",
"CompanyID": "ed97a3a2-dea0-46dc-b567-e625ff21384b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-07T03:58:48.6936234-04:00",
"CreatedByUserID": "a3401acf-d4f5-47e6-8dbc-fbb62c833fe8",
"Deleted": true
}