Migrated from Redmine #1327 | Author: soniya james
Status: Rejected | Priority: High, I’m very impatient | Created: 2024-12-03
Request new booking
{
“jsonrpc”: “2.0”,
“method”: “book”,
“params”: {
“eventId”: 1234,
“unitId”: 5678,
“date”: “2024-12-03”,
“time”: “14:00:00”,
“clientData”: [“6”,“cfcd208495d565ef66e7dff9f98764da”, “John Doe","FrancesTPerez@teleworm.us”,“+556565757”, 60
],
“additional”: ,
“count”: 1,
“batchId”: null,
“recurringData”: {
“recurrenceType”: “weekly”,
“duration”: 10
}
},
“id”: 1
}
Response
{
“error”: {
“code”: -32068,
“message”: “Client authorization required”,
“data”:
},
“id”: “1”,
“jsonrpc”: “2.0”
}
Kindly help me for this