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": "9749e0ea-a243-43d4-9637-9cadbd13318b",
"CompanyID": "483c66d5-94e7-4ad9-b9f1-9b5b4f2902ae",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-08T19:23:18.6437425-04:00",
"CreatedByUserID": "edeb7f90-ccbf-4ffb-80d8-7a1f999e85fc",
"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": "07245b06-cd38-440d-a31d-b071b42f2098",
"CompanyID": "911f9409-faad-4bd1-bd08-2ab1769023c1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-08T19:23:18.7854585-04:00",
"CreatedByUserID": "fd8ea70c-dcaa-432e-aa3e-17079f344dc3",
"Deleted": true
}