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 [2026/05/16 18:43] 172.68.151.12 se ha restaurado la vieja versión (2026/03/07 12:25) |
enviarnotadebito [2026/07/02 10:22] (actual) 104.23.243.152 se ha restaurado la vieja versión (2025/04/06 04:43) |
||
|---|---|---|---|
| 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 = "claveintegracion"; | + | pet.Clave = "dfacture"; |
| - | pet.RUC = "1792419283746"; | + | pet.RUC = "1792433738001"; |
| - | pet.Usuario = "usuariointegracion"; | + | pet.Usuario = "usuario1"; |
| pet.Documento = new NotaDebito(); | pet.Documento = new NotaDebito(); | ||
| NotaDebito deb = new NotaDebito(); | NotaDebito deb = new NotaDebito(); | ||
| Línea 202: | Línea 203: | ||
| Motivo mot = new Motivo() | Motivo mot = new Motivo() | ||
| { | { | ||
| - | Razon = "razones_cualquieras", | + | Razon = "raxoness", |
| Valor = " | Valor = " | ||
| }; | }; | ||