GET Artwork/SubmittedLicensee

Retrieves licensees, who submitted artwork. [getArtworkSubmittedLicensee]

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ByLicensees
NameDescriptionTypeAdditional information
ManufacturerAccountNumber

integer

None.

ManufacturerName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ManufacturerAccountNumber": 1,
    "ManufacturerName": "sample string 2"
  },
  {
    "ManufacturerAccountNumber": 1,
    "ManufacturerName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfByLicensees xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Img.MyiCLC.Mobile.Api.Models.DataObjects.Common">
  <ByLicensees>
    <ManufacturerAccountNumber>1</ManufacturerAccountNumber>
    <ManufacturerName>sample string 2</ManufacturerName>
  </ByLicensees>
  <ByLicensees>
    <ManufacturerAccountNumber>1</ManufacturerAccountNumber>
    <ManufacturerName>sample string 2</ManufacturerName>
  </ByLicensees>
</ArrayOfByLicensees>