GET api/TabelaAuxiliar/GetMunicipio?token={token}&dsPesquisa={dsPesquisa}&qtRetorno={qtRetorno}&sgUf={sgUf}
Retorna lista de Municipios por UF
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token |
Valor recebido pelo método Login >> Entrar |
string |
Required |
| dsPesquisa |
Parte do Município para pesquisa |
string |
Required |
| qtRetorno |
Quantidade de registros de retorno |
integer |
Required |
| sgUf |
Sigla da Uf |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Municipio| Name | Description | Type | Additional information |
|---|---|---|---|
| CDMUNICIPIO |
Código do Município |
integer |
None. |
| DSMUNICIPIO |
Município |
string |
None. |
| NRCEP |
CEP do Município |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CDMUNICIPIO": 1,
"DSMUNICIPIO": "sample string 2",
"NRCEP": 3
},
{
"CDMUNICIPIO": 1,
"DSMUNICIPIO": "sample string 2",
"NRCEP": 3
}
]