Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.96 KB | None | 0 0
  1. {
  2.     "input": {
  3.         "customer": {
  4.             "title": "Dhr.",
  5.             "first_name": "Tester",
  6.             "preposition": "",
  7.             "last_name": "Mans",
  8.             "email": "tester@mans.nl",
  9.             "phone": "+31612345678",
  10.             "address": {
  11.                 "city": "Amsterdam",
  12.                 "zipcode": "1101 EE",
  13.                 "street": "De entree",
  14.                 "housenumber": "230",
  15.                 "addition": "",
  16.                 "country_code": "NL"
  17.             },
  18.             "communication": {
  19.                 "mail_opt_in": false,
  20.                 "email_opt_in": false
  21.             }
  22.         },
  23.         "booking": {
  24.             "retour": true,
  25.             "coupon": null,
  26.             "affiliate": null,
  27.             "products": {
  28.                 "SKU1": 2
  29.             },
  30.             "pickup": {
  31.                 "package_pickup_date": "2016-12-11",
  32.                 "details": {
  33.                     "title": "Dhr.",
  34.                     "first_name": "Tester",
  35.                     "preposition": "",
  36.                     "last_name": "Mans",
  37.                     "phone": "+31612345678",
  38.                     "address": {
  39.                         "city": "Amsterdam",
  40.                         "zipcode": "1101 EE",
  41.                         "street": "De entree",
  42.                         "housenumber": "230",
  43.                         "addition": "",
  44.                         "country_code": "NL"
  45.                     }
  46.                 }
  47.             },
  48.             "destination": {
  49.                 "client_checkin_date": "2016-12-16",
  50.                 "client_checkout_date": "2016-12-24",
  51.                 "details": {
  52.                     "company": "hotel texel",
  53.                     "title": "Dhr.",
  54.                     "first_name": "Tester",
  55.                     "preposition": "",
  56.                     "last_name": "Mans",
  57.                     "phone": "+31222311237",
  58.                     "address": {
  59.                         "city": "De Cocksdorp Texel",
  60.                         "zipcode": "1795 JS",
  61.                         "street": "Postweg",
  62.                         "housenumber": "134",
  63.                         "addition": "",
  64.                         "country_code": "NL"
  65.                     }
  66.                 }
  67.             },
  68.             "return": {
  69.                 "package_delivery_date": "2016-12-28",
  70.                 "details": {
  71.                     "title": "Dhr.",
  72.                     "first_name": "Tester",
  73.                     "preposition": "",
  74.                     "last_name": "Mans",
  75.                     "phone": "+31612345678",
  76.                     "address": {
  77.                         "city": "Amsterdam",
  78.                         "zipcode": "1101 EE",
  79.                         "street": "De entree",
  80.                         "housenumber": "230",
  81.                         "addition": "",
  82.                         "country_code": "NL"
  83.                     }
  84.                 }
  85.             }
  86.         }
  87.     }
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement