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": "32048396-49de-4798-b491-4b420d0731ab",
"CompanyID": "c366f275-af0e-4cd7-905c-8961609a3eee",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-28T10:27:37.7294366-04:00",
"CreatedByUserID": "47a11ce3-ad64-467e-9fc5-2a2ac7285937",
"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": "9d33faff-f47e-4ba9-88a8-03b0709d721b",
"CompanyID": "4718becf-a505-4b7d-a598-8073e8df0309",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-28T10:27:37.7450608-04:00",
"CreatedByUserID": "9a676405-ef14-42b7-81a6-d542a8d96d79",
"Deleted": true
}