ListaProfissoes
Campo |
Descrição |
Tipo |
Formato |
Obrigatório |
profissao |
Campo de cadastro de profissão do cliente |
inteiro |
0000 |
Sim |
descricao |
Descrição da profissão |
string |
livre |
Sim |
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ListaProfissoesResponse xmlns="Linker20">
<dadoslogin>
<login>string</login>
<senha>string</senha>
<idloja>string</idloja>
<idcliente>string</idcliente>
<codvendedor>string</codvendedor>
<nomevendedor>string</nomevendedor>
</dadoslogin>
</ListaProfissoesResponse>
</soap:Body>
</soap:Envelope>
Parâmetros de retorno:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ListaProfissoesResponse xmlns="Linker20">
<ListaProfissoesResult>
<msgerro>string</msgerro>
<profissoes>
<Profissao>
<descricao>string</descricao>
</Profissao>
<Profissao>
<descricao>string</descricao>
</Profissao>
</profissoes>
</ListaProfissoesResult>
</ListaProfissoesResponse>
</soap:Body>
</soap:Envelope>