POST api/InventoryTransaction/PostBarcodeData/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Barcode| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| BranchId | integer |
None. |
|
| ItemNumber | integer |
None. |
|
| InwardId | integer |
None. |
|
| MaterialCode | string |
None. |
|
| SBarcode | string |
None. |
|
| Barcode1 | string |
None. |
|
| ItemQuantity | integer |
None. |
|
| VendorCode | string |
None. |
|
| GeneratedDate | date |
None. |
|
| Isvalid | boolean |
None. |
|
| UpdatedBy | string |
None. |
|
| LastUpdate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"BranchId": 1,
"ItemNumber": 1,
"InwardId": 1,
"MaterialCode": "sample string 2",
"SBarcode": "sample string 3",
"Barcode1": "sample string 4",
"ItemQuantity": 1,
"VendorCode": "sample string 5",
"GeneratedDate": "2026-07-31T15:17:49.7324856-07:00",
"Isvalid": true,
"UpdatedBy": "sample string 6",
"LastUpdate": "2026-07-31T15:17:49.733746-07:00"
}
application/xml, text/xml
Sample:
<Barcode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BILLING.DAL.DataModel"> <Barcode1>sample string 4</Barcode1> <BranchId>1</BranchId> <GeneratedDate>2026-07-31T15:17:49.7324856-07:00</GeneratedDate> <Id>1</Id> <InwardId>1</InwardId> <Isvalid>true</Isvalid> <ItemNumber>1</ItemNumber> <ItemQuantity>1</ItemQuantity> <LastUpdate>2026-07-31T15:17:49.733746-07:00</LastUpdate> <MaterialCode>sample string 2</MaterialCode> <SBarcode>sample string 3</SBarcode> <UpdatedBy>sample string 6</UpdatedBy> <VendorCode>sample string 5</VendorCode> </Barcode>