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": "4ec1a6aa-7884-4a8e-a53b-e1c80ea4c205",
"CompanyID": "a1a4089d-44eb-4e1b-805d-46f3aef4ac5d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-19T19:50:11.3767779-04:00",
"CreatedByUserID": "26671627-aac2-4df5-b2d6-0bd79a354342",
"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": "69c27bbc-82bc-41d8-bd19-863ea1802836",
"CompanyID": "961fd2ee-6642-48d5-8e88-09c45a6a09a0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-19T19:50:11.5330265-04:00",
"CreatedByUserID": "3474cbc8-5df5-45e7-8f4e-953649414da0",
"Deleted": true
}