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": "2b50165e-496b-41a5-8dc1-02eff4d6d22c",
"CompanyID": "ec16f7ee-7878-48f7-b67c-fc7bce343107",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-01T03:25:18.8458247-04:00",
"CreatedByUserID": "8403be76-3a38-4e0f-a76d-e15349f35ddd",
"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": "597bebfa-d237-4abd-bb19-2cca0aed0fc4",
"CompanyID": "b5f006be-cf57-478f-ae5f-79a3992b9f89",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-01T03:25:18.8612976-04:00",
"CreatedByUserID": "d3cdef3b-5474-411e-b8f0-f78218cddb46",
"Deleted": true
}