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": "054608ba-dbdc-4f31-bfe3-4902b436feb4",
"CompanyID": "7a76f78a-6150-4256-8fce-878bafd72e97",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-14T12:19:19.7708612-04:00",
"CreatedByUserID": "f47924e6-f70e-4592-b181-526e3ce5d3d4",
"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": "8e4c2f51-077d-48a7-87ac-1f69a3161fb0",
"CompanyID": "0e0684fd-4cfc-4ecd-bbca-e5f182f0109e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-14T12:19:19.9114846-04:00",
"CreatedByUserID": "1a76d810-f822-437a-8a66-8c28630e117d",
"Deleted": true
}