Migrated from Redmine #668 | Author: Harleen Ahuja
Status: New | Priority: High, I’m very impatient | Created: 2021-03-20
Hi ,
i am integrating reschedule and cancel api using rpc , am facing an issue where when i
make a call for cancelBooking , the bookingResponse is null but booking is cancelled,
because when i try to reschedule it , it says reschedule_booking_cancelled, want to know why the response is null in this case
2nd issue is with the reschedule api when i make a call for rescheduleBook no matter wht date and time i choose
it says selected_date_start is not available , any help? , still stuck.
here is the request and response
INFO [hybrisHTTP10] [MagrabiSimplyBookApiServiceImpl] {“jsonrpc”:“2.0”,“method”:“rescheduleBook”,“params”:[“135”,“dcdf23c9f0e5cacf414e5f38160b44c4”,“1”,“1”,“2021-03-23”,“14:30:00”,{“name”:“Harleen Ahuja",“email”:"harleen.ahuja90@hybris.com”,“phone”:“7060309479”}],“id”:14}
INFO [hybrisHTTP10] [MagrabiSimplyBookApiServiceImpl] SIMPLY_BOOK-API |[com.itelligence.magrabi.model.simplybook.response.BookingResponse]
INFO [hybrisHTTP10] [MagrabiSimplyBookApiServiceImpl] {“id”:“14”,“jsonrpc”:“2.0”,“error”:{“code”:“-32053”,“message”:“Selected date start is not available”,“data”:},“result”:null}