POST v1/Inv/EditInvcash
Request Information
URI Parameters
None.
Body Parameters
MobCASHDRAW| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| BillNo | string |
None. |
|
| BranchCode | integer |
None. |
|
| Bill_Date | date |
None. |
|
| BillCash_Amount | decimal number |
None. |
|
| BillChange_Amount | decimal number |
None. |
|
| Status | string |
None. |
|
| Desc1 | string |
None. |
|
| Desc2 | string |
None. |
|
| Desc3 | string |
None. |
|
| Updation | string |
None. |
|
| User_Name | string |
None. |
|
| Date | date |
None. |
|
| Time | time interval |
None. |
|
| Shift_Code | string |
None. |
|
| Terminal_Code | string |
None. |
|
| Bill_No1 | decimal number |
None. |
|
| Deposit_amt | decimal number |
None. |
|
| RowOrder_No | string |
None. |
|
| SyncStatus | string |
None. |
|
| SyncDate | date |
None. |
|
| SyncTime | time interval |
None. |
|
| BillCancel | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"BillNo": "sample string 2",
"BranchCode": 3,
"Bill_Date": "2026-07-25T11:30:15.2834545+05:30",
"BillCash_Amount": 1.1,
"BillChange_Amount": 1.1,
"Status": "sample string 4",
"Desc1": "sample string 5",
"Desc2": "sample string 6",
"Desc3": "sample string 7",
"Updation": "sample string 8",
"User_Name": "sample string 9",
"Date": "2026-07-25T11:30:15.2834545+05:30",
"Time": "00:00:00.1234567",
"Shift_Code": "sample string 10",
"Terminal_Code": "sample string 11",
"Bill_No1": 1.0,
"Deposit_amt": 12.1,
"RowOrder_No": "sample string 13",
"SyncStatus": "sample string 14",
"SyncDate": "2026-07-25T11:30:15.2834545+05:30",
"SyncTime": "00:00:00.1234567",
"BillCancel": 1
}
text/xml
Sample:
<MobCASHDRAW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppEntity"> <BillCancel>1</BillCancel> <BillCash_Amount>1.1</BillCash_Amount> <BillChange_Amount>1.1</BillChange_Amount> <BillNo>sample string 2</BillNo> <Bill_Date>2026-07-25T11:30:15.2834545+05:30</Bill_Date> <Bill_No1>1</Bill_No1> <BranchCode>3</BranchCode> <Date>2026-07-25T11:30:15.2834545+05:30</Date> <Deposit_amt>12.1</Deposit_amt> <Desc1>sample string 5</Desc1> <Desc2>sample string 6</Desc2> <Desc3>sample string 7</Desc3> <Id>1</Id> <RowOrder_No>sample string 13</RowOrder_No> <Shift_Code>sample string 10</Shift_Code> <Status>sample string 4</Status> <SyncDate>2026-07-25T11:30:15.2834545+05:30</SyncDate> <SyncStatus>sample string 14</SyncStatus> <SyncTime>PT0.1234567S</SyncTime> <Terminal_Code>sample string 11</Terminal_Code> <Time>PT0.1234567S</Time> <Updation>sample string 8</Updation> <User_Name>sample string 9</User_Name> </MobCASHDRAW>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TrackInsertRecord| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true
}
text/xml
Sample:
<TrackInsertRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppEntity"> <IsSuccess>true</IsSuccess> </TrackInsertRecord>