This method will allow the user to pick from a list of predefined options. For Example,
Would you like to join our loyalty program or Would you like to add a tip?
Yes
No
*On Dejavoo’s, if the list of options is too long, the user can scroll up and down. On Pax, only the first 4 options are shown.
*The text shown only uses one line on the display, the text will not wrap to a second line. The actual width varies based on the terminal, some terminals have wider screens that can accommodate more characters.
HTTP Request
https://econduitapp.com/services/api.asmx/getUserSelection?key={Key}&password={pwd}&terminalId={Id}&title=Would%20You%20like%20To%20Join%20Our%20loyalty%20program&options=Yes&options=No
JSON Response (standard transaction response fields)
{ "TerminalID":1082, "UserInput":"Yes", "ResultCode":"Success", "Message":"Success" }