Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.87 KB | None | 0 0
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dev="http://schemas.datacontract.org/2004/07/DevNetSL.Web.ServiciosWeb">
  2. <soapenv:Header/>
  3. <soapenv:Body>
  4. <RegistrarSolicitudVentaECProxy>
  5. <solicitudVentaEC>
  6. <dev:costoEntrega>40000</dev:costoEntrega>
  7. <dev:datosCliente>
  8. <dev:apellidoClienteMagento>CABALLERO</dev:apellidoClienteMagento>
  9. <dev:codigoBarrioCliente>3478</dev:codigoBarrioCliente>
  10. <dev:codigoCiudadCliente>62</dev:codigoCiudadCliente>
  11. <dev:codigoClienteMagento>7575</dev:codigoClienteMagento>
  12. <dev:descripcionBarrioCliente>ESTANZUELA</dev:descripcionBarrioCliente>
  13. <dev:direccionCliente>CALLE 1 CASI CALLE 2</dev:direccionCliente>
  14. <dev:documentoIdentidadCliente>4564564</dev:documentoIdentidadCliente>
  15. <dev:emailClienteMagento>KEPA@CORREO.COM</dev:emailClienteMagento>
  16. <dev:latitudDireccionCliente>0</dev:latitudDireccionCliente>
  17. <dev:longitudDireccionCliente>0</dev:longitudDireccionCliente>
  18. <dev:nombreClienteMagento>LUIS</dev:nombreClienteMagento>
  19. <dev:numeroContactoCliente>0981998998</dev:numeroContactoCliente>
  20. <dev:referenciaDireccionCliente>CERCA DE LA PARADA DE BUSES</dev:referenciaDireccionCliente>
  21. <dev:tipoDocIdentidadCliente>C</dev:tipoDocIdentidadCliente>
  22. </dev:datosCliente>
  23. <dev:datosEntrega>
  24. <dev:codigoBarrioEntrega>3478</dev:codigoBarrioEntrega>
  25. <dev:codigoCiudadEntrega>62</dev:codigoCiudadEntrega>
  26. <dev:descripcionBarrioEntrega>ESTANZUELA</dev:descripcionBarrioEntrega>
  27. <dev:descripcionCiudadEntrega>AREGUA</dev:descripcionCiudadEntrega>
  28. <dev:direccionEntrega>CALLE UNO CASI CALLE DOS</dev:direccionEntrega>
  29. <dev:fechaHoraEntrega>30/11/2019</dev:fechaHoraEntrega>
  30. <dev:latitudDireccion>0</dev:latitudDireccion>
  31. <dev:listaAutorizadosEntrega>
  32. <dev:AutorizadoEntregaEC>
  33. <dev:documentoIdentidadAutorizado>123654</dev:documentoIdentidadAutorizado>
  34. <dev:nombreCompletoAutorizado>PABLO AIMAR</dev:nombreCompletoAutorizado>
  35. <dev:numeroContactoAutorizado>0981235689</dev:numeroContactoAutorizado>
  36. </dev:AutorizadoEntregaEC>
  37. <dev:AutorizadoEntregaEC>
  38. <dev:documentoIdentidadAutorizado>8524566</dev:documentoIdentidadAutorizado>
  39. <dev:nombreCompletoAutorizado>JAVIER SAVIOLA</dev:nombreCompletoAutorizado>
  40. <dev:numeroContactoAutorizado>0961235689</dev:numeroContactoAutorizado>
  41. </dev:AutorizadoEntregaEC>
  42. </dev:listaAutorizadosEntrega>
  43. <dev:longitudDireccion>0</dev:longitudDireccion>
  44. </dev:datosEntrega>
  45. <dev:detallesBancard>
  46. <dev:amount>0</dev:amount>
  47. <dev:authorization_number>0</dev:authorization_number>
  48. <dev:currency>1</dev:currency>
  49. <dev:extended_response_description>SD</dev:extended_response_description>
  50. <dev:response>SD</dev:response>
  51. <dev:response_code>SD</dev:response_code>
  52. <dev:response_description>SD</dev:response_description>
  53. <dev:response_details>SD</dev:response_details>
  54. <dev:security_information>
  55. <dev:card_country>SD</dev:card_country>
  56. <dev:card_source>SD</dev:card_source>
  57. <dev:customer_ip>0</dev:customer_ip>
  58. <dev:risk_index>1</dev:risk_index>
  59. <dev:version>0</dev:version>
  60. </dev:security_information>
  61. <dev:shop_process_id>0</dev:shop_process_id>
  62. <dev:ticket_number>0</dev:ticket_number>
  63. </dev:detallesBancard>
  64. <dev:idSolicitudVentaMagento>105</dev:idSolicitudVentaMagento>
  65. <dev:idTransaccionOperadora>501225</dev:idTransaccionOperadora>
  66. <dev:importeTotalSolicitud>287000</dev:importeTotalSolicitud>
  67. <dev:listaDetalleProductos>
  68. <dev:DetalleProductosVentaEC>
  69. <dev:cantidad>2</dev:cantidad>
  70. <dev:claveArticulo>99991627129269</dev:claveArticulo>
  71. <dev:esMoto>0</dev:esMoto>
  72. <dev:idDescuento>0</dev:idDescuento>
  73. <dev:idListaPrecio>17477</dev:idListaPrecio>
  74. <dev:precioNeto>2556000</dev:precioNeto>
  75. <dev:precioTotal>2556000</dev:precioTotal>
  76. <dev:skuProducto>AA.AF-18AU.18000BTU</dev:skuProducto>
  77. </dev:DetalleProductosVentaEC>
  78. </dev:listaDetalleProductos>
  79. <dev:tipoPago>E</dev:tipoPago>
  80. </solicitudVentaEC>
  81. <password>Akahata05</password>
  82. </RegistrarSolicitudVentaECProxy>
  83. </soapenv:Body>
  84. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement