GET api/Part/GetPartDetailNapaSpec
Documentation for 'GetPartDetailNapaSpec'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| PartSearchParameters | Documentation for 'PartSearchParameters'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"PartID": 1,
"PartNumber": "sample string 2",
"LineCode": "sample string 3",
"BuyersGuide": "sample string 4"
}
application/xml, text/xml
Sample:
<dtoPartDetailNapaSpec xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Catalog.DTO"> <BuyersGuide>sample string 4</BuyersGuide> <LineCode>sample string 3</LineCode> <PartID>1</PartID> <PartNumber>sample string 2</PartNumber> </dtoPartDetailNapaSpec>
