Facebook
From Silly Pheasant, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 276
  1. {
  2.         "customerType": "legalEntity",
  3.         "title": "1",
  4.         "name": "KlientTestowy_v5",
  5.         "firstName": "Tomasz",
  6.   "corporateName": "Nazwa firmy",
  7.         "addresses": [{
  8.                 "mainAddress": true,
  9.                 "line1": "To jest unique miejscowość 123123",
  10.                 "line2": "4",
  11.         "line3": "",
  12.         "line4": "",
  13.                 "postalCode": "42-190",
  14.                 "city": "Wólka Wolskowa Osada",
  15.                 "province": "śląskie",
  16.                 "countryCode": "PL"
  17.         }],
  18.         "communicationOptions": [{
  19.                 "communicationType": "PHONENUMBER",
  20.                 "communicationValue": "500600711",
  21.                 "mainCommunication": "true",
  22.                 "communicationOrder": "0",
  23.                 "phoneType": "1",
  24.                 "communicationScopeList": [],
  25.   "optins": [{
  26.                         "optinCode": "61",
  27.                         "optinValue": true
  28.                 },{
  29.                         "optinCode": "62",
  30.                         "optinValue": true
  31.                 }]
  32.         }, {
  33.                 "communicationType": "EMAIL",
  34.                 "communicationValue": "[email protected]",
  35.                 "mainCommunication": "true",
  36.                 "communicationOrder": "0",
  37.                 "communicationScopeList": [],
  38.   "optins": [{
  39.                         "optinCode": "61",
  40.                         "optinValue": true
  41.                 },{
  42.                         "optinCode": "62",
  43.                         "optinValue": true
  44.                 }]
  45.         }]
  46.        
  47. }