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": "6577cd3e-fba0-4e45-be28-b5b9b8e551c9",
"CompanyID": "ddf69470-6a31-4f50-9350-39fdc5a9eabd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-20T09:41:29.5027513-04:00",
"CreatedByUserID": "df068eec-8236-4c60-848c-8477b900a374",
"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": "7f82a03a-ab47-43f3-9fd0-76dd3581491e",
"CompanyID": "875c2521-5130-4a76-b3af-d8a877f7a0e1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-20T09:41:29.643374-04:00",
"CreatedByUserID": "31dd4719-b066-48ea-b8e4-62c890f6d3ea",
"Deleted": true
}