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": "ce87dcc3-e931-4c12-a996-72d74f3fee41",
"CompanyID": "bb37b683-8b4e-4682-a3c1-8f0e6160ff99",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-06T06:52:36.9143507-04:00",
"CreatedByUserID": "323fcc4b-cd29-463d-8f80-219fa98234bf",
"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": "14e7ebb3-eb32-490c-8df2-4279b238ea8f",
"CompanyID": "40e2dc95-738b-4be4-8153-adacf762d300",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-06T06:52:36.9298944-04:00",
"CreatedByUserID": "0bb6b4c0-47f3-45c5-8bff-f152dc306bec",
"Deleted": true
}