Objetivo
Esse método tem como objetivo, realizar a busca .
Info |
---|
title | Observações Importantes |
---|
|
|
Método
Abaixo, segue o método - 'BuscarCartoesPortador'.
Code Block |
---|
language | xml |
---|
theme | RDark |
---|
firstline | 1 |
---|
title | BuscaCartoesRequest |
---|
linenumbers | true |
---|
|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:tar="http://schemas.datacontract.org/2004/07/TARGET.VectioFrete.Application.WCF.Contracts.External">
<soapenv:Header/>
<soapenv:Body>
<tem:BuscarCartoesPortador>
<tem:buscaRequest>
<tar:CPFCNPJ>?</tar:CPFCNPJ>
</tem:buscaRequest>
</tem:BuscarCartoesPortador>
</soapenv:Body>
</soapenv:Envelope> |