POST api/PumpAndroid/SaveDailyPump/{code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
Body Parameters
DailyPump| Name | Description | Type | Additional 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. |
Request Formats
application/json, text/json
Sample:
{
"DEntryNo": 1,
"EntryNo": "sample string 2",
"EntryDate": "2025-12-06T09:48:01.8102355+05:30",
"EntryDate1": "2025-12-06T09:48:01.8102355+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:
<DailyPump xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApp.Models"> <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:01.8102355+05:30</EntryDate> <EntryDate1>2025-12-06T09:48:01.8102355+05:30</EntryDate1> <EntryNo>sample string 2</EntryNo> <Mo>14</Mo> <ShiftId>6</ShiftId> <ShiftName>sample string 7</ShiftName> <Ye>15</Ye> </DailyPump>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Status | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Status": 2
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApp.Models"> <Message>sample string 1</Message> <Status>2</Status> </Response>