DOCUMENTAÇÃO CORPORATIVA

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Objetivo

Esse método tem como objetivo, consultar o saldo da conta Pré-Paga Vectio.


Observações Importantes




ConsultarSaldoContaPrePagaVectioRequest
CampoTipoObrigatórioDescriçãoObservação
1N/AN/AN/AN/ANão há necessidade de informar nada no request.
ConsultarSaldoContaPrePagaVectioResponse
CampoTipoObrigatórioDescriçãoObservação
1MensagemRetornostringNãoMensagem indicando o tipo de retorno da função.N/A
2Sucessobool (true || false)NãoConfirmação se o cadastro foi efetivado com sucesso.N/A
3SaldodecimalNãoSaldo atual da conta pré-paga.N/A



Método

Abaixo, segue o método - 'ConsultarSaldoContaPrePagaVectio'.

ConsultarSaldoContaPrePagaVectioRequest
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
   <soapenv:Header/>
   <soapenv:Body>
      <tem:ConsultarSaldoContaPrePagaVectio/>
   </soapenv:Body>
</soapenv:Envelope>


  • No labels