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": "5fd4acd6-3af1-47d0-894f-371a4e1a7d2e",
"CompanyID": "07c171a3-72a0-47a7-86a4-365f10aaa5ac",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-15T00:05:54.1706217-04:00",
"CreatedByUserID": "57ee4c73-e877-4931-b631-ff964b50e0c0",
"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": "444aa814-bc5b-4e64-8a1d-404804e92a7d",
"CompanyID": "4a36bc45-62d5-4bda-a0fd-8e8248e0ef0a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-15T00:05:54.3268685-04:00",
"CreatedByUserID": "33fef18d-c6e7-4e69-b38e-17ba6fcc91a9",
"Deleted": true
}