Path: / rest / order / {key} / attachment / {name} / thumbnail

An order attachment thumbnail

Path parameters:
name - the attachment name
key - the order key

Method Summary
ResourceDescription
GET /rest/order/{key}/attachment/{name}/thumbnailAn order attachment thumbnail

Method Detail
HTTP Example:
GET /rest/order/{key}/attachment/{name}/thumbnail

API Example:

RESTOrders.getOrderAttachmentThumbnail({'name': /* name the attachment name */,
  'key': /* orderKey the order key */});

An order attachment thumbnail

Output:
javax.ws.rs.core.Response
Produces:
*/*