POST api/InvheadMaster/UpdateTrackTrans
Request Information
URI Parameters
None.
Body Parameters
TrackTrans| Name | Description | Type | Additional information |
|---|---|---|---|
| BillNo | integer |
None. |
|
| BranchCode | integer |
None. |
|
| HoldBillNo | decimal number |
None. |
|
| CRNNO | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"BillNo": 1,
"BranchCode": 2,
"HoldBillNo": 3.0,
"CRNNO": 4.0
}
application/xml, text/xml
Sample:
<TrackTrans xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RetailAPI2.Models"> <BillNo>1</BillNo> <BranchCode>2</BranchCode> <CRNNO>4</CRNNO> <HoldBillNo>3</HoldBillNo> </TrackTrans>
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
}
application/xml, text/xml
Sample:
<TrackInsertRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RetailAPI2.Models"> <IsSuccess>true</IsSuccess> </TrackInsertRecord>