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": "7656a50e-b891-4bb2-a5cf-40eb73cc1926",
"CompanyID": "e822feaf-d5db-4508-bf32-dd82a7c43db0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-27T12:22:25.2064832-04:00",
"CreatedByUserID": "13550264-8d1c-4ae5-8af0-1776b99a4a29",
"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": "778fe9db-860a-4e1d-b469-42e6d17cb36b",
"CompanyID": "a5b98620-fad9-4a55-8381-5a394d7938bb",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-27T12:22:25.3471066-04:00",
"CreatedByUserID": "08077ee9-dd82-49b5-9ae6-6c17cfb93d2f",
"Deleted": true
}