Exemplo n.º 1
0
 public bool AdicionarConfirmacaoTicket(string TokenAutenticacao, string InterfaceIntegracao, string Versao, long CodigoTicket, Datos.PadraoPruebas.ArrayOfConfirmacaoDocumento Documentos, out System.DateTime DataHora, out Datos.PadraoPruebas.ArrayOfString Erros)
 {
     Datos.PadraoPruebas.AdicionarConfirmacaoTicketRequest inValue = new Datos.PadraoPruebas.AdicionarConfirmacaoTicketRequest();
     inValue.Body = new Datos.PadraoPruebas.AdicionarConfirmacaoTicketRequestBody();
     inValue.Body.TokenAutenticacao   = TokenAutenticacao;
     inValue.Body.InterfaceIntegracao = InterfaceIntegracao;
     inValue.Body.Versao       = Versao;
     inValue.Body.CodigoTicket = CodigoTicket;
     inValue.Body.Documentos   = Documentos;
     Datos.PadraoPruebas.AdicionarConfirmacaoTicketResponse retVal = ((Datos.PadraoPruebas.WSIntegracaoPadraoSoap)(this)).AdicionarConfirmacaoTicket(inValue);
     DataHora = retVal.Body.DataHora;
     Erros    = retVal.Body.Erros;
     return(retVal.Body.ProcessamentoOK);
 }
Exemplo n.º 2
0
 public AdicionarConfirmacaoTicketResponseBody(bool ProcessamentoOK, System.DateTime DataHora, Datos.PadraoPruebas.ArrayOfString Erros)
 {
     this.ProcessamentoOK = ProcessamentoOK;
     this.DataHora        = DataHora;
     this.Erros           = Erros;
 }