Converts a booking into an invoice. On success it returns the id of the newly created invoice and marks the booking as Invoiced.The conversion is rejected when the booking is cancelled, already converted, or missing required data. A booking id that does not exist returns 404.The .json extension is optional.
Request
Path Params
Header Params
Responses
🟢202Accepted
application/json
The booking was converted. Returns HTTP 202 with the new invoice id.