Advertisement
Guest User

Untitled

a guest
May 27th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. curl -H "Content-Type: application/json" -X POST -d '{
  2. "shipment_date":"2017-05-27",
  3. "contents":"Welcomeee",
  4. "origin": {
  5. "name": "string",
  6. "first_name": "string",
  7. "last_name": "string",
  8. "company": "COTE ET CIEL",
  9. "line1": "84 RUE BEAUBOURG",
  10. "line2": "string",
  11. "state": "string",
  12. "zipcode": "75003",
  13. "country": "FRANCE",
  14. "city": "PARIS",
  15. "country_code": "FR",
  16. "phone": "11234-325423",
  17. "email": "test@anc.com",
  18. "place_description": "string"
  19. },
  20. "destination": {
  21. "name": "string",
  22. "first_name": "string",
  23. "last_name": "string",
  24. "company": "ABM Life Centre",
  25. "line1": "Central 1",
  26. "line2": "Changi Business Park",
  27. "state": "string",
  28. "zipcode": "1000",
  29. "country": "Belgium",
  30. "country_code": "BE",
  31. "phone": "11234-325423",
  32. "email": "nl@email.com"
  33. },
  34. "parcel": {
  35. "length_in_cm": 0,
  36. "width_in_cm": 21,
  37. "height_in_cm": 22,
  38. "weight_in_grams": 55
  39. },
  40. "dropoff_informations": {
  41. "dropoff_point_id": "string"
  42. },
  43. "metadata": {
  44. "RMA": "string"
  45. }
  46. }' https://blmc71vus7.execute-api.us-east-1.amazonaws.com/v1/label
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement