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

NameDescriptionTypeAdditional 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.

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>