put https://api.playbox.grow.curacel.co/api/v1/claims//discharge-voucher/
This endpoint allows you to update the status of a voucher
Log in to see full request history
Responses
This endpoint allows you to update the status of a voucher
xxxxxxxxxx
curl --request PUT \
--url https://api.playbox.grow.curacel.co/api/v1/claims/claim_id/discharge-voucher/discharge_voucher_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"status": "rejected"
}
'
Try It!
to start a request and see the response here! Or choose an example: