Businesses
Set additional data for your business
This endpoint lets you set additional data on a business. You need to have WRITE access on this business. Additional is a flat object with at most 10 keys.
post/business/{business_id}/additional_data
Path parameters
business_idstring required
Business id.
It may be replaced by c-{code} where code is the store code, which should be unique per organization. This can be used only for ORG_ADMIN, GROUP_MANAGER and BUSINESS_MANAGER users.
Request body
Example request
{
"additionnal_data_1": "Some data",
"additionnal_data_2": 3.1415
}Response
OK
Example response
{
"id": "5409c35a97bbc544d8e26737"
}