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
Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.