Advertisement
aadddrr

Message header New Order

Jul 10th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.05 KB | None | 0 0
  1. {
  2.    "header":{
  3.       "action":"TH_010",
  4.       "datetime":"20180710144929",
  5.       "userId":""
  6.    },
  7.    "payload":{
  8.       "tenantId":11,
  9.       "sdpDocNo":"SDP/20180710/00002",
  10.       "sdpDocDate":"20180710144929",
  11.       "channel":"ELEVENIA",
  12.       "remark":"TEST NEW ORDER SDP",
  13.       "currCode":"IDR",
  14.       "customerName":"Dilly",
  15.       "customerEmail":"dilly@dally.com",
  16.       "shippingStreetAddress":"Jl. Jalan Sehat No. 1945",
  17.       "shippingMobile":"081223334444",
  18.       "shippingCity":"Semarang",
  19.       "shippingDistrict":"Semarang Barat",
  20.       "shippingSubdistrict":"Kota Semarang",
  21.       "shippingProvince":"Jawa Tengah",
  22.       "shippingZipCode":"50123",
  23.       "shippingCost":19000.0,
  24.       "taxCode":"PPn",
  25.       "itemList":[
  26.          {
  27.             "lineNo":1,
  28.             "productCode":"PIL64M",
  29.             "qty":1.0,
  30.             "grossSellPrice":120000.0
  31.          },
  32.          {
  33.             "lineNo":2,
  34.             "productCode":"PIL63M",
  35.             "qty":2.0,
  36.             "grossSellPrice":240000.0
  37.          }
  38.       ]
  39.    }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement