POST api/Order/GetDeliveryHistoryForApp

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:
{
  "AssignedDate": "2026-01-17T09:10:15.4694072+05:30",
  "UserID": 1,
  "VehicleNo": 2
}

application/xml, text/xml

Sample:
<SearchDeliverySheetList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/vb.Data">
  <AssignedDate>2026-01-17T09:10:15.4694072+05:30</AssignedDate>
  <UserID>1</UserID>
  <VehicleNo>2</VehicleNo>
</SearchDeliverySheetList>

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