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": "22624c84-fa27-4e61-9ad0-b549314ac8f8",
  "BranchID": 2,
  "StatusID": 3,
  "dateFrom": "2026-09-23T14:35:49.102067+03:00",
  "dateTo": "2026-09-23T14:35:49.102067+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'.