Skip to main content

Exemplo de retorno

Retorno

{
  "success": true,
  "message": "string",
  "record_count": 0,
  "data": [
    {
      "id": 0,
      "id_cli": 0,
      "cnpj": "string",
      "ie": "string",
      "nome": "string",
      "email": "string",
      "id_mun_origem": 0,
      "telefone": "string",
      "endereco": "string",
      "im": "string",
      "uf": "string",
      "cnae_principal": "string",
      "cnae_secundario": "string"
    }
  ]
}