GET api/Funcionario/GetVendedorEmpresaFiltrado?token={token}&cdEmpresa={cdEmpresa}&dsPesquisa={dsPesquisa}&qtRetorno={qtRetorno}
Retorna lista de Vendedores conforme parâmetro recebido para pesquisar
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
token |
Valor recebido pelo método Login >> Entrar |
string |
Required |
cdEmpresa |
Código da Empresa do Funcionário |
integer |
Required |
dsPesquisa |
Parametro recebido para realizar a pesquisa |
string |
Required |
qtRetorno |
Numero maximo de retornos na lista |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VendedorName | Description | Type | Additional information |
---|---|---|---|
CDVENDEDOR |
Código do Vendedor |
integer |
None. |
NMVENDEDOR |
Nome do Vendedor |
string |
None. |
NMAPELIDOVENDEDOR |
Apelido do Vendedor |
string |
None. |
CDEMPRESA |
Código da Empresa |
integer |
None. |
NMEMPRESA |
Empresa |
string |
None. |
DSEMAIL |
|
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CDVENDEDOR": 1, "NMVENDEDOR": "sample string 2", "NMAPELIDOVENDEDOR": "sample string 3", "CDEMPRESA": 4, "NMEMPRESA": "sample string 5", "DSEMAIL": "sample string 6" }, { "CDVENDEDOR": 1, "NMVENDEDOR": "sample string 2", "NMAPELIDOVENDEDOR": "sample string 3", "CDEMPRESA": 4, "NMEMPRESA": "sample string 5", "DSEMAIL": "sample string 6" } ]