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": "25649e17-52c5-4380-b977-bebb6f492d33",
"CompanyID": "cdf4fdfd-0480-4747-9b45-7f84c00bef59",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-18T23:24:29.5417407-04:00",
"CreatedByUserID": "9108472d-52a4-43eb-903d-20a81183d834",
"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": "48d53689-789c-47ee-9887-8e1d16b995dd",
"CompanyID": "a92975fa-a69c-482b-9c03-8d7c11b115c6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-18T23:24:29.5417407-04:00",
"CreatedByUserID": "9516bd46-059b-45c8-8a01-ddc2b7409834",
"Deleted": true
}