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": "dfc963f5-6199-4dfc-a08c-f64fd5f7b1be",
"CompanyID": "1663706e-156d-43b3-a563-fa2eca417b09",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-29T20:19:32.3572791-05:00",
"CreatedByUserID": "844fdc9f-3d81-44c9-9010-a4cc9f037848",
"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": "ee608b41-45f6-4fbf-934a-c6010f41d262",
"CompanyID": "ae43a964-0e3c-4cd7-9930-b1f2e228fd33",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-29T20:19:32.3572791-05:00",
"CreatedByUserID": "72fcfeb2-e103-43ff-8f31-f5fcb280d8ad",
"Deleted": true
}