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": "cc264b4c-ab8c-4b15-bb20-30b3ebe0dc8d",
"CompanyID": "82026a97-3ef0-4e37-9251-57eb17f82387",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-20T17:21:59.8001864-04:00",
"CreatedByUserID": "fae4e2c2-69a7-4906-8a3c-1b33310c26c4",
"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": "261e5bdb-0496-49f6-bc97-84a334653319",
"CompanyID": "e8665ce1-9fd2-4628-8d03-1cec307596dd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-20T17:21:59.8001864-04:00",
"CreatedByUserID": "35b5ed14-3135-4dc2-9932-f0554360acc9",
"Deleted": true
}