Hi,
We can confirm that there seems to be an issue using the line operator "Update", we will report this to the development team.
On our end we are not having any issues using the "Insert" operator, below example works, and until fixed the workaround would be to insert a new line and delete the old line if needed:
{
"discountCode": {
"value": "1"
},
"series": {
"value": "10001"
},
"discountBreakpoints": [
{
"operation": "Update",
"lineNbr": {
"value": 1
},
"pendingBreakAmount": {
"value": 5
},
"pendingDate": {
"value": "2022-04-25T06:40:34.062Z"
},
"pendingDiscountPercent": {
"value": 10
}
}
]
}
... View more