Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.68 KB | None | 0 0
  1. // tova e na http://127.0.0.1:8080/customerservice/api/subscription/account
  2. {
  3.     "id": 1,
  4.     "login": "admin",
  5.     "firstName": "Genko",
  6.     "lastName": "Genkov",
  7.     "language": "en",
  8.     "subscriptions": [
  9.         {
  10.             "id": 1,
  11.             "customerNo": "5556859",
  12.             "type": null,
  13.             "branchId": "019",
  14.             "branchName": "Sofia",
  15.             "requirePinChange": true,
  16.             "requireTermsAccept": true,
  17.             "devices": [
  18.                 {
  19.                     "id": 1,
  20.                     "deviceId": "UniqueIDNo",
  21.                     "name": "Test Device"
  22.                 }
  23.             ],
  24.             "accounts": [
  25.                 {
  26.                     "id": 1,
  27.                     "number": 12345678910,
  28.                     "ccy": "USD",
  29.                     "holderName": "HOlder Name",
  30.                     "product": "Product"
  31.                 },
  32.                 {
  33.                     "id": 2,
  34.                     "number": 12345678912,
  35.                     "ccy": "EUR",
  36.                     "holderName": "HOlder Name",
  37.                     "product": "Product"
  38.                 },
  39.                 {
  40.                     "id": 3,
  41.                     "number": 12345678911,
  42.                     "ccy": "BGN",
  43.                     "holderName": "HOlder Name",
  44.                     "product": "Product"
  45.                 }
  46.             ],
  47.             "loans": [
  48.                 {
  49.                     "id": 2,
  50.                     "loanId": 123456790,
  51.                     "referenceId": 85858585858,
  52.                     "ccy": "BGN",
  53.                     "product": "Product"
  54.                 },
  55.                 {
  56.                     "id": 1,
  57.                     "loanId": 123456789,
  58.                     "referenceId": 98788878878,
  59.                     "ccy": "USD",
  60.                     "product": "Product"
  61.                 }
  62.             ],
  63.             "termDeposits": [
  64.                 {
  65.                     "id": 1,
  66.                     "termdepositId": 12345677898,
  67.                     "referenceId": 858585858,
  68.                     "ccy": "USD",
  69.                     "product": "Product"
  70.                 },
  71.                 {
  72.                     "id": 2,
  73.                     "termdepositId": 12345677999,
  74.                     "referenceId": 858585858,
  75.                     "ccy": "USD",
  76.                     "product": "Product"
  77.                 }
  78.             ],
  79.             "acceptedTerms": [
  80.                 {
  81.                     "id": 1,
  82.                     "acceptedTermsId": 1
  83.                 }
  84.             ],
  85.             "status": "ACTIVE",
  86.             "statusReason": null
  87.         }
  88.     ],
  89.     "isActive": true
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement