API ReferenceSchemas
ClientDataInput
Progressive client data for a booking intent. All fields are optional; provided fields are merged with existing values.
Progressive client data for a booking intent. All fields are optional; provided fields are merged with existing values.
Example
{ "email": "jane@example.com", "fields": { "age": 30 }, "first_name": "Jane", "last_name": "Doe", "locale": "en-US", "phone": "+15551234567", "reference_id": "ext_123", "time_zone": "America/New_York"}