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": "9024ff5b-a274-48da-a79f-858ef57e9aa8",
"CompanyID": "f11fec5f-d077-44c9-a9c6-480e0d6e2464",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-02T12:09:54.8513111-04:00",
"CreatedByUserID": "d1866170-ba74-401a-96c1-1256996f22a7",
"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": "edc08d84-6851-4228-abef-76f69ffe81db",
"CompanyID": "6bfafb3b-9152-4ec8-8d68-2fa5704ce67a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-02T12:09:54.8513111-04:00",
"CreatedByUserID": "9d0f1481-db02-42d5-9a0c-347befd99716",
"Deleted": true
}