GET Data/GetJPattonLicensesByLicensee?manufacturerAccountNumber={manufacturerAccountNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
manufacturerAccountNumber

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of JPattonLicenseDto
NameDescriptionTypeAdditional information
InstitutionId

integer

None.

InstitutionCode

string

None.

InstitutionName

string

None.

LicenseId

integer

None.

LicenseName

string

None.

Type

string

None.

MergerSource

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "InstitutionId": 1,
    "InstitutionCode": "sample string 2",
    "InstitutionName": "sample string 3",
    "LicenseId": 4,
    "LicenseName": "sample string 5",
    "Type": "sample string 6",
    "MergerSource": "sample string 7"
  },
  {
    "InstitutionId": 1,
    "InstitutionCode": "sample string 2",
    "InstitutionName": "sample string 3",
    "LicenseId": 4,
    "LicenseName": "sample string 5",
    "Type": "sample string 6",
    "MergerSource": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfJPattonLicenseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Img.MyiCLC.Core.Interfaces.Dto.SupportingApplications">
  <JPattonLicenseDto>
    <InstitutionCode>sample string 2</InstitutionCode>
    <InstitutionId>1</InstitutionId>
    <InstitutionName>sample string 3</InstitutionName>
    <LicenseId>4</LicenseId>
    <LicenseName>sample string 5</LicenseName>
    <MergerSource>sample string 7</MergerSource>
    <Type>sample string 6</Type>
  </JPattonLicenseDto>
  <JPattonLicenseDto>
    <InstitutionCode>sample string 2</InstitutionCode>
    <InstitutionId>1</InstitutionId>
    <InstitutionName>sample string 3</InstitutionName>
    <LicenseId>4</LicenseId>
    <LicenseName>sample string 5</LicenseName>
    <MergerSource>sample string 7</MergerSource>
    <Type>sample string 6</Type>
  </JPattonLicenseDto>
</ArrayOfJPattonLicenseDto>