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": "a8ad9e5c-7d5b-4891-984b-708c3e352355",
"CompanyID": "3b975522-d924-4597-82a3-94f9c20da911",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-21T06:50:53.6559143-04:00",
"CreatedByUserID": "b8f6608e-1ce6-4490-b523-af16a99f563b",
"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": "e734a112-451c-4ceb-9eff-ee7296bcadea",
"CompanyID": "152f6658-cf12-47db-b03e-796e39cc054a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-21T06:50:53.8277991-04:00",
"CreatedByUserID": "3f4e4ba0-3291-4b5e-9719-7e7b81762d68",
"Deleted": true
}