Skip to content

Instantly share code, notes, and snippets.

@cmdbot
Created December 20, 2017 21:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cmdbot/d7b02036265cfec4c7f13c2968e3e088 to your computer and use it in GitHub Desktop.
Save cmdbot/d7b02036265cfec4c7f13c2968e3e088 to your computer and use it in GitHub Desktop.
{
// CNPJ
"federalTaxNumber":"02.154.389/0001-55",
// Razao Social
"name":"PADARIA E CONFEITARIA MAKROPAO LTDA - ME",
// Regime Tributario
"taxRegime":"Normal",
// Optou pelo Simples Nacional Em
"optedInOn":"2017-01-01T00:00:00Z",
// Criado em
"createdOn":"2017-11-29T11:05:03.3971585Z",
// Detalhes anteriores
"previousDetails":[
{
"endOn":"2016-12-31T00:00:00Z",
"beginOn":"2016-01-01T00:00:00Z",
"description":"excluída por ato administrativo praticado pelo enteestado de rio grande do sul",
"taxRegime":"SimplesNacional"
},
{
"endOn":"2015-12-31T00:00:00Z",
"beginOn":"2015-01-01T00:00:00Z",
"description":"excluída por ato administrativo praticado pela receita federal do brasil",
"taxRegime":"SimplesNacional"
},
{
"endOn":"2014-12-31T00:00:00Z",
"beginOn":"2007-07-01T00:00:00Z",
"description":"excluída por ato administrativo praticado pelo enteestado de rio grande do sul",
"taxRegime":"SimplesNacional"
}
]
}
{
// CNPJ
"federalTaxNumber":"05.518.138/0001-09",
// Razao Social
"name":"ANTONIO CARLOS DE MACEDO TRANSPORTES - ME",
// Regime Tributario
"taxRegime":"Normal"
// Optou pelo Simples Nacional Em
"optedInOn":"2016-01-01T00:00:00Z",
// Criado em
"createdOn":"2017-11-29T11:08:23.9375710Z",
// Detalhes anteriores
"previousDetails":[
{
"endOn":"2015-12-31T00:00:00Z",
"beginOn":"2014-01-01T00:00:00Z",
"description":"excluída por ato administrativo praticado pela receita federal do brasil",
"taxRegime":"SimplesNacional"
},
{
"endOn":"2012-12-31T00:00:00Z",
"beginOn":"2009-01-01T00:00:00Z",
"description":"excluída por ato administrativo praticado pela receita federal do brasil",
"taxRegime":"SimplesNacional"
},
{
"endOn":"2007-12-31T00:00:00Z",
"beginOn":"2007-07-01T00:00:00Z",
"description":"excluída por ato administrativo praticado pelo enteestado de são paulo",
"taxRegime":"SimplesNacional"
}
]
}
@adecarvalho90
Copy link

Olá bom dia

A proposta desta "API" seria a consulta do site: http://www8.receita.fazenda.gov.br/simplesnacional/aplicacoes.aspx?id=21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment