POST api/Login/GetOrderListing
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CompanyId": "sample string 1",
"UserId": "sample string 2",
"driverId": "sample string 3",
"OrderNo": "sample string 4",
"customer": "sample string 5",
"orderPostedDate": "sample string 6",
"PageIndex": 7,
"PageSize": 8,
"OrderBy": "sample string 9",
"IsAsc": true,
"TotalItems": 11,
"TotalPages": 2
}
application/xml, text/xml
Sample:
<OrderListingInputViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LoadaccessWebAPI.Models"> <IsAsc xmlns="http://schemas.datacontract.org/2004/07/LoadaccessWebAPI.Helper">true</IsAsc> <OrderBy xmlns="http://schemas.datacontract.org/2004/07/LoadaccessWebAPI.Helper">sample string 9</OrderBy> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/LoadaccessWebAPI.Helper">7</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/LoadaccessWebAPI.Helper">8</PageSize> <TotalItems xmlns="http://schemas.datacontract.org/2004/07/LoadaccessWebAPI.Helper">11</TotalItems> <CompanyId>sample string 1</CompanyId> <OrderNo>sample string 4</OrderNo> <UserId>sample string 2</UserId> <customer>sample string 5</customer> <driverId>sample string 3</driverId> <orderPostedDate>sample string 6</orderPostedDate> </OrderListingInputViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.