appointments

CRM transfer appointment payment

Transfer payment information from a paid appointment to an unpaid appointment for the same patient.

post/api/appointments/crm/payment-transfer

Request body

from_appointment_idstring uuid required

Paid source appointment UUID

to_appointment_idstring uuid required

Unpaid destination appointment UUID

Response

Successful Response

successboolean required

Operation result

messagestring required

Human-readable message

from_appointment_idstring required

Source appointment UUID

to_appointment_idstring required

Destination appointment UUID

Changes

No recorded changes to this endpoint across all 1 revision of this API.