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": "e284c767-b6b4-477b-87eb-c6010f772637",
"CompanyID": "8868df80-3531-4809-a15d-008fe19ae673",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-05T19:14:35.4313807-04:00",
"CreatedByUserID": "9eb7a9a1-6113-4e26-93ef-52a29670d9f8",
"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": "04a0bf39-83f7-49a9-bc11-90664726b5da",
"CompanyID": "da7117de-c0f3-41cf-9329-4d9c38eaf4ed",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-05T19:14:35.4313807-04:00",
"CreatedByUserID": "e13402dc-06c1-4326-a292-d0b3ec1f3739",
"Deleted": true
}