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/05/31 01:07] 20.171.207.113 se ha restaurado la vieja versión (2025/05/28 15:53) |
enviarnotadebito [2025/06/05 06:53] (actual) 147.135.252.182 se ha restaurado la vieja versión (2024/09/22 19:09) |
||
---|---|---|---|
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 = " | ||
}; | }; |