Facebook
From Scribby Kitten, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 249
  1. {
  2.     "customerAccount": {
  3.         "customerType": "naturalPerson",
  4.         "title": "1",
  5.         "name": "KlientTestowy",
  6.         "firstName": "Tomasz",
  7.         "addresses": [
  8.             {
  9.                 "mainAddress": true,
  10.                 "line1": "To jest unique miejscowość 123123",
  11.                 "line2": "4",
  12.                 "line3": "",
  13.                 "line4": "",
  14.                 "postalCode": "42-190",
  15.                 "city": "Wólka Wolskowa Osada",
  16.                 "province": "śląskie",
  17.                 "countryCode": "PL"
  18.             }
  19.         ],
  20.         "communicationOptions": [
  21.             {
  22.                 "communicationType": "PHONENUMBER",
  23.                 "communicationValue": "500600712",
  24.                 "mainCommunication": "true",
  25.                 "communicationOrder": "0",
  26.                 "phoneType": "1",
  27.                 "communicationScopeList": [
  28.                 ]
  29.             },
  30.             {
  31.                 "communicationType": "EMAIL",
  32.                 "communicationValue": "[email protected]",
  33.                 "mainCommunication": "true",
  34.                 "communicationOrder": "0",
  35.                 "communicationScopeList": [
  36.                 ]
  37.             }
  38.         ],
  39.         "optins": [
  40.         ],
  41.         "newsletters": [
  42.         ],
  43.         "login": "[email protected]",
  44.         "members": [
  45.         ],
  46.         "passwordChangeRequired": false,
  47.         "loginAndEmailCommunicationDifferent": false,
  48.         "creationType": "CUSTOMER_INFO",
  49.         "loyalty": {
  50.         },
  51.         "naturalPersonExternalInformations": {
  52.         },
  53.         "naturalPersonClassifications": {
  54.         },
  55.         "legalEntityExternalInformations": {
  56.         },
  57.         "legalEntityClassifications": {
  58.         },
  59.         "errors": [
  60.             1
  61.         ]
  62.     },
  63.     "listError": {
  64.         "errors": [
  65.             {
  66.                 "name": "login",
  67.                 "errorId": 1,
  68.                 "listErrorCode": [
  69.                     "LOGIN_ALREADY_USED"
  70.                 ]
  71.             }
  72.         ]
  73.     }
  74. }
  75.