Appearance
PATCH
/order-management/return/returns/{returnId}Required scope:
viskan:return:updateUpdates a specific return.
Parameters
Path parameters
returnId integerThe identifier of the return to update.
Request body
JSON
{
"received": true,
"rowsToUpdate": [
{
"quantity": 12345,
"rowId": 12345
}
]
}
Response
The return was updated successfully.