POST api/WebOrders/SetWebOrderStatus

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": "e9a8298c-8117-407d-8ba3-e7dfc66407ec",
  "BranchID": 2,
  "StatusID": 3,
  "dateFrom": "2026-06-05T10:26:12.9632171+03:00",
  "dateTo": "2026-06-05T10:26:12.9632171+03:00",
  "WebOrderID": 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 'WebOrderCriteria'.