GET api/Boiler/CheckPropertyMinMax?manufacturerGLN={manufacturerGLN}&productcode={productcode}&propertyId={propertyId}&propertyValue={propertyValue}
Returns true if propertyValue is between property min and property max
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
manufacturerGLN | string |
Required |
|
productcode | string |
Required |
|
propertyId | string |
Required |
|
propertyValue | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
true if the specified property value falls between the defined limits; otherwise, false.
booleanResponse Formats
application/json, text/json
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>