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