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": "eab398ed-b8b7-4e6c-98d5-36aa2c7c3791",
"CompanyID": "ed232334-01eb-414a-b929-b105c3c50b8d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-08T08:04:01.38666-04:00",
"CreatedByUserID": "949949f2-5359-41f9-8843-7586a7fcc489",
"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": "27f0dd20-041a-4880-9e45-96ebb3ebb51f",
"CompanyID": "09e47c87-86dd-4913-ab38-cd45e0850260",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-08T08:04:01.5429019-04:00",
"CreatedByUserID": "0f710ca6-8ef1-4724-8d22-d5f5c76a8901",
"Deleted": true
}