GET api/PumpAndroid/GetDailyPumpCheck/{name}?ShiftId={ShiftId}&code={code}&mo={mo}&da={da}&ye={ye}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ShiftId | integer |
Required |
|
| code | string |
Required |
|
| mo | integer |
Required |
|
| da | integer |
Required |
|
| ye | integer |
Required |
|
| name | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of DailyPumpBillCheck| Name | Description | Type | Additional information |
|---|---|---|---|
| BillNo | string |
None. |
|
| ShiftId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BillNo": "sample string 1",
"ShiftId": 2
},
{
"BillNo": "sample string 1",
"ShiftId": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfDailyPumpBillCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApp.Models">
<DailyPumpBillCheck>
<BillNo>sample string 1</BillNo>
<ShiftId>2</ShiftId>
</DailyPumpBillCheck>
<DailyPumpBillCheck>
<BillNo>sample string 1</BillNo>
<ShiftId>2</ShiftId>
</DailyPumpBillCheck>
</ArrayOfDailyPumpBillCheck>