Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Summary: Retrieves the barcode for the food identified by the specified User Code or Food Id value as a PNG encoded bitmap.

Soap Action: http://ns.esha.com/2013/genesisapi/GetBarcodeImage

Request Type: ImageRequest

  • UserCode (Optional)
    • Type: String
    • The user code for the food Requested. If empty, the Food Id value is used.
  • FoodId (Optional)
    • Type: Guid
    • The value of the Id field on the food. If empty, the User Code value is used.

Response Type: ImageResponse

  • Image
    • Type: Stream
    • The png encoded bitmap of the image.
  • No labels