Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. {
  2. "documentType": "ZEF2",
  3. "salesOrganization": "2000",
  4. "distributionChannel": "EF",
  5. "division": "10",
  6. "clientSalesOrderNumber": "1511.01",
  7. "creationDate": "2019-11-15",
  8. "productCode": "EMSF056.01",
  9. "orderItems": [{
  10. "internalMaterial": "3130000001",
  11. "clientMaterial": "12345",
  12. "center": "2000",
  13. "quantity": "1",
  14. "deliveryDate": "2019-11-15",
  15. "materialDescription": "Monos diversos",
  16. "refusalCause": ""
  17. }, {
  18. "internalMaterial": "SVA0174",
  19. "center": "2000",
  20. "quantity": "1",
  21. "deliveryDate": "2019-11-15",
  22. "observations": "teste",
  23. "refusalCause": ""
  24. }],
  25. "shipmentRequest": {
  26. "type": "1",
  27. "clientIdentification": {
  28. "clientID": "800000511",
  29. "contractID": "300300482",
  30. "channel": "99"
  31. },
  32. "shipments": [{
  33. "productCode": "EMSF056.01",
  34. "pickUpLocation": "2000180",
  35. "specialServices": [{
  36. "specialServicesID": "EMSE045",
  37. "portsPayment": {
  38. "currency": "EUR",
  39. "type": "99",
  40. "value": "0"
  41. }
  42. }, {
  43. "portsPayment": {
  44. "currency": "EUR",
  45. "type": "99",
  46. "value": "0"
  47. }
  48. }, {
  49. "specialServicesID": "EMSE075.01.56",
  50. "portsPayment": {
  51. "currency": "EUR",
  52. "type": "99",
  53. "value": "0"
  54. }
  55. }]
  56. }]
  57. },
  58. "addresses": [{
  59. "name": "MKT CTT EXPRESSO 2",
  60. "type": "SENDER",
  61. "address": "Avenida Dom João II",
  62. "postalCode": "1999-001",
  63. "postalCodeDesignation": "1999-001",
  64. "locality": "Lisboa",
  65. "city": "Lisboa",
  66. "countryCode": "PT",
  67. "contactName": "Maria João Santos",
  68. "email": "ana.m.prata@cttexpresso.pt",
  69. "mobileNumber": "962223233",
  70. "language": "P"
  71. }, {
  72. "name": "Teresa Costa",
  73. "type": "RECEIVER",
  74. "address": "Phone House-Centro Comercial Vasco da Gama - Loja 0.067 - Av. D. João II, Lote 1.05.02",
  75. "postalCode": "1990-094",
  76. "city": "Lisboa",
  77. "countryCode": "PT",
  78. "email": "m.teresa.sarmento@ctt.pt",
  79. "mobileNumber": "913310825",
  80. "language": "P"
  81. }]
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement