Advertisement
LuHuTa

Confirm MS Order

May 21st, 2021 (edited)
683
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.76 KB | None | 0 0
  1. POST /Service1.svc/ConfirmMSOrder HTTP/1.1
  2. Content-Type: application/json
  3. Content-Length: 625
  4.  
  5. {
  6.     "ShipToID": "2105190868",
  7.     "Detail": [
  8.         {
  9.             "LineID": "01",
  10.             "BatNbr": "011233",
  11.             "InvtID": "F32051",
  12.             "Desc": "Thịt xay 300g",
  13.             "LineQty": 2            
  14.         },
  15.         {
  16.             "LineID": "02",
  17.             "BatNbr": "011234",          
  18.             "InvtID": "F32001",
  19.             "Desc": "Sườn non chặt 300g",
  20.             "LineQty": 2          
  21.         }
  22.     ],
  23.     "Signature": "182527cb04223ce1076e91a0148e6620cca5c9fe535e17d193c903eff2f28b89",
  24.     "Timestamp": "1621419705049",
  25.     "Sign_Method": "sha256",
  26.     "App_Key": "1",
  27.     "Access_Token": "5b60348fe2aa1a2cf712b86cba04a30b"
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement