Returns barcodes from (organization)products table by specified parameters
Method | /GetBarcodes |
The request body is of type GetBarcodes.
Name | Description | Data Type |
---|---|---|
productId | xml:int | |
productState | SearchProductState | |
barcode | xml:long | |
barcodeText | xml:string | |
skipItemId | xml:int | |
offset | xml:int | |
recordCount | xml:int |
|
The response body is of type GetBarcodesResponse.
Name | Description | Data Type |
---|---|---|
GetBarcodesResult | ArrayOfViewBarcodeInfo |
|