POST api/AdjOrder/GetBarcodeForAdjustment
Request Information
URI Parameters
None.
Body Parameters
Collection of C_InventBatchTrans| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TransId | string |
None. |
|
| ItemCode | string |
None. |
|
| VoucherNo | string |
None. |
|
| TransType | string |
None. |
|
| BatchNo | string |
None. |
|
| BatchOpeningQty | decimal number |
None. |
|
| BatchTransQty | decimal number |
None. |
|
| BatchClosingQty | decimal number |
None. |
|
| TransDate | date |
None. |
|
| WarehouseId | integer |
None. |
|
| SupplierCode | string |
None. |
|
| STSupplierCode | string |
None. |
|
| FinalStockFlag | string |
None. |
|
| ActualRate | decimal number |
None. |
|
| ExciseRate | decimal number |
None. |
|
| CostRate | decimal number |
None. |
|
| TotalRate | decimal number |
None. |
|
| PostTransId | string |
None. |
|
| BranchCode | integer |
None. |
|
| PurchaseDate | date |
None. |
|
| UpdatedByIT | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"TransId": "sample string 2",
"ItemCode": "sample string 3",
"VoucherNo": "sample string 4",
"TransType": "sample string 5",
"BatchNo": "sample string 6",
"BatchOpeningQty": 1.0,
"BatchTransQty": 1.0,
"BatchClosingQty": 1.0,
"TransDate": "2025-12-17T23:50:58.6820271+00:00",
"WarehouseId": 7,
"SupplierCode": "sample string 8",
"STSupplierCode": "sample string 9",
"FinalStockFlag": "sample string 10",
"ActualRate": 1.0,
"ExciseRate": 1.0,
"CostRate": 1.0,
"TotalRate": 11.0,
"PostTransId": "sample string 12",
"BranchCode": 13,
"PurchaseDate": "2025-12-17T23:50:58.6820271+00:00",
"UpdatedByIT": "sample string 14"
},
{
"Id": 1,
"TransId": "sample string 2",
"ItemCode": "sample string 3",
"VoucherNo": "sample string 4",
"TransType": "sample string 5",
"BatchNo": "sample string 6",
"BatchOpeningQty": 1.0,
"BatchTransQty": 1.0,
"BatchClosingQty": 1.0,
"TransDate": "2025-12-17T23:50:58.6820271+00:00",
"WarehouseId": 7,
"SupplierCode": "sample string 8",
"STSupplierCode": "sample string 9",
"FinalStockFlag": "sample string 10",
"ActualRate": 1.0,
"ExciseRate": 1.0,
"CostRate": 1.0,
"TotalRate": 11.0,
"PostTransId": "sample string 12",
"BranchCode": 13,
"PurchaseDate": "2025-12-17T23:50:58.6820271+00:00",
"UpdatedByIT": "sample string 14"
}
]
application/xml, text/xml
Sample:
<ArrayOfC_InventBatchTrans xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models">
<C_InventBatchTrans>
<ActualRate>1</ActualRate>
<BatchClosingQty>1</BatchClosingQty>
<BatchNo>sample string 6</BatchNo>
<BatchOpeningQty>1</BatchOpeningQty>
<BatchTransQty>1</BatchTransQty>
<BranchCode>13</BranchCode>
<CostRate>1</CostRate>
<ExciseRate>1</ExciseRate>
<FinalStockFlag>sample string 10</FinalStockFlag>
<Id>1</Id>
<ItemCode>sample string 3</ItemCode>
<PostTransId>sample string 12</PostTransId>
<PurchaseDate>2025-12-17T23:50:58.6820271+00:00</PurchaseDate>
<STSupplierCode>sample string 9</STSupplierCode>
<SupplierCode>sample string 8</SupplierCode>
<TotalRate>11</TotalRate>
<TransDate>2025-12-17T23:50:58.6820271+00:00</TransDate>
<TransId>sample string 2</TransId>
<TransType>sample string 5</TransType>
<UpdatedByIT>sample string 14</UpdatedByIT>
<VoucherNo>sample string 4</VoucherNo>
<WarehouseId>7</WarehouseId>
</C_InventBatchTrans>
<C_InventBatchTrans>
<ActualRate>1</ActualRate>
<BatchClosingQty>1</BatchClosingQty>
<BatchNo>sample string 6</BatchNo>
<BatchOpeningQty>1</BatchOpeningQty>
<BatchTransQty>1</BatchTransQty>
<BranchCode>13</BranchCode>
<CostRate>1</CostRate>
<ExciseRate>1</ExciseRate>
<FinalStockFlag>sample string 10</FinalStockFlag>
<Id>1</Id>
<ItemCode>sample string 3</ItemCode>
<PostTransId>sample string 12</PostTransId>
<PurchaseDate>2025-12-17T23:50:58.6820271+00:00</PurchaseDate>
<STSupplierCode>sample string 9</STSupplierCode>
<SupplierCode>sample string 8</SupplierCode>
<TotalRate>11</TotalRate>
<TransDate>2025-12-17T23:50:58.6820271+00:00</TransDate>
<TransId>sample string 2</TransId>
<TransType>sample string 5</TransType>
<UpdatedByIT>sample string 14</UpdatedByIT>
<VoucherNo>sample string 4</VoucherNo>
<WarehouseId>7</WarehouseId>
</C_InventBatchTrans>
</ArrayOfC_InventBatchTrans>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of C_InventBatchTransDetailView| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TransId | string |
None. |
|
| ItemCode | string |
None. |
|
| BatchNo | string |
None. |
|
| Qty | decimal number |
None. |
|
| Barcode | string |
None. |
|
| OuterNo | string |
None. |
|
| PalletNo | string |
None. |
|
| BarcodeCreatedDate | date |
None. |
|
| OuterCreatedDate | date |
None. |
|
| PalletCreatedDate | date |
None. |
|
| UnitId | integer |
None. |
|
| SOID | string |
None. |
|
| InvoiceNo | string |
None. |
|
| PackingSlipId | string |
None. |
|
| BarcodePrint | string |
None. |
|
| OuterPrint | string |
None. |
|
| PalletPrint | string |
None. |
|
| TransDate | date |
None. |
|
| BranchCode | integer |
None. |
|
| ItemName | string |
None. |
|
| countItem | integer |
None. |
|
| SupplierCode | string |
None. |
|
| countPallet | integer |
None. |
|
| countOuter | integer |
None. |
|
| countBarcode | integer |
None. |
|
| WarehouseId | integer |
None. |
|
| Rate | decimal number |
None. |
|
| TotalRate | decimal number |
None. |
|
| ActualRate | decimal number |
None. |
|
| ExciseRate | decimal number |
None. |
|
| CostRate | decimal number |
None. |
|
| PostTransId | string |
None. |
|
| STSupplierCode | string |
None. |
|
| ReplaceBarcode | string |
None. |
|
| ReplaceType | string |
None. |
|
| VoucherNo | string |
None. |
|
| WarehouseName | string |
None. |
|
| SupplierGRNNo | string |
None. |
|
| StockTransferLedgerCode | string |
None. |
|
| OuterNo1 | string |
None. |
|
| BranchName | string |
None. |
|
| InventBatchId | integer |
None. |
|
| InnerCount | integer |
None. |
|
| UnitName | string |
None. |
|
| ProductTypeName | string |
None. |
|
| ProductClassName | string |
None. |
|
| Size | string |
None. |
|
| ProductgroupName | string |
None. |
|
| ItemSize | string |
None. |
|
| ItemColour | string |
None. |
|
| FirstBarcode | string |
None. |
|
| LastBarcode | string |
None. |
|
| Item | string |
None. |
|
| ATaxCode | string |
None. |
|
| ItemMrp | decimal number |
None. |
|
| ScanBarcode | string |
None. |
|
| ProductionNo | string |
None. |
|
| ManufacturingDate | date |
None. |
|
| SalesPrice | decimal number |
None. |
|
| SupplierName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SupplierName": "sample string 1",
"Id": 1,
"TransId": "sample string 2",
"ItemCode": "sample string 3",
"BatchNo": "sample string 4",
"Qty": 1.0,
"Barcode": "sample string 5",
"OuterNo": "sample string 6",
"PalletNo": "sample string 7",
"BarcodeCreatedDate": "2025-12-17T23:50:58.6820271+00:00",
"OuterCreatedDate": "2025-12-17T23:50:58.6820271+00:00",
"PalletCreatedDate": "2025-12-17T23:50:58.6820271+00:00",
"UnitId": 1,
"SOID": "sample string 9",
"InvoiceNo": "sample string 10",
"PackingSlipId": "sample string 11",
"BarcodePrint": "sample string 12",
"OuterPrint": "sample string 13",
"PalletPrint": "sample string 14",
"TransDate": "2025-12-17T23:50:58.6820271+00:00",
"BranchCode": 1,
"ItemName": "sample string 15",
"countItem": 16,
"SupplierCode": "sample string 17",
"countPallet": 18,
"countOuter": 19,
"countBarcode": 20,
"WarehouseId": 21,
"Rate": 22.0,
"TotalRate": 23.0,
"ActualRate": 1.0,
"ExciseRate": 1.0,
"CostRate": 1.0,
"PostTransId": "sample string 24",
"STSupplierCode": "sample string 25",
"ReplaceBarcode": "sample string 26",
"ReplaceType": "sample string 27",
"VoucherNo": "sample string 28",
"WarehouseName": "sample string 29",
"SupplierGRNNo": "sample string 30",
"StockTransferLedgerCode": "sample string 31",
"OuterNo1": "sample string 32",
"BranchName": "sample string 33",
"InventBatchId": 34,
"InnerCount": 1,
"UnitName": "sample string 35",
"ProductTypeName": "sample string 36",
"ProductClassName": "sample string 37",
"Size": "sample string 38",
"ProductgroupName": "sample string 39",
"ItemSize": "sample string 40",
"ItemColour": "sample string 41",
"FirstBarcode": "sample string 42",
"LastBarcode": "sample string 43",
"Item": "sample string 44",
"ATaxCode": "sample string 45",
"ItemMrp": 1.0,
"ScanBarcode": "sample string 46",
"ProductionNo": "sample string 47",
"ManufacturingDate": "2025-12-17T23:50:58.6820271+00:00",
"SalesPrice": 1.0
},
{
"SupplierName": "sample string 1",
"Id": 1,
"TransId": "sample string 2",
"ItemCode": "sample string 3",
"BatchNo": "sample string 4",
"Qty": 1.0,
"Barcode": "sample string 5",
"OuterNo": "sample string 6",
"PalletNo": "sample string 7",
"BarcodeCreatedDate": "2025-12-17T23:50:58.6820271+00:00",
"OuterCreatedDate": "2025-12-17T23:50:58.6820271+00:00",
"PalletCreatedDate": "2025-12-17T23:50:58.6820271+00:00",
"UnitId": 1,
"SOID": "sample string 9",
"InvoiceNo": "sample string 10",
"PackingSlipId": "sample string 11",
"BarcodePrint": "sample string 12",
"OuterPrint": "sample string 13",
"PalletPrint": "sample string 14",
"TransDate": "2025-12-17T23:50:58.6820271+00:00",
"BranchCode": 1,
"ItemName": "sample string 15",
"countItem": 16,
"SupplierCode": "sample string 17",
"countPallet": 18,
"countOuter": 19,
"countBarcode": 20,
"WarehouseId": 21,
"Rate": 22.0,
"TotalRate": 23.0,
"ActualRate": 1.0,
"ExciseRate": 1.0,
"CostRate": 1.0,
"PostTransId": "sample string 24",
"STSupplierCode": "sample string 25",
"ReplaceBarcode": "sample string 26",
"ReplaceType": "sample string 27",
"VoucherNo": "sample string 28",
"WarehouseName": "sample string 29",
"SupplierGRNNo": "sample string 30",
"StockTransferLedgerCode": "sample string 31",
"OuterNo1": "sample string 32",
"BranchName": "sample string 33",
"InventBatchId": 34,
"InnerCount": 1,
"UnitName": "sample string 35",
"ProductTypeName": "sample string 36",
"ProductClassName": "sample string 37",
"Size": "sample string 38",
"ProductgroupName": "sample string 39",
"ItemSize": "sample string 40",
"ItemColour": "sample string 41",
"FirstBarcode": "sample string 42",
"LastBarcode": "sample string 43",
"Item": "sample string 44",
"ATaxCode": "sample string 45",
"ItemMrp": 1.0,
"ScanBarcode": "sample string 46",
"ProductionNo": "sample string 47",
"ManufacturingDate": "2025-12-17T23:50:58.6820271+00:00",
"SalesPrice": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfC_InventBatchTransDetailView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models.Views">
<C_InventBatchTransDetailView>
<ATaxCode>sample string 45</ATaxCode>
<ActualRate>1</ActualRate>
<Barcode>sample string 5</Barcode>
<BarcodeCreatedDate>2025-12-17T23:50:58.6820271+00:00</BarcodeCreatedDate>
<BarcodePrint>sample string 12</BarcodePrint>
<BatchNo>sample string 4</BatchNo>
<BranchCode>1</BranchCode>
<BranchName>sample string 33</BranchName>
<CostRate>1</CostRate>
<ExciseRate>1</ExciseRate>
<FirstBarcode>sample string 42</FirstBarcode>
<Id>1</Id>
<InnerCount>1</InnerCount>
<InventBatchId>34</InventBatchId>
<InvoiceNo>sample string 10</InvoiceNo>
<Item>sample string 44</Item>
<ItemCode>sample string 3</ItemCode>
<ItemColour>sample string 41</ItemColour>
<ItemMrp>1</ItemMrp>
<ItemName>sample string 15</ItemName>
<ItemSize>sample string 40</ItemSize>
<LastBarcode>sample string 43</LastBarcode>
<ManufacturingDate>2025-12-17T23:50:58.6820271+00:00</ManufacturingDate>
<OuterCreatedDate>2025-12-17T23:50:58.6820271+00:00</OuterCreatedDate>
<OuterNo>sample string 6</OuterNo>
<OuterNo1>sample string 32</OuterNo1>
<OuterPrint>sample string 13</OuterPrint>
<PackingSlipId>sample string 11</PackingSlipId>
<PalletCreatedDate>2025-12-17T23:50:58.6820271+00:00</PalletCreatedDate>
<PalletNo>sample string 7</PalletNo>
<PalletPrint>sample string 14</PalletPrint>
<PostTransId>sample string 24</PostTransId>
<ProductClassName>sample string 37</ProductClassName>
<ProductTypeName>sample string 36</ProductTypeName>
<ProductgroupName>sample string 39</ProductgroupName>
<ProductionNo>sample string 47</ProductionNo>
<Qty>1</Qty>
<Rate>22</Rate>
<ReplaceBarcode>sample string 26</ReplaceBarcode>
<ReplaceType>sample string 27</ReplaceType>
<SOID>sample string 9</SOID>
<STSupplierCode>sample string 25</STSupplierCode>
<SalesPrice>1</SalesPrice>
<ScanBarcode>sample string 46</ScanBarcode>
<Size>sample string 38</Size>
<StockTransferLedgerCode>sample string 31</StockTransferLedgerCode>
<SupplierCode>sample string 17</SupplierCode>
<SupplierGRNNo>sample string 30</SupplierGRNNo>
<SupplierName>sample string 1</SupplierName>
<TotalRate>23</TotalRate>
<TransDate>2025-12-17T23:50:58.6820271+00:00</TransDate>
<TransId>sample string 2</TransId>
<UnitId>1</UnitId>
<UnitName>sample string 35</UnitName>
<VoucherNo>sample string 28</VoucherNo>
<WarehouseId>21</WarehouseId>
<WarehouseName>sample string 29</WarehouseName>
<countBarcode>20</countBarcode>
<countItem>16</countItem>
<countOuter>19</countOuter>
<countPallet>18</countPallet>
</C_InventBatchTransDetailView>
<C_InventBatchTransDetailView>
<ATaxCode>sample string 45</ATaxCode>
<ActualRate>1</ActualRate>
<Barcode>sample string 5</Barcode>
<BarcodeCreatedDate>2025-12-17T23:50:58.6820271+00:00</BarcodeCreatedDate>
<BarcodePrint>sample string 12</BarcodePrint>
<BatchNo>sample string 4</BatchNo>
<BranchCode>1</BranchCode>
<BranchName>sample string 33</BranchName>
<CostRate>1</CostRate>
<ExciseRate>1</ExciseRate>
<FirstBarcode>sample string 42</FirstBarcode>
<Id>1</Id>
<InnerCount>1</InnerCount>
<InventBatchId>34</InventBatchId>
<InvoiceNo>sample string 10</InvoiceNo>
<Item>sample string 44</Item>
<ItemCode>sample string 3</ItemCode>
<ItemColour>sample string 41</ItemColour>
<ItemMrp>1</ItemMrp>
<ItemName>sample string 15</ItemName>
<ItemSize>sample string 40</ItemSize>
<LastBarcode>sample string 43</LastBarcode>
<ManufacturingDate>2025-12-17T23:50:58.6820271+00:00</ManufacturingDate>
<OuterCreatedDate>2025-12-17T23:50:58.6820271+00:00</OuterCreatedDate>
<OuterNo>sample string 6</OuterNo>
<OuterNo1>sample string 32</OuterNo1>
<OuterPrint>sample string 13</OuterPrint>
<PackingSlipId>sample string 11</PackingSlipId>
<PalletCreatedDate>2025-12-17T23:50:58.6820271+00:00</PalletCreatedDate>
<PalletNo>sample string 7</PalletNo>
<PalletPrint>sample string 14</PalletPrint>
<PostTransId>sample string 24</PostTransId>
<ProductClassName>sample string 37</ProductClassName>
<ProductTypeName>sample string 36</ProductTypeName>
<ProductgroupName>sample string 39</ProductgroupName>
<ProductionNo>sample string 47</ProductionNo>
<Qty>1</Qty>
<Rate>22</Rate>
<ReplaceBarcode>sample string 26</ReplaceBarcode>
<ReplaceType>sample string 27</ReplaceType>
<SOID>sample string 9</SOID>
<STSupplierCode>sample string 25</STSupplierCode>
<SalesPrice>1</SalesPrice>
<ScanBarcode>sample string 46</ScanBarcode>
<Size>sample string 38</Size>
<StockTransferLedgerCode>sample string 31</StockTransferLedgerCode>
<SupplierCode>sample string 17</SupplierCode>
<SupplierGRNNo>sample string 30</SupplierGRNNo>
<SupplierName>sample string 1</SupplierName>
<TotalRate>23</TotalRate>
<TransDate>2025-12-17T23:50:58.6820271+00:00</TransDate>
<TransId>sample string 2</TransId>
<UnitId>1</UnitId>
<UnitName>sample string 35</UnitName>
<VoucherNo>sample string 28</VoucherNo>
<WarehouseId>21</WarehouseId>
<WarehouseName>sample string 29</WarehouseName>
<countBarcode>20</countBarcode>
<countItem>16</countItem>
<countOuter>19</countOuter>
<countPallet>18</countPallet>
</C_InventBatchTransDetailView>
</ArrayOfC_InventBatchTransDetailView>