GET api/Boiler/Details?manufacturerGLN={manufacturerGLN}&productcode={productcode}

This function get all details of a boiler by its unique manufacturerGLN and product code combination

Request Information

URI Parameters

NameDescriptionTypeAdditional information
manufacturerGLN

The identifier of the manufacturer

string

Required

productcode

The product code as assigned by the manufacturer

string

Required

Body Parameters

None.

Response Information

Resource Description

Returns much details of the chosen product if found otherwise null

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.