[#1026] how to include add ons in client book api

Migrated from Redmine #1026 | Author: Mohammed Thoufiq M
Status: Feedback | Priority: High, I’m very impatient | Created: 2023-03-20


how to include add ons in client book api

Dmytro Bondarev wrote:

Hi, to include addons in client book api, please pass it in $additional parameter, like

$additional = [
    'products': [{'id': 1, 'qty': 1}, {'id': 2, 'qty': 1}]
]

where id is addon id and qty=1 means that it is included.

Mohammed Thoufiq M wrote:

Dmytro Bondarev wrote:

Hi, to include addons in client book api, please pass it in $additional parameter, like
[…]
where id is addon id and qty=1 means that it is included.

thank you is there any api to get addons because i didn’t see any api documentation thankyou