[#710] How to add "May company name send you promotions and relevant information" checkbox value to book

Migrated from Redmine #710 | Author: phuong tran
Status: New | Priority: High, I’m very impatient | Created: 2021-06-09


Hi,
I have call api book but don’t know how to add value of checkbox “May Maison21G send you promotions and relevant information?” to my booking.
I tried to call getAdditionalField but it always return ,
so that I had add subscribe: true
My question is how can I do it with right way? add value of checkbox
jsonrpc: ‘2.0’,
method: ‘book’,
params: [2, 11, 308, “2021-04-02”, “09:00”, “2021-04-02”, “11:00”, 0, [{ “subscribe”: true, location_id: 4, handle_invoice: true,}]],
id: uniqueId

phuong tran wrote:

Hi, can you help me

(Short original content)