Skip to content

Instantly share code, notes, and snippets.

@joenefloresca
Created April 23, 2015 01:29
Show Gist options
  • Save joenefloresca/84357d7a8e356493da1c to your computer and use it in GitHub Desktop.
Save joenefloresca/84357d7a8e356493da1c to your computer and use it in GitHub Desktop.
Tool Requirements and Params
http://172.16.102.174/kapi.abbott.dev.local/index.php/wsKapiInvoker/createegmsession
-> membershipcardnumber
-> terminalname
-> serviceid (CasinoID)
http://172.16.102.174/stapi.dev.local/index.php/wsStackerApiInvoker/getstackerbatchid
-> TerminalName
-> MembershipCardNumber
http://172.16.102.174/stapi.dev.local/index.php/wsStackerApiInvoker/logstackertransaction
-> TrackingID
-> TerminalName
-> TransType
-> Amount
-> CashType
-> VoucherTicketBarcode
-> Source
-> StackerBatchID
-> MembershipCardNumber
http://172.16.102.174/kapi.abbott.dev.local/index.php/wsKapiInvoker/startsession
-> casinoid
-> terminalname
-> playermode
-> cardnumber
-> amount
-> trackingid
-> stackerbatchid
http://172.16.102.174/kapi.abbott.dev.local/index.php/wsKapiInvoker/redeemsession
-> terminalname
-> trackingid
-> stackerbatchid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment