Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Request Type: ImageByFoodIdRequest

  • FoodId
    • Type: Guid
    • The value of the Id field on the food.

Response Type: ImageResponse

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

...

Code Block
titleREST Request
linenumberstrue
collapsetrue
POST http://localhost:80/rest/LabelImageService.svc/GetBarcodeImageByFoodId HTTP/1.1
Content-Type: text/plain
Host: localhost:80

request={"FoodId":"8980ff36-31be-711a-5ef8-ee69ecb67fee"}

...