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 |
{
"d1": 19,
"d2": 10,
"d3": 18,
"d4": 14,
"d5": 12,
"d6": 15,
"d7": 18
}