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": "857c379d-7f55-4322-8390-cda96284c309",
"CompanyID": "3e8972f6-87e2-444b-b0ea-3275a6f2e03b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-29T14:30:15.0588939-04:00",
"CreatedByUserID": "a57521b3-db60-4997-b1fa-f001032c384a",
"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": "d2bc9c82-a8b4-4025-ada8-ac91aa953c37",
"CompanyID": "def75ef4-6fd9-4a67-8414-b49749fc09bc",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-29T14:30:15.0745235-04:00",
"CreatedByUserID": "6719a8d6-b9f3-4616-88c8-5f85d103675c",
"Deleted": true
}