GET Data/GetJPattonManufacturerInfo?manufacturerAccountNumber={manufacturerAccountNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
manufacturerAccountNumber

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of JPattonManufacturerInfoDto
NameDescriptionTypeAdditional information
ManufacturerAccountNumber

integer

None.

ManufacturerName

string

None.

CoordinatorId

integer

None.

CoordinatorName

string

None.

Contact

string

None.

Status

string

None.

Address

string

None.

Phone

string

None.

Fax

string

None.

Email

string

None.

AccountManagerId

integer

None.

AccountManagerName

string

None.

ExpiryDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ManufacturerAccountNumber": 1,
    "ManufacturerName": "sample string 2",
    "CoordinatorId": 1,
    "CoordinatorName": "sample string 3",
    "Contact": "sample string 4",
    "Status": "sample string 5",
    "Address": "sample string 6",
    "Phone": "sample string 7",
    "Fax": "sample string 8",
    "Email": "sample string 9",
    "AccountManagerId": 1,
    "AccountManagerName": "sample string 10",
    "ExpiryDate": "2025-12-05T22:43:50.7922631-05:00"
  },
  {
    "ManufacturerAccountNumber": 1,
    "ManufacturerName": "sample string 2",
    "CoordinatorId": 1,
    "CoordinatorName": "sample string 3",
    "Contact": "sample string 4",
    "Status": "sample string 5",
    "Address": "sample string 6",
    "Phone": "sample string 7",
    "Fax": "sample string 8",
    "Email": "sample string 9",
    "AccountManagerId": 1,
    "AccountManagerName": "sample string 10",
    "ExpiryDate": "2025-12-05T22:43:50.7922631-05:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfJPattonManufacturerInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Img.MyiCLC.Core.Interfaces.Dto.SupportingApplications">
  <JPattonManufacturerInfoDto>
    <AccountManagerId>1</AccountManagerId>
    <AccountManagerName>sample string 10</AccountManagerName>
    <Address>sample string 6</Address>
    <Contact>sample string 4</Contact>
    <CoordinatorId>1</CoordinatorId>
    <CoordinatorName>sample string 3</CoordinatorName>
    <Email>sample string 9</Email>
    <ExpiryDate>2025-12-05T22:43:50.7922631-05:00</ExpiryDate>
    <Fax>sample string 8</Fax>
    <ManufacturerAccountNumber>1</ManufacturerAccountNumber>
    <ManufacturerName>sample string 2</ManufacturerName>
    <Phone>sample string 7</Phone>
    <Status>sample string 5</Status>
  </JPattonManufacturerInfoDto>
  <JPattonManufacturerInfoDto>
    <AccountManagerId>1</AccountManagerId>
    <AccountManagerName>sample string 10</AccountManagerName>
    <Address>sample string 6</Address>
    <Contact>sample string 4</Contact>
    <CoordinatorId>1</CoordinatorId>
    <CoordinatorName>sample string 3</CoordinatorName>
    <Email>sample string 9</Email>
    <ExpiryDate>2025-12-05T22:43:50.7922631-05:00</ExpiryDate>
    <Fax>sample string 8</Fax>
    <ManufacturerAccountNumber>1</ManufacturerAccountNumber>
    <ManufacturerName>sample string 2</ManufacturerName>
    <Phone>sample string 7</Phone>
    <Status>sample string 5</Status>
  </JPattonManufacturerInfoDto>
</ArrayOfJPattonManufacturerInfoDto>