Update

Beta
PATCH
/api/insurance-payments/v1/:insurance_payment_id

Updates the patient payment record matching the provided insurance_payment_id. If updating the payment amount, then the allocations must be appropriately updated as well.

Path parameters

insurance_payment_idUUIDRequired

Request

This endpoint expects an object.
payment_timestampdatetimeOptional
payment_noteobjectOptional

Response

This endpoint returns an object.
insurance_payment_idUUID
payerobject
amount_centsinteger
allocationslist of objects
payment_timestampdatetimeOptional
payment_notestringOptional

Errors