Week

The delivery cost in cents for each day, must contain 7 items, first is monday, last is sunday

Field Type Description
d1 Int An integer value
d2 Int An integer value
d3 Int An integer value
d4 Int An integer value
d5 Int An integer value
d6 Int An integer value
d7 Int An integer value

Examples

Example 1

{
    "d1": 12,
    "d2": 17,
    "d3": 17,
    "d4": 12,
    "d5": 18,
    "d6": 16,
    "d7": 10
}
1.9.0 stable