GET Parts?shopId={shopId}&emsRoId={emsRoId}&makeId={makeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
shopId

integer

Required

emsRoId

integer

Required

makeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Part
NameDescriptionTypeAdditional information
UnqFile

string

None.

EmsDetailId

integer

None.

LineInd

string

None.

Line

integer

None.

PartQty

integer

None.

PartNumber

string

None.

PartDescription

string

None.

EstimatePrice

decimal number

None.

PartType

string

None.

LineRef

integer

None.

UnqSeq

integer

None.

MtcList

decimal number

None.

IsValutraxPart

boolean

None.

RebateAmount

decimal number

None.

MtcCost

decimal number

None.

SpecialDiscount

decimal number

None.

HasBeenOrdered

boolean

None.

OrigPartType

string

None.

OemMake

string

None.

FinalSalePrice

decimal number

None.

DealerPartCost

decimal number

None.

dealer_type

DealerType

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "unqFile": "sample string 1",
    "emsDetailId": 2,
    "lineInd": "sample string 3",
    "line": 4,
    "partQty": 5,
    "partNumber": "sample string 6",
    "partDescription": "sample string 7",
    "estimatePrice": 8.0,
    "partType": "sample string 9",
    "lineRef": 10,
    "unqSeq": 11,
    "mtcList": 12.0,
    "isValutraxPart": true,
    "rebateAmount": 1.0,
    "mtcCost": 1.0,
    "specialDiscount": 14.0,
    "hasBeenOrdered": true,
    "origPartType": "sample string 16",
    "oemMake": "sample string 17",
    "finalSalePrice": 18.0,
    "dealerPartCost": 19.0,
    "dealer_type": {
      "name": "sample string 1",
      "id": 2
    }
  },
  {
    "unqFile": "sample string 1",
    "emsDetailId": 2,
    "lineInd": "sample string 3",
    "line": 4,
    "partQty": 5,
    "partNumber": "sample string 6",
    "partDescription": "sample string 7",
    "estimatePrice": 8.0,
    "partType": "sample string 9",
    "lineRef": 10,
    "unqSeq": 11,
    "mtcList": 12.0,
    "isValutraxPart": true,
    "rebateAmount": 1.0,
    "mtcCost": 1.0,
    "specialDiscount": 14.0,
    "hasBeenOrdered": true,
    "origPartType": "sample string 16",
    "oemMake": "sample string 17",
    "finalSalePrice": 18.0,
    "dealerPartCost": 19.0,
    "dealer_type": {
      "name": "sample string 1",
      "id": 2
    }
  }
]

text/html

Sample:
[{"unqFile":"sample string 1","emsDetailId":2,"lineInd":"sample string 3","line":4,"partQty":5,"partNumber":"sample string 6","partDescription":"sample string 7","estimatePrice":8.0,"partType":"sample string 9","lineRef":10,"unqSeq":11,"mtcList":12.0,"isValutraxPart":true,"rebateAmount":1.0,"mtcCost":1.0,"specialDiscount":14.0,"hasBeenOrdered":true,"origPartType":"sample string 16","oemMake":"sample string 17","finalSalePrice":18.0,"dealerPartCost":19.0,"dealer_type":{"name":"sample string 1","id":2}},{"unqFile":"sample string 1","emsDetailId":2,"lineInd":"sample string 3","line":4,"partQty":5,"partNumber":"sample string 6","partDescription":"sample string 7","estimatePrice":8.0,"partType":"sample string 9","lineRef":10,"unqSeq":11,"mtcList":12.0,"isValutraxPart":true,"rebateAmount":1.0,"mtcCost":1.0,"specialDiscount":14.0,"hasBeenOrdered":true,"origPartType":"sample string 16","oemMake":"sample string 17","finalSalePrice":18.0,"dealerPartCost":19.0,"dealer_type":{"name":"sample string 1","id":2}}]

application/xml, text/xml

Sample:
<ArrayOfPart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ops.Data.Traxpod">
  <Part>
    <DealerPartCost>19</DealerPartCost>
    <EmsDetailId>2</EmsDetailId>
    <EstimatePrice>8</EstimatePrice>
    <FinalSalePrice>18</FinalSalePrice>
    <HasBeenOrdered>true</HasBeenOrdered>
    <IsValutraxPart>true</IsValutraxPart>
    <Line>4</Line>
    <LineInd>sample string 3</LineInd>
    <LineRef>10</LineRef>
    <MtcCost>1</MtcCost>
    <MtcList>12</MtcList>
    <OemMake>sample string 17</OemMake>
    <OrigPartType>sample string 16</OrigPartType>
    <PartDescription>sample string 7</PartDescription>
    <PartNumber>sample string 6</PartNumber>
    <PartQty>5</PartQty>
    <PartType>sample string 9</PartType>
    <RebateAmount>1</RebateAmount>
    <SpecialDiscount>14</SpecialDiscount>
    <UnqFile>sample string 1</UnqFile>
    <UnqSeq>11</UnqSeq>
    <dealer_type>
      <id>2</id>
      <name>sample string 1</name>
    </dealer_type>
  </Part>
  <Part>
    <DealerPartCost>19</DealerPartCost>
    <EmsDetailId>2</EmsDetailId>
    <EstimatePrice>8</EstimatePrice>
    <FinalSalePrice>18</FinalSalePrice>
    <HasBeenOrdered>true</HasBeenOrdered>
    <IsValutraxPart>true</IsValutraxPart>
    <Line>4</Line>
    <LineInd>sample string 3</LineInd>
    <LineRef>10</LineRef>
    <MtcCost>1</MtcCost>
    <MtcList>12</MtcList>
    <OemMake>sample string 17</OemMake>
    <OrigPartType>sample string 16</OrigPartType>
    <PartDescription>sample string 7</PartDescription>
    <PartNumber>sample string 6</PartNumber>
    <PartQty>5</PartQty>
    <PartType>sample string 9</PartType>
    <RebateAmount>1</RebateAmount>
    <SpecialDiscount>14</SpecialDiscount>
    <UnqFile>sample string 1</UnqFile>
    <UnqSeq>11</UnqSeq>
    <dealer_type>
      <id>2</id>
      <name>sample string 1</name>
    </dealer_type>
  </Part>
</ArrayOfPart>