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": "a813ad2c-aafa-4c7a-9b96-142341dcbf14",
"CompanyID": "4a06a1c9-1b11-4203-a093-3aa0a06f14d1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-29T01:38:37.847737-04:00",
"CreatedByUserID": "94f89426-14b9-47e5-9921-d446a2f52569",
"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": "cf2cdc3e-8574-4798-b832-4b36383c99a1",
"CompanyID": "17edfc57-48e3-4adc-a575-be690f0b9a86",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-29T01:38:37.9883644-04:00",
"CreatedByUserID": "029f9fa8-b44d-47f4-b007-0ed1b7213240",
"Deleted": true
}