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": "c402f386-2055-4c5c-a6f4-896466e6e554",
"CompanyID": "32c08986-b2b7-4742-8c1a-376d8c347a86",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-28T22:34:15.4519727-04:00",
"CreatedByUserID": "72363be7-e52e-4e2f-80f2-b773d38d014e",
"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": "e3472915-621f-41fd-9da1-6e47988dbdc6",
"CompanyID": "15c6de67-9ca8-4f96-b9f7-03494b80e0a9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-28T22:34:15.4519727-04:00",
"CreatedByUserID": "1d26f713-5178-4425-aa16-b79c8c9bed77",
"Deleted": true
}