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": "7d6934bf-f455-4943-b7f4-cd5f826dc1c9",
"CompanyID": "4e7e6164-d331-4706-8e19-c62fcd3b5dd8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-26T07:15:34.1828518-04:00",
"CreatedByUserID": "c7ba0e92-a5d0-4c24-a25c-6a40381f0c1d",
"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": "4c737179-1b63-4f65-a7b2-5170f8187670",
"CompanyID": "fa743155-76db-4531-a395-76806d528274",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-26T07:15:34.3391012-04:00",
"CreatedByUserID": "dee4f619-441e-4358-b4f1-2ba77f27638e",
"Deleted": true
}