REL documentation
Resource:customer logoC# Rel Const:Rels.CustomerSvc.CustomerLogoURI template:{id}/logoObtain URI from:
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 | |
| Links | IList<WebApi.Hal.Link> | |
| - edit |
{
"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 | |
| Links | IList<WebApi.Hal.Link> | |
| - edit |
{
"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.