Migrated from Redmine #1139 | Author: nishant singh Status: New | Priority: Immediate, there is BUG! | Created: 2024-01-05
Hi Team on calling the below api to confirm the booking , in the response we are not getting any result. Need your urgent support.
Please find below the request and response: REQUEST :
{
“jsonrpc”: “2.0”,
“method”: “book”,
“params”: [
“1”,
“1”,
“2024-01-05”,
“11:40:00”,
{
“name”: “EYE TEST”,
“email”: hello@test.com,
“phone”: “971555555555”
}
],
“id”: 14
}
Hi Team,
On 31st Dec we tried doing a booking , and at till then we were able to do the bookings.
Since then there is no change in the calling method from our side.
Please find the OLD REQUEST and RESPONSE:
We tried using the correct mail id ,then also we are not getting result in the response.
{
“jsonrpc”:“2.0”,
“method”:“book”,
“params”:[
“1”,
“1”,
“2024-01-18”,
“10:20:00”,
{
“name”:“EYE TEST”,
“email":"nishant.singh@magrabi.com”,
“phone”:“971555555555”
}
],
“id”:14
}
In place of everytime giving the documentation link can you please give some example of what is wrong and what is expected.
As like you asked me raw request and response , same can you provide??