GET api/PumpAndroid/GetBillDetails?code={code}&BillNo={BillNo}&Name={Name}&mo={mo}&da={da}&ye={ye}&paymentmodeid={paymentmodeid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
Required |
|
| BillNo | string |
Required |
|
| Name | string |
Required |
|
| mo | integer |
Required |
|
| da | integer |
Required |
|
| ye | integer |
Required |
|
| paymentmodeid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BillSelection| Name | Description | Type | Additional information |
|---|---|---|---|
| BillNo | string |
None. |
|
| BillDate | date |
None. |
|
| Code | string |
None. |
|
| ShiftId | integer |
None. |
|
| SupplierID | integer |
None. |
|
| Name | string |
None. |
|
| VehicleNo | string |
None. |
|
| ShiftName | string |
None. |
|
| DEntryNo | integer |
None. |
|
| EnteredDate | string |
None. |
|
| EnteredBy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BillNo": "sample string 1",
"BillDate": "2026-04-19T18:16:30.539178+05:30",
"Code": "sample string 3",
"ShiftId": 4,
"SupplierID": 5,
"Name": "sample string 6",
"VehicleNo": "sample string 7",
"ShiftName": "sample string 8",
"DEntryNo": 9,
"EnteredDate": "sample string 10",
"EnteredBy": "sample string 11"
},
{
"BillNo": "sample string 1",
"BillDate": "2026-04-19T18:16:30.539178+05:30",
"Code": "sample string 3",
"ShiftId": 4,
"SupplierID": 5,
"Name": "sample string 6",
"VehicleNo": "sample string 7",
"ShiftName": "sample string 8",
"DEntryNo": 9,
"EnteredDate": "sample string 10",
"EnteredBy": "sample string 11"
}
]
application/xml, text/xml
Sample:
<ArrayOfBillSelection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApp.Models">
<BillSelection>
<BillDate>2026-04-19T18:16:30.539178+05:30</BillDate>
<BillNo>sample string 1</BillNo>
<Code>sample string 3</Code>
<DEntryNo>9</DEntryNo>
<EnteredBy>sample string 11</EnteredBy>
<EnteredDate>sample string 10</EnteredDate>
<Name>sample string 6</Name>
<ShiftId>4</ShiftId>
<ShiftName>sample string 8</ShiftName>
<SupplierID>5</SupplierID>
<VehicleNo>sample string 7</VehicleNo>
</BillSelection>
<BillSelection>
<BillDate>2026-04-19T18:16:30.539178+05:30</BillDate>
<BillNo>sample string 1</BillNo>
<Code>sample string 3</Code>
<DEntryNo>9</DEntryNo>
<EnteredBy>sample string 11</EnteredBy>
<EnteredDate>sample string 10</EnteredDate>
<Name>sample string 6</Name>
<ShiftId>4</ShiftId>
<ShiftName>sample string 8</ShiftName>
<SupplierID>5</SupplierID>
<VehicleNo>sample string 7</VehicleNo>
</BillSelection>
</ArrayOfBillSelection>