Migrated from Redmine #562 | Author: Dhanushka Krishnajith
Status: Feedback | Priority: High, I’m very impatient | Created: 2020-09-01
Hi, I am using batch booking API to book multiple services. The order of API calls in my code is given below. I have following issues with the email received (screenshot of the email is attached).
- The email received does not attach any tickets or does not include a link to them (in this case, both events had tickets enabled).
- The invoice is not attached to the email or does not include a link to it.
- The email does not have a link to cancel the bookings.
- I couldn’t find this email template in the settings.
{jsonrpc: "2.0", method: "createBatch", params: [], id: 5} -> {"result":"18","id":"5","jsonrpc":"2.0"}
{"jsonrpc":"2.0","method":"book","params":["16",10,"2020-09-08","16:00:00",{"name":"xx","email":"xx","phone":"xx"},{"ageRange":"18-25","subscribe":false},null,"18"],"id":6}
{"jsonrpc":"2.0","method":"book","params":["17",10,"2020-09-13","12:00:00",{"name":"xx","email":"xx","phone":"xx"},{"ageRange":"18-25","subscribe":true,"products":[{"id":"2","qty":1}]},null,"18"],"id":7}
{"jsonrpc":"2.0","method":"confirmBookingBatch","params":[18,"batch_multiple_booking","hash"],"id":1}