API - Consultar Empresas Paginada
Consultar Empresas Paginada
GET
https://sandbox-api.invoisys.com.br/api/empresa/{pagina}/{n_itens}
Path Parameters
Name
Type
Description
pagina
integer
Retorna a página de consulta de empresas.
n_itens
integer
Retorna o número de itens por página.
Query Parameters
Name
Type
Description
search
string
String com texto para consulta de empresas
order
string
Define a ordenação de pesquisa. Ex.: 1, asc (Coluna 1, ascendente)
Headers
Name
Type
Description
Content-type
string
application/x-www-form-urlencoded
Accept
string
application/json
Authorization
string
bearer <valor>
{
"data": [
{
"id": 9015,
"cnpj": "17921427000125",
"razaoSocial": "INVOISYS SISTEMAS LTDA",
"nomeFantasia": "INVOISYS SISTEMAS LTDA",
"inscricaoEstadual": "999999990",
"inscricaoMunicipal": null,
"isMatriz": true,
"cep": "05372150",
"logradouro": "RUA DOMINIQUE LAGRU",
"numero": "71",
"complemento": "APT 74 LETRA B",
"bairro": "JARDIM ESTER",
"idToken": null,
"tokenCSC": null,
"idTokenHML": "000001",
"tokenCSCHML": "0123456789",
"crt": {
"key": 1,
"value": "Simples Nacional"
},
"municipio": {
"id": 275,
"uf": {
"id": 3,
"codigo": 13,
"sigla": "AM",
"nome": "AMAZONAS",
"timeZone": -4
},
"codigo": 1302603,
"nome": "MANAUS",
"nomeReduzido": "MANAUS",
"codigoDoMunicipioSIAFI": 255
},
"matriz": null
}
],
"draw": 1,
"recordsTotal": 1,
"recordsFiltered": 1
}
APIs Relacionadas 🎈
Last updated
Was this helpful?