GET aftermarket/{serialNumber}/current?getHistory={getHistory}&getBOM={getBOM}


Get the current configuration for a specific serial number, with or without the aftermarket history
Added getHistory flag to speed up retrieval times for current configurations that have long history

Request Information

URI Parameters

NameDescriptionTypeAdditional information
serialNumber

string

Required

getHistory

boolean

Default value is True

getBOM

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.