POST api/PumpAndroid/SaveDailyTransactionDet/{code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
Body Parameters
DailyTransactionDet| Name | Description | Type | Additional information |
|---|---|---|---|
| GRNNo | string |
None. |
|
| GRNDate | date |
None. |
|
| GRNDate1 | date |
None. |
|
| ExpensesName | string |
None. |
|
| Code | string |
None. |
|
| ShiftId | integer |
None. |
|
| SupplierId | integer |
None. |
|
| AcSupplierId | integer |
None. |
|
| Amount | decimal number |
None. |
|
| Remarks | string |
None. |
|
| Mo | integer |
None. |
|
| Ye | integer |
None. |
|
| Da | integer |
None. |
|
| DEntryNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"GRNNo": "sample string 1",
"GRNDate": "2025-12-06T09:48:09.2409259+05:30",
"GRNDate1": "2025-12-06T09:48:09.2409259+05:30",
"ExpensesName": "sample string 4",
"Code": "sample string 5",
"ShiftId": 6,
"SupplierId": 7,
"AcSupplierId": 8,
"Amount": 9.1,
"Remarks": "sample string 10",
"Mo": 11,
"Ye": 12,
"Da": 13,
"DEntryNo": 14
}
application/xml, text/xml
Sample:
<DailyTransactionDet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApp.Models"> <AcSupplierId>8</AcSupplierId> <Amount>9.1</Amount> <Code>sample string 5</Code> <DEntryNo>14</DEntryNo> <Da>13</Da> <ExpensesName>sample string 4</ExpensesName> <GRNDate>2025-12-06T09:48:09.2409259+05:30</GRNDate> <GRNDate1>2025-12-06T09:48:09.2409259+05:30</GRNDate1> <GRNNo>sample string 1</GRNNo> <Mo>11</Mo> <Remarks>sample string 10</Remarks> <ShiftId>6</ShiftId> <SupplierId>7</SupplierId> <Ye>12</Ye> </DailyTransactionDet>
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>