# \[#1326\] New booking 

**URL:** https://tech-support.simplybook.me/t/1326-new-booking/1326
**Category:** Bug Reports
**Tags:** migrated, redmine-1326
**Created:** [December 3, 2024, 10:05am UTC](https://tech-support.simplybook.me/t/1326-new-booking/1326 "2024-12-03T10:05:56Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://tech-support.simplybook.me/uploads/default/original/1X/faedac32116409149d0a20d900b3047df01a4ad0.png) [@system](https://tech-support.simplybook.me/u/system)
#### Post date: [December 3, 2024, 10:05am UTC](https://tech-support.simplybook.me/t/1326-new-booking/1326/1 "2024-12-03T10:05:56Z")

</div>

**Migrated from Redmine #1326** | _Author: soniya james_  
_Status: Rejected | Priority: High, I’m very impatient | Created: 2024-12-03_

* * *

{  
“jsonrpc”: “2.0”,  
“method”: “book”,  
“params”: [  
“1”, // User ID (or entity ID)  
“2”, // Service ID (or service identifier)  
“2024-12-04”, // Booking Date (YYYY-MM-DD)  
“09:00:00”, // Booking Time (HH:mm:ss) {  
“name”: “rinu”, // Client’s name  
“email”: “[rinu62@gmail.com](mailto:rinu62@gmail.com)”,// Client’s email  
“phone”: “9488567900” // Client’s phone number  
}, {}, // Additional parameters (empty object here)  
1 // Integer (could represent confirmation or a status code)  
],  
“id”: 1  
}  
this will not work?  
“name”: “rinu”, // Client’s name  
“email”: “[rinu62@gmail.com](mailto:rinu62@gmail.com)”,// Client’s email  
“phone”: “9488567900”

we need to pass like this?

client\_id - is client id  
client\_sign - is md5(clientId + clientHash + secretKey) ,  
clientHash - you will receive when client is created.  
secretKey - your secret key

getting response like this

{  
“error”: {  
“code”: -32068,  
“message”: “Client authorization required”,  
“data”:   
},  
“id”: “1”,  
“jsonrpc”: “2.0”  
}

---

<div class="post-metadata">

### Author: ![system](https://tech-support.simplybook.me/uploads/default/original/1X/faedac32116409149d0a20d900b3047df01a4ad0.png) [@system](https://tech-support.simplybook.me/u/system)
#### Post date: [December 3, 2024, 11:18am UTC](https://tech-support.simplybook.me/t/1326-new-booking/1326/2 "2024-12-03T11:18:49Z")

</div>

**Dmytro Bondarev** wrote:

Making hundreds similar tickets will not speed up the process.

---

<div class="post-metadata">

### Author: ![system](https://tech-support.simplybook.me/uploads/default/original/1X/faedac32116409149d0a20d900b3047df01a4ad0.png) [@system](https://tech-support.simplybook.me/u/system)
#### Post date: [February 16, 2026, 4:11pm UTC](https://tech-support.simplybook.me/t/1326-new-booking/1326/3 "2026-02-16T16:11:29Z")

</div>


