Authorization: Bearer ********************
{
"scheme": "/calculation-schemes/1",
"paymentSurcharge": 0
}
curl --location --request PATCH 'https://mock.apidog.com/m1/463678-0-default/bonus-scheme-parameters/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"scheme": "/calculation-schemes/1",
"paymentSurcharge": 0
}'
{
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"scheme": {
"id": 1,
"label": "string"
},
"paymentSurcharge": 0
}