Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.95 KB | None | 0 0
  1. //Request
  2. {
  3.     "id": 18,
  4.     "jsonrpc": "2.0",
  5.     "method": "SAVE_RECORD",
  6.     "params": {
  7.         "fields": {
  8.             "ACCOUNT.1": "18627",
  9.             "AMOUNT.LOCAL.1": "10",
  10.             "NARRATIVE.1": "sadasd",
  11.             "WAIVE.CHARGES": "YES",
  12.             "CHRG.AMT.LOCAL": "1"
  13.         },
  14.         "username": "FFH.TEST",
  15.         "version": "FFH.CASHWTHD",
  16.         "application": "TELLER",
  17.         "password": "n55EQkQwUTvrU7IB+q/T2Q==",
  18.         "password_encrypted": true,
  19.         "recordID": null
  20.     }
  21. }
  22.  
  23. // response
  24. {
  25.     "id": 18,
  26.     "jsonrpc": "2.0",
  27.     "result": {
  28.         "record_id": "TT1500272CQX",
  29.         "operation_successful": false,
  30.         "field_errors": {
  31.             "CHRG.AMT.LOCAL": {
  32.                 "code": "-1",
  33.                 "message": "INVALID INPUT - CHARGES WAIVED"
  34.             }
  35.         }
  36.     },
  37.     "ProductInfo": {
  38.         "productName": "UTConnect24",
  39.         "version": "1.1.16"
  40.     }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement