In case you'd like to link a reservation to payment lines that are not linked to reservations yet, this is what an API call to POST:/v2/reservations/:id/link/payment-lines
may look like. Note, path parameter :id
can be a confirmationCode, uniqueRef or id of a reservation.
{
// Required: Internal IDs of payment lines you like to link
"paymentLineIds": ["c9e364a9-4c03-4ae3-bf59-4367ec956514"]
}