{
    "SaleToPOIRequest":{
        "MessageHeader":{
            "ProtocolVersion":"3.0",
            "MessageClass":"Device",
            "MessageCategory":"Input",
            "MessageType":"Request",
            "ServiceID":"0207111104",
            "SaleID":"POSSystemID12345",
            "POIID":"V400m-324688179"
        },
        "InputRequest":{
            "DisplayOutput":{
                "Device":"CustomerDisplay",
                "InfoQualify":"Display",
                "OutputContent":{
                    "OutputFormat":"Text",
                    "PredefinedContent":{
                        "ReferenceID":"MenuButtons"
                    },
                    "OutputText":[
                        {
                            "Text":"How was your visit?"
                        }
                    ]
                },
                "MenuEntry":[
                    {
                        "OutputFormat":"Text",
                        "OutputText":[
                            {
                                "Text":"Excellent"
                            },
                            {
                                "Text":"Do not change a thing"
                            },
                            {
                                "Text":""
                            }
                        ]
                    },
                    {
                        "OutputFormat":"Text",
                        "OutputText":[
                            {
                                "Text":"Great"
                            },
                            {
                                "Text":"Would surely come again"
                            },
                            {
                                "Text":""
                            }
                        ]
                    },
                    {
                        "OutputFormat":"Text",
                        "OutputText":[
                            {
                                "Text":"Good"
                            },
                            {
                                "Text":"What I expected"
                            },
                            {
                                "Text":""
                            }
                        ]
                    },
                    {
                        "OutputFormat":"Text",
                        "OutputText":[
                            {
                                "Text":"Mweh"
                            },
                            {
                                "Text":"Could have been better"
                            },
                            {
                                "Text":""
                            }
                        ]
                    },
                    {
                        "OutputFormat":"Text",
                        "OutputText":[
                            {
                                "Text":"Terrible"
                            },
                            {
                                "Text":"Will never go here again"
                            },
                            {
                                "Text":""
                            }
                        ]
                    }
                ]
            },
            "InputData":{
                "Device":"CustomerInput",
                "InfoQualify":"Input",
                "InputCommand":"GetMenuEntry",
                "MaxInputTime":120
            }
        }
    }
}
