TMS APIs

Examples

Get Update Request

https://portaldev.eonpayments.com/gates/tms/xurl?requestType=get-update&userName=myUsername&password=myP%40ssword&accountId=2001&terminalId=001&updateProfile=TEST&updateVersion=104
Operation        

Operation Type        


//More examples this http://curl.haxx.se/docs/httpscripting.html 
 curl -X POST https://portaldev.eonpayments.com/gates/tms/xurl? \         
 	 -d "requestType=get-update" \ 
	 -d "userName=myUsername" \ 
	 -d "password=myP%40ssword" \ 
	 -d "accountId=2001" \ 
	 -d "terminalId=001" \ 
	 -d "updateProfile=TEST" \ 
	 -d "updateVersion=104" 
 
 
 

key: requestType get-update
key: userName myUsername
key: password myP%40ssword
key: accountId 2001
key: terminalId 001
key: updateProfile TEST
key: updateVersion 104
https://portaldev.eonpayments.com/gates/tms/xurl?requestType=get-update&userName=myUsername&password=myP%40ssword&accountId=2001&terminalId=001&updateProfile=TEST&updateVersion=104