OnTime API: Downloading a Report as an Image

The following endpoint can be used to download a report from an order:
REST API:    GET  /api/order/report
The types of reports that can be downloaded are as follows:
BOL = Bill of Lading
SL = Shipping Label
WB = Waybill
When downloading a report as an image, the following request header must be included:
Accept:image/png
The type of report desired and the relative order ID (GUID) is used as parameters within the URL of the request:
/api/order/report?type=BOL&id=f6eccbf5-b548-4abd-8053-ecc7c872179e
If successful, the contents of the report file will be contained within the response body as a Byte array.