Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.57 KB | None | 0 0
  1. //request
  2. {
  3.   "id": 1,
  4.   "jsonrpc": "2.0",
  5.   "method": "DICT",
  6.   "params": {
  7.     "dictionaries": {"FFH.CUST.TYPE": {"application": "GIC.DUMMY.CUSTOMER"}},
  8.     "password": "FUllerton5!",
  9.     "password_encrypted": false,
  10.     "username": "AUNG.SOE.MIN"
  11.   }
  12. }
  13.  
  14. //response
  15. {
  16.   "ProductInfo": {
  17.     "productName": "UTConnect24",
  18.     "version": "1.1.16"
  19.   },
  20.   "id": 1,
  21.   "jsonrpc": "2.0",
  22.   "result": {"dictionaries": {"FFH.CUST.TYPE": [
  23.     {
  24.       "key": "Rural",
  25.       "value": "Rural"
  26.     },
  27.     {
  28.       "key": "Urban",
  29.       "value": "Urban"
  30.     }
  31.   ]}}
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement