Advertisement
LuHuTa

API to Create Order Ship60 Test

Jan 2nd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. POST /api/v0/greenfeed/shipments HTTP/1.1
  2. Host: test.api.ship60.com
  3. Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1bmlxdWVfbmFtZSI6IktRZGdIVG0ybktkR05WWXB2T3NiNDZjVjJTOW8xYyIsImlhdCI6IjE1NDY0MTA2MjUiLCJqdGkiOiIxMWU1ZmM3MWE2OTc0NDc0Yjc3NDgxYmU4ZDhmM2JkMSIsImlzcyI6Imh0dHA6Ly9waWlzaGlwLmNvbS8iLCJhdWQiOiJodHRwOi8vcGlpc2hpcC5jb20vIiwiZXhwIjoxNTQ2NDk3MDI0LCJuYmYiOjE1NDY0MTA2MjR9.DjkmEhkDgaGQQ-Ji97C-34KkFTzyM9upMqSb5XoGt08
  4. Content-Type: application/json
  5. cache-control: no-cache
  6. Postman-Token: 45f81f70-7d10-4c4c-9ca7-9e3bc31cae21
  7. {
  8. "Dto": {
  9. "SenderPrimaryPhone": "02812345678",
  10. "Sendername": "WYN",
  11. "PickupAddress": {
  12. "City": "HCM",
  13. "District": "Quận 06",
  14. "Ward": "Phường 12",
  15. "HouseNumber": "357",
  16. "Street": "Nguyễn Văn Luông",
  17. "RawAddress": "357 Nguyễn Văn Luông, Phường 12, Quận 06, HCM"
  18. },
  19. "DeliveryAddress": {
  20. "City": "HCM",
  21. "District": "Quận 3",
  22. "Ward": "",
  23. "HouseNumber": "20",
  24. "Street": "KY DONG",
  25. "RawAddress": "20 KY DONG, , Quận 3, HCM"
  26. },
  27. "ReceiverPrimaryPhone": "0792155553",
  28. "ReceiverName": "CHI SAM",
  29. "Note": "8H",
  30. "COD": 210807,
  31. "Weight": 2245,
  32. "ServiceType": "Express",
  33. "Dimension": {
  34. "Width": 30,
  35. "height": 20,
  36. "Length": 40
  37. },
  38. "OrderCode": "0000000527",
  39. "Store": {
  40. "Code": "GreenFeedWYN01",
  41. "Name": "GreenFeed WYN 01",
  42. "Phone": "02836222555"
  43. }
  44. }
  45. }
  46. ------WebKitFormBoundary7MA4YWxkTrZu0gW--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement