application/json
Parameter | Type | Description |
---|---|---|
scenario_code | string | Required. Scenario to be used for this session |
language | string | Required. Language to be used for this session, must be enabled in the scenario |
external_id | string | Optional. Your customer reference, if not defined an orphan session will be created |
input_data | object | Optional. Customer data to be used for this session, see ‘input_data’ reference |
input_data
Parameter | Type | Description |
---|---|---|
firstname | string | Optional. Customer firstname |
lastname | string | Optional. Customer lastname |
phone | string | Optional. Customer phone number |
birthdate | string | Optional. Customer birthdate in YYYY-MM-DD format |
address | string | Optional. Customer address |
zip | string | Optional. Customer zip code |
country | string | Optional. Customer country |
city | string | Optional. Customer city |
application/json
Parameter | Type | Description |
---|---|---|
session_id | string | Session ID |
customer_reference | string | Customer reference |
start_date | int | Session start date in unix timestamp format |