GetBarcodeImageByFoodId 1.X-2.X

Summary


Retrieves the barcode for the food identified by the specified FoodId value if it is published as a PNG encoded bitmap.

Note: If you are upgrading to Gen API 3.1 (or later) you will want to reference this page.

Query Parameters

ParameterTypeDescription
 foodIdGuidThe unique identifier for the Food.

Response Parameters

ParameterTypeDescription

StreamA bitmap rendering of the barcode label at 300dpi encoded as a PNG.

Examples