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": "3588e0e8-95d3-47fd-9807-f5a8e56aa5de",
"CompanyID": "40a545ec-13d7-4ba1-8eae-2d12a5c1bf89",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-16T05:21:34.9219586-04:00",
"CreatedByUserID": "7f2c2459-979f-4a35-8caa-c8fd706e6ecf",
"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": "240a9442-1c8e-46fb-9d7f-7c0205eedde9",
"CompanyID": "4892c581-abbd-4d3d-bfc8-1ad3f1c556fe",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-16T05:21:34.9219586-04:00",
"CreatedByUserID": "489b1206-0464-419a-95c7-150f10c282d4",
"Deleted": true
}