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": "2406f303-06d5-4676-9646-2f3d9f2d673c",
"CompanyID": "813b3aaa-d9f1-496e-a85d-3535e77968a8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-20T11:01:37.3275313-04:00",
"CreatedByUserID": "4895a539-ba67-4fda-8445-6031aa15fee3",
"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": "c57f04b0-e7d9-444d-b832-3b424b92d240",
"CompanyID": "45befdf9-74c4-4a2f-9436-7465a046abba",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-20T11:01:37.3275313-04:00",
"CreatedByUserID": "fb4cd729-e068-462d-992c-5502094b5cd5",
"Deleted": true
}