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": "aa07eed4-04bb-4196-bea4-06fe3a87d993",
"CompanyID": "e65e0a64-3c16-49a3-954e-4dd2868d47ee",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-13T03:46:43.6477603-04:00",
"CreatedByUserID": "6ce6d8b8-416f-4cea-a9bd-d50a2d2285c4",
"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": "aaca6adc-0136-4eb1-a83f-cea8d55c06de",
"CompanyID": "92d2c2f7-af24-4e60-8c19-c6e34c99ddec",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-13T03:46:43.6633939-04:00",
"CreatedByUserID": "3a16242d-4c78-40d0-8899-16904f9957c1",
"Deleted": true
}