POST api/Orders/ToggleTraining

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "guid": "fd9ff238-60f6-4df5-8ad7-2667ba3e7404",
  "BranchID": 2,
  "OrderID": 3,
  "UserID": 4,
  "OrderDate": "2025-10-28T23:01:31.3320796+02:00",
  "ListIDs": [
    1,
    2,
    3
  ],
  "StatusID": 6
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OrderStatus'.