meta data de esta página
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anterior Revisión previa Próxima revisión | Revisión previa | ||
|
enviarnotadebito [2025/04/06 04:43] 20.171.207.169 se ha restaurado la vieja versión (2025/03/11 21:15) |
enviarnotadebito [2026/05/16 18:43] (actual) 172.68.151.12 se ha restaurado la vieja versión (2026/03/07 12:25) |
||
|---|---|---|---|
| Línea 186: | Línea 186: | ||
| { | { | ||
| ServiceClient servicio = new ServiceClient(); | ServiceClient servicio = new ServiceClient(); | ||
| - | servicio.Endpoint.Address = new System.ServiceModel.EndpointAddress(Url()); | ||
| PeticionNotaDebito pet = new PeticionNotaDebito(); | PeticionNotaDebito pet = new PeticionNotaDebito(); | ||
| - | pet.Clave = "dfacture"; | + | pet.Clave = "claveintegracion"; |
| - | pet.RUC = "1792433738001"; | + | pet.RUC = "1792419283746"; |
| - | pet.Usuario = "usuario1"; | + | pet.Usuario = "usuariointegracion"; |
| pet.Documento = new NotaDebito(); | pet.Documento = new NotaDebito(); | ||
| NotaDebito deb = new NotaDebito(); | NotaDebito deb = new NotaDebito(); | ||
| Línea 203: | Línea 202: | ||
| Motivo mot = new Motivo() | Motivo mot = new Motivo() | ||
| { | { | ||
| - | Razon = "raxoness", | + | Razon = "razones_cualquieras", |
| Valor = " | Valor = " | ||
| }; | }; | ||