customers itemimage (http://api.3plcentral.com/rels/customers/itemimage)
Resource:
image for item
C# Rel Const:
Rels.CustomerSvc.ItemImage
URI template:
{id}/items/{iid}/image
Obtain URI from:
Get the image associated with the item, if any. Specify Accept: image/* to get image ContentType rather than json object.
Success status: 200; Response is cacheable
Name (* = required) Data Type Description
id * int customer id
iid * int item id
model returned only for Accept: application/hal+json
Type Description
ContentType string
Content Object
Sample accept: application/hal+json
{
  "contentType": "str",
  "content": {}
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.