VRM API sell schedule change

,

Hi,
could someone help with the explanation what is wrong with my query?
I try to change sell schedule by vrm api. Unfortunately i receive an error:

{
“success”: false,
“error_code”: “validation_error”,
“errors”: {“sellPriceSchedule”: “The price schedule is invalid.”}
}

my request:

{
“sellPriceSchedule”: [
{
“days”: [
0,
1,
2,
3,
4,
5,
6
],
“schedule”: [
{
“from”: “00:00”,
“to”: “01:00”,
“price”: 0.41
}
]
}
]
}

Can someone help with this?

anyone? :slight_smile: