customers customerlogo (http://api.3plcentral.com/rels/customers/customerlogo)
Resource:
customer logo
C# Rel Const:
Rels.CustomerSvc.CustomerLogo
URI template:
{id}/logo
Get a Customer logo
Success status: 200; ETag response header supplied; Response is cacheable
Name (* = required) Data Type Description
id * int customer id
Type Description
Description string
Content Byte[]
ContentType string
Sample accept: application/hal+json
{
  "description": "str",
  "content": "QA==",
  "contentType": "str"
}
Set a Customer logo
If-Match request header required; Success status: 200; ETag response header supplied
Name (* = required) Data Type Description
id * int customer id
Type Description
Description string
Content Byte[]
ContentType string
Sample content-type: application/hal+json
{
  "description": "str",
  "content": "QA==",
  "contentType": "str"
}
Type Description
Description string
Content Byte[]
ContentType string
Sample accept: application/hal+json
{
  "description": "str",
  "content": "QA==",
  "contentType": "str"
}
Clear a Customer logo
If-Match request header required; Success status: 204
Name (* = required) Data Type Description
id * int customer id

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.