This method will return the current values for any parameters that have been set using the setTerminalConfiguration method.
HTTP Request
https://econduitapp.com/services/api.asmx/getTerminalConfiguration?key={Key}&password={pwd}&terminalId={Id}
JSON Response (standard transaction response fields)
{ "TerminalParameters": [{ "Name": "EnableCreditDebitPrompt", "Value": "True", "DataType": "boolean" }], "ResultCode": "Success", "Message": "" }