GET api/Boiler/Details?productId={productId}
This function get all details of a boiler by its unique product GUID
Request Information
URI Parameters
Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.