GET api/Boiler/Details?productId={productId}

This function get all details of a boiler by its unique product GUID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productId

The unique GUID of the product

globally unique identifier

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.