GET api/PumpAndroid/GetDailyPump?code={code}&entryno={entryno}&mo={mo}&da={da}&ye={ye}&shiftname={shiftname}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
code

string

Required

entryno

string

Required

mo

integer

Required

da

integer

Required

ye

integer

Required

shiftname

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DailyPumpDet
NameDescriptionTypeAdditional information
DEntryNo

integer

None.

EntryNo

string

None.

EntryDate

date

None.

Code

string

None.

ShiftId

integer

None.

ShiftName

string

None.

CashOperatorId

integer

None.

CashOperator

string

None.

PumpId

integer

None.

PumpName

string

None.

PumpOperatorId

integer

None.

PumpOperator

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DEntryNo": 1,
    "EntryNo": "sample string 2",
    "EntryDate": "2025-12-06T09:49:58.5096917+05:30",
    "Code": "sample string 4",
    "ShiftId": 5,
    "ShiftName": "sample string 6",
    "CashOperatorId": 7,
    "CashOperator": "sample string 8",
    "PumpId": 9,
    "PumpName": "sample string 10",
    "PumpOperatorId": 11,
    "PumpOperator": "sample string 12"
  },
  {
    "DEntryNo": 1,
    "EntryNo": "sample string 2",
    "EntryDate": "2025-12-06T09:49:58.5096917+05:30",
    "Code": "sample string 4",
    "ShiftId": 5,
    "ShiftName": "sample string 6",
    "CashOperatorId": 7,
    "CashOperator": "sample string 8",
    "PumpId": 9,
    "PumpName": "sample string 10",
    "PumpOperatorId": 11,
    "PumpOperator": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDailyPumpDet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApp.Models">
  <DailyPumpDet>
    <CashOperator>sample string 8</CashOperator>
    <CashOperatorId>7</CashOperatorId>
    <Code>sample string 4</Code>
    <DEntryNo>1</DEntryNo>
    <EntryDate>2025-12-06T09:49:58.5096917+05:30</EntryDate>
    <EntryNo>sample string 2</EntryNo>
    <PumpId>9</PumpId>
    <PumpName>sample string 10</PumpName>
    <PumpOperator>sample string 12</PumpOperator>
    <PumpOperatorId>11</PumpOperatorId>
    <ShiftId>5</ShiftId>
    <ShiftName>sample string 6</ShiftName>
  </DailyPumpDet>
  <DailyPumpDet>
    <CashOperator>sample string 8</CashOperator>
    <CashOperatorId>7</CashOperatorId>
    <Code>sample string 4</Code>
    <DEntryNo>1</DEntryNo>
    <EntryDate>2025-12-06T09:49:58.5096917+05:30</EntryDate>
    <EntryNo>sample string 2</EntryNo>
    <PumpId>9</PumpId>
    <PumpName>sample string 10</PumpName>
    <PumpOperator>sample string 12</PumpOperator>
    <PumpOperatorId>11</PumpOperatorId>
    <ShiftId>5</ShiftId>
    <ShiftName>sample string 6</ShiftName>
  </DailyPumpDet>
</ArrayOfDailyPumpDet>