MinMaxSummary

An overview of the minimum and maximum values for all amount types.

Field Type Description
amount MinMax Contains the minimum, maximum and suggested amount
weight MinMax Contains the minimum, maximum and suggested amount
persons MinMax Contains the minimum, maximum and suggested amount

Examples

Example 1

{
    "amount": {
        "minimum": 12,
        "maximum": 11,
        "suggested": 16
    },
    "weight": {
        "minimum": 15,
        "maximum": 13,
        "suggested": 11
    },
    "persons": {
        "minimum": 11,
        "maximum": 18,
        "suggested": 11
    }
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.5.2 stable