Returns barcodes from products table by specified parameters
Method | /GetBarcodesByFilter |
The request body is of type GetBarcodesByFilter.
Name | Description | Data Type |
---|---|---|
filter | BarcodesFilter | |
skipItemId | xml:int | |
offset | xml:int | |
recordCount | xml:int |
|
The response body is of type GetBarcodesByFilterResponse.
Name | Description | Data Type |
---|---|---|
GetBarcodesByFilterResult | ArrayOfViewBarcodeInfo |
|