Update

Beta
PATCH
/api/insurance-refunds/v1/:insurance_refund_id

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.

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_timestampdatetimeOptional
refund_notestringOptional
refund_reason"OVERCHARGED"Optional
Allowed values: OVERCHARGED

Errors