Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.15 KB | None | 0 0
  1. {
  2.   "data": {
  3.     "order": {
  4.       "cod": 0,
  5.       "consignee": {
  6.         "id": "5d81e77b7b835f3b57c02548",
  7.         "name": "si fulan",
  8.         "phone_number": "0852280038095"
  9.       },
  10.       "courier": 4,
  11.       "destination": {
  12.         "address": "Jl. Pajangan Km 16",
  13.         "area_id": 8934,
  14.         "direction": "Bantul, Bantul"
  15.       },
  16.       "external_id": "1111",
  17.       "origin": {
  18.         "address": "Jl. Pajangan Km 16",
  19.         "area_id": 8934,
  20.         "direction": "Bantul, Bantul"
  21.       },
  22.       "package": {
  23.         "contents": "baju gamis",
  24.         "cubical_weight": 0,
  25.         "dimension": {
  26.           "height": 130,
  27.           "length": 130,
  28.           "width": 130
  29.         },
  30.         "fragile": 1,
  31.         "item_name": "baju ditoko",
  32.         "item_type": 1,
  33.         "items": [
  34.           {
  35.             "id": 34,
  36.             "name": "Baju Baju",
  37.             "price": 120000,
  38.             "qty": 12
  39.           }
  40.         ],
  41.         "price": 100000,
  42.         "type": 1,
  43.         "weight": 1
  44.       },
  45.       "payment_type": "cash",
  46.       "rate": 17000,
  47.       "shipment_area": "domestic",
  48.       "use_insurance": 1
  49.     }
  50.   }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement