Advertisement
Guest User

Untitled

a guest
Apr 7th, 2020
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.73 KB | None | 0 0
  1. {
  2.     "ShipmentRequest": {
  3.         "Shipment": {
  4.             "Description": "S-288286-01",
  5.             "ShipTo": {
  6.                 "Name": "Sally Terpilowski",
  7.                 "Phone": {
  8.                     "Number": "2063904463"
  9.                 },
  10.                 "EMailAddress": "sallyterp@gmail.com",
  11.                 "Address": {
  12.                     "AddressLine": [
  13.                         "101 Taylor Ave N",
  14.                         "Apartment 818"
  15.                     ],
  16.                     "City": "Seattle",
  17.                     "StateProvinceCode": "WA",
  18.                     "PostalCode": "98109",
  19.                     "CountryCode": "US"
  20.                 }
  21.             },
  22.             "Shipper": {
  23.                 "Name": "Wilco McMinnville",
  24.                 "Phone": {
  25.                     "Number": "503-472-6154"
  26.                 },
  27.                 "ShipperNumber": "848F8A",
  28.                 "Address": {
  29.                     "AddressLine": [
  30.                         "2741 N Hwy 99W",
  31.                         null
  32.                     ],
  33.                     "City": "McMinnville",
  34.                     "StateProvinceCode": "OR",
  35.                     "PostalCode": "97128",
  36.                     "CountryCode": "US"
  37.                 }
  38.             },
  39.             "Service": {
  40.                 "Code": "02"
  41.             },
  42.             "ShipmentRatingOptions": {
  43.                 "NegotiatedRatesIndicator": ""
  44.             },
  45.             "ShipmentServiceOptions": {},
  46.             "PaymentInformation": {
  47.                 "ShipmentCharge": {
  48.                     "Type": "01",
  49.                     "BillShipper": {
  50.                         "AccountNumber": "848F8A"
  51.                     }
  52.                 }
  53.             },
  54.             "Package": [
  55.                 {
  56.                     "Packaging": {
  57.                         "Code": "02"
  58.                     },
  59.                     "Dimensions": {
  60.                         "UnitOfMeasurement": {
  61.                             "Code": "IN"
  62.                         },
  63.                         "Length": "10",
  64.                         "Width": "10",
  65.                         "Height": "10"
  66.                     },
  67.                     "PackageWeight": {
  68.                         "UnitOfMeasurement": {
  69.                             "Code": "LBS"
  70.                         },
  71.                         "Weight": "2"
  72.                     },
  73.                     "PackageServiceOptions": {
  74.                         "DeliveryConfirmation": {
  75.                             "DCISType": "2"
  76.                         }
  77.                     }
  78.                 }
  79.             ]
  80.         },
  81.         "LabelSpecification": {
  82.             "LabelImageFormat": {
  83.                 "Code": "GIF"
  84.             }
  85.         }
  86.     }
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement