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": "a0c263b6-3268-4ea9-9340-936563ff885d",
"CompanyID": "a6e3ec11-85e2-429b-b558-21a422929238",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-12T17:34:54.6370122-04:00",
"CreatedByUserID": "48aed45b-d6b3-40f2-932e-dd88b375fa80",
"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": "3b14d7d1-3883-4a80-ab26-657a2017b319",
"CompanyID": "00232680-54e3-4494-86a6-07f64d4a1726",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-12T17:34:54.6370122-04:00",
"CreatedByUserID": "f38a2125-7b27-470e-8993-5e87485c86a4",
"Deleted": true
}