Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. {
  2. "mode": "PORT",
  3. "blank": {
  4. "prefix": "555",
  5. "number": "55555555",
  6. "isIata": true,
  7. },
  8. "shipments": [
  9. {
  10. "pieces": 3,
  11. "weight": 5,
  12. "volume": 2,
  13. "specialHandlingCodes": [],
  14. "nature": "Ботинки",
  15. "packing": "Что-то"
  16. }
  17. ],
  18. "segments": [
  19. {
  20. "stopNumber": 1,
  21. "flightCarrierCode": "SU",
  22. "flightNumber": "123",
  23. "departure": "LED",
  24. "destination": "TLV",
  25. "flightDate": "2018-07-23T17:14:58.387Z"
  26. }
  27. ],
  28. "dimensions": [
  29. {
  30. "pieces": 10,
  31. "weight": 20,
  32. "length": 30,
  33. "width": 40,
  34. "height": 50
  35. }
  36. ],
  37. "shipper": {
  38. "name": "ASd",
  39. "address": "Asd",
  40. "phone": "+79992085035",
  41. "email": "aasd@example.com"
  42. },
  43. "consignee": {
  44. "name": "ASd",
  45. "address": "Asd",
  46. "phone": "+79992085035",
  47. "email": "aasd@example.com"
  48. },
  49. "providerCode": 2,
  50. "payer": {
  51. "isPerson": true,
  52. "inn": "12341234",
  53. "kpp": "12341234",
  54. "code": "123",
  55. "name": "Damir",
  56. "address": "asd",
  57. "phone": "+7920342324",
  58. "email": "3243221"
  59. },
  60. "handling": "Something"
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement