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": "c5bbda9f-67e7-4269-bad1-a6c332c2130e",
"CompanyID": "4ac59bff-59b3-42ca-a897-d8a79aa50ff0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-16T18:35:06.1731428-04:00",
"CreatedByUserID": "f5255305-a10e-44a1-8d37-473b7e93f9e2",
"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": "14f79754-3dcb-4af2-b12d-366ed5953dd9",
"CompanyID": "b64e245b-ea62-4d4f-8b5c-6557b4ba7229",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-16T18:35:06.1731428-04:00",
"CreatedByUserID": "669e6636-1605-4b22-add3-646bb9a11964",
"Deleted": true
}