POST api/InventoryTransaction/PostBarcodedAssetsData
Request Information
URI Parameters
None.
Body Parameters
AssetMovementreport| Name | Description | Type | Additional information |
|---|---|---|---|
| todate | string |
None. |
|
| section | string |
None. |
|
| BranchId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"todate": "sample string 1",
"section": "sample string 2",
"BranchId": 3
}
application/xml, text/xml
Sample:
<AssetMovementreport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BILLING.API.Models.PurchaseandBackOffice"> <BranchId>3</BranchId> <section>sample string 2</section> <todate>sample string 1</todate> </AssetMovementreport>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of BarcodedDataViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchId | integer |
None. |
|
| MainCategory | integer |
None. |
|
| MainCategoryName | string |
None. |
|
| SubCategory | integer |
None. |
|
| SubCategoryName | string |
None. |
|
| AssetCode | string |
None. |
|
| IsBarcodeGenerated | boolean |
None. |
|
| IsBarcoded | boolean |
None. |
|
| IsInwarded | boolean |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | integer |
None. |
|
| NameoftheCreator | string |
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:
[
{
"BranchId": 1,
"MainCategory": 1,
"MainCategoryName": "sample string 1",
"SubCategory": 1,
"SubCategoryName": "sample string 2",
"AssetCode": "sample string 3",
"IsBarcodeGenerated": true,
"IsBarcoded": true,
"IsInwarded": true,
"CreatedOn": "2026-07-31T15:17:33.5220624-07:00",
"CreatedBy": 1,
"NameoftheCreator": "sample string 4",
"ItemNumber": 1,
"InwardId": 1,
"MaterialCode": "sample string 5",
"SBarcode": "sample string 6",
"Barcode1": "sample string 7",
"ItemQuantity": 1,
"VendorCode": "sample string 8",
"GeneratedDate": "2026-07-31T15:17:33.5240629-07:00",
"Isvalid": true,
"UpdatedBy": "sample string 9",
"LastUpdate": "2026-07-31T15:17:33.5240629-07:00"
},
{
"BranchId": 1,
"MainCategory": 1,
"MainCategoryName": "sample string 1",
"SubCategory": 1,
"SubCategoryName": "sample string 2",
"AssetCode": "sample string 3",
"IsBarcodeGenerated": true,
"IsBarcoded": true,
"IsInwarded": true,
"CreatedOn": "2026-07-31T15:17:33.5220624-07:00",
"CreatedBy": 1,
"NameoftheCreator": "sample string 4",
"ItemNumber": 1,
"InwardId": 1,
"MaterialCode": "sample string 5",
"SBarcode": "sample string 6",
"Barcode1": "sample string 7",
"ItemQuantity": 1,
"VendorCode": "sample string 8",
"GeneratedDate": "2026-07-31T15:17:33.5240629-07:00",
"Isvalid": true,
"UpdatedBy": "sample string 9",
"LastUpdate": "2026-07-31T15:17:33.5240629-07:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfBarcodedDataViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BILLING.API.Models.PurchaseandBackOffice">
<BarcodedDataViewModel>
<AssetCode>sample string 3</AssetCode>
<Barcode1>sample string 7</Barcode1>
<BranchId>1</BranchId>
<CreatedBy>1</CreatedBy>
<CreatedOn>2026-07-31T15:17:33.5220624-07:00</CreatedOn>
<GeneratedDate>2026-07-31T15:17:33.5240629-07:00</GeneratedDate>
<InwardId>1</InwardId>
<IsBarcodeGenerated>true</IsBarcodeGenerated>
<IsBarcoded>true</IsBarcoded>
<IsInwarded>true</IsInwarded>
<Isvalid>true</Isvalid>
<ItemNumber>1</ItemNumber>
<ItemQuantity>1</ItemQuantity>
<LastUpdate>2026-07-31T15:17:33.5240629-07:00</LastUpdate>
<MainCategory>1</MainCategory>
<MainCategoryName>sample string 1</MainCategoryName>
<MaterialCode>sample string 5</MaterialCode>
<NameoftheCreator>sample string 4</NameoftheCreator>
<SBarcode>sample string 6</SBarcode>
<SubCategory>1</SubCategory>
<SubCategoryName>sample string 2</SubCategoryName>
<UpdatedBy>sample string 9</UpdatedBy>
<VendorCode>sample string 8</VendorCode>
</BarcodedDataViewModel>
<BarcodedDataViewModel>
<AssetCode>sample string 3</AssetCode>
<Barcode1>sample string 7</Barcode1>
<BranchId>1</BranchId>
<CreatedBy>1</CreatedBy>
<CreatedOn>2026-07-31T15:17:33.5220624-07:00</CreatedOn>
<GeneratedDate>2026-07-31T15:17:33.5240629-07:00</GeneratedDate>
<InwardId>1</InwardId>
<IsBarcodeGenerated>true</IsBarcodeGenerated>
<IsBarcoded>true</IsBarcoded>
<IsInwarded>true</IsInwarded>
<Isvalid>true</Isvalid>
<ItemNumber>1</ItemNumber>
<ItemQuantity>1</ItemQuantity>
<LastUpdate>2026-07-31T15:17:33.5240629-07:00</LastUpdate>
<MainCategory>1</MainCategory>
<MainCategoryName>sample string 1</MainCategoryName>
<MaterialCode>sample string 5</MaterialCode>
<NameoftheCreator>sample string 4</NameoftheCreator>
<SBarcode>sample string 6</SBarcode>
<SubCategory>1</SubCategory>
<SubCategoryName>sample string 2</SubCategoryName>
<UpdatedBy>sample string 9</UpdatedBy>
<VendorCode>sample string 8</VendorCode>
</BarcodedDataViewModel>
</ArrayOfBarcodedDataViewModel>