GET AmazonImages/GetImagesList?consignmentID={consignmentID}&deliveryCycle={deliveryCycle}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
consignmentID

string

Required

deliveryCycle

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

Dictionary of string [key] and Collection of byte [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": "QEA=",
  "sample string 2": "QEA="
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringbase64Binary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringbase64Binary>
    <Key>sample string 1</Key>
    <Value>QEA=</Value>
  </KeyValueOfstringbase64Binary>
  <KeyValueOfstringbase64Binary>
    <Key>sample string 2</Key>
    <Value>QEA=</Value>
  </KeyValueOfstringbase64Binary>
</ArrayOfKeyValueOfstringbase64Binary>