Hi,
I need to create a booking for a new customer with booking/create api method.
This requires a customer_id and i will create a new one with customer/create method, but is there a way to set the “creation_source”: “APPOINTMENTS” on the new customer? In the customer created with customer/create api will have the source “THIRD_PARTY”.
I currently use the iframe provided for bookings by square and the source of new customers is ‘appointments’, but i need to change it with the api.