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": "b47d67ab-dd8b-4f02-bc06-de96db63315d",
"CompanyID": "1f845a2f-0f05-4f0a-a406-a938c8effbaa",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-15T05:34:28.5792453-04:00",
"CreatedByUserID": "e4e13da0-e53d-4070-ac0c-5b449730617f",
"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": "411601e4-1337-46ee-ace8-fc320483d666",
"CompanyID": "fe9593ef-00c6-4b63-b4ba-c8d400dfb30a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-15T05:34:28.7667517-04:00",
"CreatedByUserID": "7f3f0c64-e691-479f-879e-dabee01e4968",
"Deleted": true
}