Facebook
From Colossal Lizard, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 254
  1. {
  2.         "customerType": "naturalPerson",
  3.         "title": "1",
  4.         "name": "KlientTestowy_v5",
  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": []
  24.         }, {
  25.                 "communicationType": "EMAIL",
  26.                 "communicationValue": "[email protected]",
  27.                 "mainCommunication": "true",
  28.                 "communicationOrder": "0",
  29.                 "communicationScopeList": []
  30.         }],
  31.   "optins": [{
  32.                         "optinCode": "61",
  33.                         "optinValue": true
  34.                 },{
  35.                         "optinCode": "62",
  36.                         "optinValue": true
  37.                 }]
  38.        
  39. }