Advertisement
Guest User

Untitled

a guest
May 30th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.72 KB | None | 0 0
  1. {
  2.     "PurchaseOrder": {
  3.         "PurchaseOrderNumber": "1500560",
  4.         "OrderDate": "20150202",
  5.         "ShippingDate": "20150202",
  6.         "InvoiceDate": "20150204",
  7.         "fac_address": {
  8.             "Name": "Sligro Food Groep",
  9.             "GLN": "8710401000005",
  10.             "Street": "Corridor 11",
  11.             "City": "Veghel",
  12.             "State": "Noord-Brabant",
  13.             "Zip": "5466 RB",
  14.             "Country": "Netherlands"
  15.         },
  16.         "afl_address": {
  17.             "Name": "Sligro Food Groep",
  18.             "GLN": "871045850001",
  19.             "Street": "Voorthuizerstraat 69",
  20.             "City": "Putten",
  21.             "State": "Gelderland",
  22.             "Zip": "3881 SC",
  23.             "Country": "Netherlands"
  24.         },
  25.         "lev_address": {
  26.             "Name": "C.I.V. Superunie B.A.",
  27.             "GLN": "8710624000004",
  28.             "Street": "Industrieweg 22-B",
  29.             "City": "Beesd",
  30.             "State": "Gelderland",
  31.             "Zip": "4153 BW",
  32.             "Country": "Netherlands"
  33.         },
  34.         "DeliveryNotes": "Please leave packages in shed by driveway.\n  ",
  35.         "Items": {
  36.             "Item": [
  37.                 {
  38.                     "ProductName": "Lawnmower",
  39.                     "Quantity": "1",
  40.                     "USPrice": "148.95",
  41.                     "Comment": "Confirm this is electric",
  42.                     "_PartNumber": "872-AA"
  43.                 },
  44.                 {
  45.                     "ProductName": "Baby Monitor",
  46.                     "Quantity": "2",
  47.                     "USPrice": "39.98",
  48.                     "ShipDate": "1999-05-21",
  49.                     "_PartNumber": "926-AA"
  50.                 }
  51.             ]
  52.         }
  53.     }
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement