Updates the patient refund record matching the provided insurance_refund_id. If updating the refund amount,
then the allocations must be appropriately updated as well.
Delete insurance refund
Authentication
AuthorizationBearer
OAuth authentication of the form `<token>`.
Path parameters
insurance_refund_idUUIDRequired
Request
This endpoint expects an object.
refund_timestampdatetimeOptional
refund_noteobjectOptional
refund_reasonobjectOptional
Response
This endpoint returns an object.
insurance_refund_idUUID
payerobject
amount_centsinteger
allocationslist of objects
refund_timestampdatetime or null
refund_notestring or null
refund_reasonenum or null
Allowed values:
Errors
OAuth authentication of the form <token>.
Updates the patient refund record matching the provided insurance_refund_id. If updating the refund amount,
then the allocations must be appropriately updated as well.