GET api/TabelaAuxiliar/GetEmpresa?token={token}
Retorna lista de Empresas cadastradas no sistema
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token |
Valor recebido pelo método Login >> Entrar |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Empresa| Name | Description | Type | Additional information |
|---|---|---|---|
| CDEMPRESA |
Código da Empresa |
integer |
None. |
| NMFANTASIA |
Nome Fantasia da Empresa |
string |
None. |
| DSAPELIDO |
Apelido da Empresa |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CDEMPRESA": 1,
"NMFANTASIA": "sample string 2",
"DSAPELIDO": "sample string 3"
},
{
"CDEMPRESA": 1,
"NMFANTASIA": "sample string 2",
"DSAPELIDO": "sample string 3"
}
]