POST api/Order/ViewOrderList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "CustomerID": 2,
  "From": "2026-01-17T09:08:54.6613939+05:30",
  "To": "2026-01-17T09:08:54.6613939+05:30"
}

application/xml, text/xml

Sample:
<SearchOrderListResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/vb.Data">
  <CustomerID>2</CustomerID>
  <From>2026-01-17T09:08:54.6613939+05:30</From>
  <To>2026-01-17T09:08:54.6613939+05:30</To>
  <UserID>1</UserID>
</SearchOrderListResponse>

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 'SearchOrderListResponse'.