GET api/Part/GetSupersededPartNumber

Documentation for 'GetSupersededPartNumber'.

Request Information

Parameters

NameDescriptionAdditional information
PartSearchParameters
Documentation for 'PartSearchParameters'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "LifeCycleID": 1,
  "SupersededBy": 1,
  "SupersededDate": "2026-06-11T01:32:46.3116023-04:00",
  "SupersededPart": "sample string 1",
  "Brand": "sample string 2"
}

application/xml, text/xml

Sample:
<SupersededPartDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Catalog.DTO">
  <Brand>sample string 2</Brand>
  <LifeCycleID>1</LifeCycleID>
  <SupersededBy>1</SupersededBy>
  <SupersededDate>2026-06-11T01:32:46.3116023-04:00</SupersededDate>
  <SupersededPart>sample string 1</SupersededPart>
</SupersededPartDTO>