GET api/PumpAndroid/GetShift/{name}?code={code}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
code

string

Required

name

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DailyPump
NameDescriptionTypeAdditional information
DEntryNo

integer

None.

EntryNo

string

None.

EntryDate

date

None.

EntryDate1

date

None.

Code

string

None.

ShiftId

integer

None.

ShiftName

string

None.

CashOperatorId

integer

None.

CashOperator

string

None.

EnteredDate

string

None.

AlteredDate

string

None.

EnteredBy

string

None.

AlteredBy

string

None.

Mo

integer

None.

Ye

integer

None.

Da

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DEntryNo": 1,
    "EntryNo": "sample string 2",
    "EntryDate": "2025-12-06T09:48:04.9230861+05:30",
    "EntryDate1": "2025-12-06T09:48:04.9230861+05:30",
    "Code": "sample string 5",
    "ShiftId": 6,
    "ShiftName": "sample string 7",
    "CashOperatorId": 8,
    "CashOperator": "sample string 9",
    "EnteredDate": "sample string 10",
    "AlteredDate": "sample string 11",
    "EnteredBy": "sample string 12",
    "AlteredBy": "sample string 13",
    "Mo": 14,
    "Ye": 15,
    "Da": 16
  },
  {
    "DEntryNo": 1,
    "EntryNo": "sample string 2",
    "EntryDate": "2025-12-06T09:48:04.9230861+05:30",
    "EntryDate1": "2025-12-06T09:48:04.9230861+05:30",
    "Code": "sample string 5",
    "ShiftId": 6,
    "ShiftName": "sample string 7",
    "CashOperatorId": 8,
    "CashOperator": "sample string 9",
    "EnteredDate": "sample string 10",
    "AlteredDate": "sample string 11",
    "EnteredBy": "sample string 12",
    "AlteredBy": "sample string 13",
    "Mo": 14,
    "Ye": 15,
    "Da": 16
  }
]

application/xml, text/xml

Sample:
<ArrayOfDailyPump xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApp.Models">
  <DailyPump>
    <AlteredBy>sample string 13</AlteredBy>
    <AlteredDate>sample string 11</AlteredDate>
    <CashOperator>sample string 9</CashOperator>
    <CashOperatorId>8</CashOperatorId>
    <Code>sample string 5</Code>
    <DEntryNo>1</DEntryNo>
    <Da>16</Da>
    <EnteredBy>sample string 12</EnteredBy>
    <EnteredDate>sample string 10</EnteredDate>
    <EntryDate>2025-12-06T09:48:04.9230861+05:30</EntryDate>
    <EntryDate1>2025-12-06T09:48:04.9230861+05:30</EntryDate1>
    <EntryNo>sample string 2</EntryNo>
    <Mo>14</Mo>
    <ShiftId>6</ShiftId>
    <ShiftName>sample string 7</ShiftName>
    <Ye>15</Ye>
  </DailyPump>
  <DailyPump>
    <AlteredBy>sample string 13</AlteredBy>
    <AlteredDate>sample string 11</AlteredDate>
    <CashOperator>sample string 9</CashOperator>
    <CashOperatorId>8</CashOperatorId>
    <Code>sample string 5</Code>
    <DEntryNo>1</DEntryNo>
    <Da>16</Da>
    <EnteredBy>sample string 12</EnteredBy>
    <EnteredDate>sample string 10</EnteredDate>
    <EntryDate>2025-12-06T09:48:04.9230861+05:30</EntryDate>
    <EntryDate1>2025-12-06T09:48:04.9230861+05:30</EntryDate1>
    <EntryNo>sample string 2</EntryNo>
    <Mo>14</Mo>
    <ShiftId>6</ShiftId>
    <ShiftName>sample string 7</ShiftName>
    <Ye>15</Ye>
  </DailyPump>
</ArrayOfDailyPump>