Download OpenAPI specification:Download
Documentação dos recursos de público acesso da API ReneoTec, responsável pela emissão de notas fiscais
Responsável por criar um novo login
Carga útil com dados de uma requisição para criação de um login.
email required | string Email para autenticação. |
name required | string Nome de identificação. |
password required | string >= 6 characters Senha de acesso. |
phonenumber required | string Número de celular no formato |
{- "name": "José da Silva",
- "password": "123456",
- "email": "josedasilva@email.com",
- "phonenumber": "+5519977771111",
- "role": "user"
}
{- "id": "3151969e-6f36-4398-aae0-266b3de4349d",
- "email": "josedasilva@email.com",
- "name": "José da Silva",
- "phonenumber": "+551992222222",
- "role": "user",
- "owner": {
- "id": "8321d91d-6ea0-4b9a-93d9-a8006004631f",
- "name": "Master Dev.",
- "email": "master@mail.com"
}, - "plan": {
- "id": "50c87a76-3360-4875-a44b-072608a0d0b2",
- "name": "basic",
- "renovation": true,
- "date": "2024-06-07T21:36:12.380Z"
}, - "dateRegister": "2024-05-14"
}
Responsável por alterar elementos do login
id required | string Identificador único (UUID) do usuario. |
Authorization required | string token de autorização. |
Carga útil com dados de uma requisição para alteração de um login.
string <email> Email para autenticação. | |
name | string Nome de identificação. |
password | string >= 6 characters Senha de acesso. |
phonenumber | string Número de celular no formato |
{- "email": "josedasilva@email.com",
- "name": "José da Silva",
- "password": "123456",
- "phonenumber": "+5519977771111",
- "blocked": false
}
{- "id": "df79c85a-65ea-4130-97f7-e41025ade566",
- "email": "josedasilva@email.com",
- "name": "José da Silva",
- "phonenumber": "+5519977771111"
}
Responsável por gerar um access token
e um refresh token
.
Carga útil com dados de uma requisição para autenticar.
email required | string Email para autenticação. |
password required | string >= 6 characters Senha de acesso. |
{- "email": "josedasilva@email.com",
- "password": "123456"
}
{- "accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsb2dpbklEIjoiYzkzYmUyODktMWQ0Yi00ZjBiLWE5YWEtMmEwODUyNDlmYWJlIiwicm9sZSI6ImFkbWluIiwiZW1pdHRlcklEIjoiMmI2YWFkYzItMWI5ZC00OWY4LWIxOWEtMmE5ZjExYWEzMDUwIiwiZW1pdHRlclBsYW4iOiJiYXNpYyIsIm93bmVySUQiOiJjOTNiZTI4OS0xZDRiLTRmMGItYTlhYS0yYTA4NTI0OWZhYmUiLCJpYXQiOjE3MTU3MTExOTIsImV4cCI6MTcxNTcxMjk5Mn0.47NZwzGyYjJPpud2lR4cvTYOaYwjuocf_O45y3a5jyk",
- "refreshToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsb2dpbklEIjoiYzkzYmUyODktMWQ0Yi00ZjBiLWE5YWEtMmEwODUyNDlmYWJlIiwicm9sZSI6ImFkbWluIiwiZW1pdHRlcklEIjoiMmI2YWFkYzItMWI5ZC00OWY4LWIxOWEtMmE5ZjExYWEzMDUwIiwiZW1pdHRlclBsYW4iOiJiYXNpYyIsIm93bmVySUQiOiJjOTNiZTI4OS0xZDRiLTRmMGItYTlhYS0yYTA4NTI0OWZhYmUiLCJpYXQiOjE3MTU3MTExOTIsImV4cCI6MTcxNjMxNTk5Mn0.NuWhMXW7i6MHksIoBv9VlaWfh679LHS1K2Q_CAMB5Qk",
- "id": "c93be289-1d4b-4f0b-a9aa-2a085249fabe",
- "ownerID": "c93be289-1d4b-4f0b-a9aa-2a085249fabe",
- "expiredPLan": "2024-06-14T19:44:44.356Z",
- "plan": "basic"
}
Responsável por rotacionar o refresh token
, permitindo a geração de um novo access token
.
Authorization required | string <jwt> refresh token - Token de atualização. |
{- "accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsb2dpbklEIjoiMjJkMjViZTItNmU3OC00MGZhLTgwYTktOTU5MDZlMmFmZDEzIiwiaWF0IjoxNjg0MzM2MTc5LCJleHAiOjE2ODQzMzc5Nzl9.f7cUy5eFsrtyVo4HiAQq-oQtJo6iA09W4Es5TVElPkM",
- "plan": "basic"
}
Responsável por gerar um token unico referente ao processo de reset da senha, permitindo a geração de uma nova senha
ao utiliza-lo.
Carga útil com dados de uma requisição para gerar token de alteração de senha.
email required | string <email> Email para autenticação. |
{- "email": "user@example.com"
}
{- "message": "erro na validação da entidade",
- "errors": [
- "campo não informado corretamente, deve ser do tipo string",
- "campo é obrigatório"
]
}
Responsável por gerar um token único referente ao processo de reset da senha, permitindo a geração de uma nova senha
ao utiliza-lo.
Carga útil com dados de uma requisição para gerar token de alteração de senha.
password required | string <password> nova senha. |
token required | string <uuid> token único para controle de alteração de senha. |
{- "password": "pa$$word",
- "token": "b5507016-7da2-4777-a161-1e8042a6a377"
}
{- "message": "Mensagem com autenticação não permitida na solicitação"
}
Responsável por listar emitter
businessName | string filtro pelo Nome Empresarial. |
document | string filtro pelo CPF/CNPJ. |
name | string filtro pelo Nome Fantasia. |
id | string filtro pelo codigo de identificação do 'emitter'. |
loginID | string filtro pelo codigo de identificação do 'login'. |
offset | integer >= 1 Example: offset=25 define o índice inicial da pesquisa |
limit | integer [ 1 .. 50 ] Example: limit=10 limite máximo de registros a serem apresentados |
Authorization required | string <jwt> token - Token de autenticação. |
{- "summary": {
- "count": 1
}, - "data": [
- {
- "id": "300e12f0-f34b-4a63-bf61-2661a063c96e",
- "document": "10979104076",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "taxRegime": "simples-nacional",
- "taxPersonType": "Jurídica",
- "name": "Zé emitter",
- "businessName": "Zezinho",
- "address": {
- "street": "rua",
- "number": "10",
- "neighborhood": "neighborhood",
- "ibgeCode": "123456",
- "city": "city",
- "state": "SP",
- "timeZoneEmitter": "-3",
- "postalCode": "13844277",
- "country": "BRA",
- "complement": null
}, - "logins": [
- {
- "id": "e109b879-0553-4149-891e-6a0ae14cd495",
- "emitterRole": "owner"
}
], - "monthICMS": {
- "percentage": 10,
- "lastUpdate": "2024-03-22T09:23:21-03:00"
}, - "isTaxSubstitute": false,
- "hasTaxBenefit": false,
- "plan": "basic",
- "series": [
- {
- "description": "NFe teste",
- "value": "1",
- "lastCode": 11,
- "environment": "2"
}
]
}
]
}
Responsável por adicionar um novo emitter
na base.
Authorization required | string <jwt> token - Token de autenticação. |
Carga útil com dados de uma requisição para incluir um novo emitente.
document required | string CPF/CNPJ. |
contributorType required | enum['contribuinte-icms', 'contribuinte-isento'] Indicador de inscrição estadual. |
stateRegistration required | string Inscrição Estadual. |
taxRegime required | string Regime tributário. |
taxPersonType required | enum['Jurídica', 'Física'] Tipo Pessoa. |
businessName required | string Nome empresarial. |
name required | string Nome fantasia. |
required | object Endereço. |
required | object Aliquota de ICMS do mês. |
isTaxSubstitute required | boolean É substituto de ICMS. |
hasTaxBenefit required | boolean Tem benefícios. |
plan required | string Plano do sistema. |
required | object Informações das NFes. |
{- "document": "36241947000131",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "taxRegime": "simples-nacional",
- "name": "nome",
- "businessName": "Nome",
- "address": {
- "street": "Rua José Luiz Gomes",
- "number": "10",
- "neighborhood": "Jardim Suécia",
- "ibgeCode": "3530706",
- "city": "Mogi Guaçu",
- "state": "SP",
- "timeZoneEmitter": "-3",
- "postalCode": "13848543",
- "country": "BRA",
- "complement": ""
}, - "monthICMS": {
- "percentage": 0.1,
- "lastUpdate": "2024-03-08T14:44:51-03:00"
}, - "isTaxSubstitute": true,
- "hasTaxBenefit": false,
- "series": [
- {
- "description": "NFe Produção",
- "lastCode": 0,
- "value": "1",
- "environment": "1"
}, - {
- "description": "NFe Homologação",
- "lastCode": 0,
- "value": "1",
- "environment": "2"
}
]
}
{- "id": "ef78832a-a626-4eb2-b8ee-c73220608385",
- "document": "36241947000131",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "taxRegime": "simples-nacional",
- "name": "nome",
- "businessName": "Nome",
- "address": {
- "street": "Rua José Luiz Gomes",
- "number": "10",
- "neighborhood": "Jardim Suécia",
- "ibgeCode": "3530706",
- "city": "Mogi Guaçu",
- "state": "SP",
- "timeZoneEmitter": "-3",
- "postalCode": "13848543",
- "country": "BRA",
- "complement": ""
}, - "logins": [
- {
- "id": "6de498fb-52ed-4e9d-b045-209d07541e06",
- "emitterRole": "owner"
}
], - "monthICMS": {
- "percentage": 0.1,
- "lastUpdate": "2024-03-08T14:44:51-03:00"
}, - "isTaxSubstitute": true,
- "hasTaxBenefit": false,
- "series": [
- {
- "description": "NFe Produção",
- "lastCode": 0,
- "value": "1",
- "environment": "1"
}, - {
- "description": "NFe Homologação",
- "lastCode": 0,
- "value": "1",
- "environment": "2"
}
]
}
Responsável por alterar informações de emitter
na base.
id required | string Identificador único (UUID) da transportadora. |
Authorization required | string token - Token de autenticação. |
Carga útil com dados de uma requisição para incluir um novo emitente.
document | string CPF/CNPJ. |
contributorType | enum['contribuinte-icms', 'contribuinte-isento'] Indicador de inscrição estadual. |
stateRegistration | string Inscrição Estadual. |
taxRegime | string Regime tributário. |
taxPersonType | enum['Jurídica', 'Física'] Tipo pessoa. |
businessName | string Nome empresarial. |
name | string Nome fantasia. |
object Endereço. | |
Array of objects Informações de acesso do emitente. |
{- "document": "61302231022",
- "contributorType": "contribuinte-icms",
- "stateRegistration": "588793479412",
- "taxRegime": "simples-nacional",
- "name": "Reneo Tec.",
- "businessName": "Reneo Tec.",
- "address": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "ibgeCode": "3530706",
- "city": "Mogi Guaçu",
- "state": "SP",
- "timeZoneEmitter": "-3",
- "postalCode": "13857-014",
- "country": "BRA",
- "complement": "perto do shopping"
}, - "logins": [
- {
- "id": "5e89ebb1-e73f-47c0-b46d-ef802a22c425",
- "emitterRole": "admin"
}
]
}
{- "id": "ed1170c0-ac64-4505-a233-15d42d5b69f3",
- "document": "61302231022",
- "contributorType": "contribuinte-icms",
- "stateRegistration": "588793479412",
- "taxRegime": "simples-nacional",
- "taxPersonType": "Jurídica",
- "name": "Reneo Tec.",
- "businessName": "Reneo Tec.",
- "address": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "ibgeCode": "3530706",
- "city": "Mogi Guaçu",
- "state": "SP",
- "timeZoneEmitter": "-3",
- "postalCode": "13857-014",
- "country": "BRA",
- "complement": "perto do shopping"
}, - "logins": [
- {
- "id": "5e89ebb1-e73f-47c0-b46d-ef802a22c425",
- "emitterRole": "admin"
}
]
}
Responsável por remover emitter
da base.
id required | string Identificador único (UUID) da transportadora. |
Authorization required | string token - Token de autenticação. |
{- "message": "erro na validação da entidade",
- "errors": [
- "campo não informado corretamente, deve ser do tipo string",
- "campo é obrigatório"
]
}
Endpoint para listagem de todos os clientes
name | string filtro pelo nome. |
code | number filtro pelo code. |
document | string filtro pelo CPF/CNPJ. |
string filtro pelo email. | |
phonenumber | string filtro pelo telefone. |
id | string <uuid> filtro pelo codigo de identificação do 'client'. |
emitterID | string filtro pelo codigo de identificação do emitente. |
offset | integer >= 1 Example: offset=25 define o índice inicial da pesquisa |
limit | integer [ 1 .. 50 ] Example: limit=10 limite máximo de registros a serem apresentados |
Authorization required | string <jwt> token de autorização. |
{- "summary": {
- "count": 1
}, - "data": [
- {
- "id": "ec89195c-c857-4e3d-9a39-9c032820a38a",
- "name": "José da Silva",
- "companyName": "José da Silva",
- "code": 1,
- "email": "josedasilva@email.com",
- "phonenumber": "+5519977771111",
- "emitterID": "ac89195c-c857-4p3d-9a39-9c032820a48a",
- "stateRegistration": "588793479412",
- "taxRegime": "simples-nacional",
- "taxPersonType": "Jurídica",
- "contributorType": "contribuinte-icms",
- "personType": [
- "client"
], - "address": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "ibgeCode": "3530706",
- "city": "Mogi Guaçu",
- "state": "SP",
- "postalCode": "13857-014",
- "country": "BRA",
- "complement": "perto do shopping"
}
}
]
}
Responsável por adicionar um novo client
na base.
Authorization required | string <jwt> token - Token de autenticação. |
Carga útil com dados de uma requisição para criação de um cliente.
email required | string Email. |
name required | string Nome de identificação. |
companyName required | string Razão Social. |
emitterID required | string Identificador do emitente. |
document required | string CPF/CNPJ. |
stateRegistration required | string Inscrição Estadual. |
foreignID | string Identificação do destinatário estrangeiro. |
taxRegime required | string Regime tributário. |
taxPersonType | enum['Jurídica', 'Física'] Tipo Pessoa. |
contributorType required | string Indicador de inscrição estadual. |
phonenumber required | string Número de celular no formato |
required | object Endereço. |
object Endereço de entrega. | |
object Endereço de cobrança. |
{- "email": "josedasilva@email.com",
- "stateRegistration": "588793479412",
- "name": "José da Silva",
- "companyName": "José da Silva",
- "document": "61302231022",
- "phonenumber": "+5519977771111",
- "taxRegime": "simples-nacional",
- "taxPersonType": "Jurídica",
- "contributorType": "nao-contribuinte",
- "emitterID": "ed1170c0-ac64-4505-a233-15d42d5b69f3",
- "address": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "ibgeCode": "3530706",
- "city": "Mogi Guaçu",
- "state": "SP",
- "postalCode": "13857-014",
- "country"": "BRA",
- "complement": "perto do shopping"
}, - "deliveryAddress": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "ibgeCode": "3530706",
- "city": "Mogi Guaçu",
- "state": "SP",
- "postalCode": "13857-014",
- "country"": "BRA",
- "complement": "perto do shopping"
}, - "billingAddress": { }
}
{- "id": "df79c85a-65ea-4130-97f7-e41025ade566",
- "email": "josedasilva@email.com",
- "stateRegistration": "588793479412",
- "name": "José da Silva",
- "companyName": "José da Silva",
- "code": 12,
- "document": "61302231022",
- "phoneNumber": "+5519977771111",
- "taxRegime": "simples-nacional",
- "taxPersonType": "Jurídica",
- "contributorType": "nao-contribuinte",
- "emitterID": "ed1170c0-ac64-4505-a233-15d42d5b69f3",
- "personType": [
- "client"
], - "address": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "ibgeCode": "3530706",
- "city": "Mogi Guaçu",
- "state": "SP",
- "postalCode": "13857-014",
- "country"": "BRA",
- "complement": "perto do shopping"
}, - "deliveryAddress": { }
}
Responsável por alterar elementos do cliente.
id required | string Identificador único (UUID) do cliente. |
Authorization required | string token de autorização. |
Carga útil com dados de uma requisição para alteração de um cliente.
string Email. | |
name | string Nome de identificação. |
emitterID | string Identificador do emitente. |
document | string CPF/CNPJ. |
stateRegistration | string Inscrição Estadual. |
foreignID | string Identificação do destinatário estrangeiro. |
taxRegime | string Regime tributário. |
contributorType | string Indicador de inscrição estadual. |
phonenumber | string Número de celular no formato |
personType | Array of arrays Tipo de pessoa. |
object Endereço. | |
object Endereço de entrega. | |
object Endereço de cobrança. |
{- "email": "josedasilva@email.com",
- "stateRegistration": "588793479412",
- "name": "José da Silva",
- "document": "61302231022",
- "phonenumber": "+5519977771111",
- "taxRegime": "simples-nacional",
- "contributorType": "nao-contribuinte",
- "emitterID": "ed1170c0-ac64-4505-a233-15d42d5b69f3",
- "personType": [
- "client"
], - "address": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "ibgeCode": "3530706",
- "city": "Mogi Guaçu",
- "state": "SP",
- "postalCode": "13857-014",
- "country"": "BRA",
- "complement": "perto do shopping"
}
}
{- "id": "df79c85a-65ea-4130-97f7-e41025ade566",
- "email": "josedasilva@email.com",
- "stateRegistration": "588793479412",
- "name": "José da Silva",
- "document": "61302231022",
- "phonenumber": "+5519977771111",
- "taxRegime": "simples-nacional",
- "contributorType": "nao-contribuinte",
- "emitterID": "ed1170c0-ac64-4505-a233-15d42d5b69f3",
- "personType": [
- "client"
], - "address": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "ibgeCode": "3530706",
- "city": "Mogi Guaçu",
- "state": "SP",
- "postalCode": "13857-014",
- "country"": "BRA",
- "complement": "perto do shopping"
}
}
Responsável por excluir registro do cliente.
id required | string Identificador único (UUID) do usuario. |
Authorization required | string token de autorização. |
{- "message": "erro na validação da entidade",
- "errors": [
- "campo não informado corretamente, deve ser do tipo string",
- "campo é obrigatório"
]
}
Endpoint para listagem de todas as transportadoras
name | string filtro pelo nome. |
document | string filtro pelo CPF/CNPJ. |
id | string <uuid> filtro pelo codigo de identificação da 'transporter'. |
emitterID | string filtro pelo codigo de identificação do emitente. |
offset | integer >= 1 Example: offset=25 define o índice inicial da pesquisa |
limit | integer [ 1 .. 50 ] Example: limit=10 limite máximo de registros a serem apresentados |
Authorization required | string <jwt> token de autorização. |
{- "summary": {
- "count": 1
}, - "data": [
- {
- "id": "ec89195c-c857-4e3d-9a39-9c032820a38a",
- "name": "José da Silva",
- "email": "jose.silva@reneo.com",
- "phonenumber": "+5519977771111",
- "emitterID": "ac89195c-c857-4p3d-9a39-9c032820a48a",
- "stateRegistration": "588793479412",
- "contributorType": "contribuinte-icms",
- "personType": [
- "transporter"
], - "address": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "city": "Mogi Guaçu",
- "state": "SP",
- "postalCode": "13857-014",
- "country": "BRA",
- "complement": "perto do shopping"
}
}
]
}
Responsável por adicionar um novo Transporter
na base.
Authorization required | string <jwt> token - Token de autenticação. |
Carga útil com dados de uma requisição para criação de uma transportadora.
name required | string Nome de identificação. |
phonenumber required | string Número de celular no formato |
email required | string Email. |
emitterID required | string Identificador do emitente. |
document required | string CPF/CNPJ. |
stateRegistration required | string Inscrição Estadual. |
contributorType required | string Indicador de inscrição estadual. |
required | object Endereço. |
{- "stateRegistration": "588793479412",
- "contributorType": "contribuinte-icms",
- "name": "José da Silva",
- "document": "61302231022",
- "emitterID": "ed1170c0-ac64-4505-a233-15d42d5b69f3",
- "email": "jose.silva@email.com",
- "phonenumber": "+5519977771111",
- "address": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "city": "Mogi Guaçu",
- "state": "SP",
- "postalCode": "13857-014",
- "country": "BRA",
- "complement": "perto do shopping"
}
}
{- "id": "df79c85a-65ea-4130-97f7-e41025ade566",
- "stateRegistration": "588793479412",
- "contributorType": "contribuinte-icms",
- "name": "José da Silva",
- "email": "josedasilva@email.com",
- "document": "61302231022",
- "emitterID": "ed1170c0-ac64-4505-a233-15d42d5b69f3",
- "phonenumber": "+5519977771111",
- "personType": [
- "transporter"
], - "address": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "city": "Mogi Guaçu",
- "state": "SP",
- "postalCode": "13857-014",
- "country": "BRA",
- "complement": "perto do shopping"
}
}
Responsável por alterar elementos da transportadora.
id required | string Identificador único (UUID) da transportadora. |
Authorization required | string token de autorização. |
Carga útil com dados de uma requisição para alteração de uma transportadora.
name | string Nome de identificação. |
document | string CPF/CNPJ. |
stateRegistration | string Inscrição Estadual. |
object Endereço. |
{- "stateRegistration": "588793479412",
- "name": "José da Silva",
- "document": "61302231022",
- "address": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "city": "Mogi Guaçu",
- "state": "SP",
- "postalCode": "13857-014",
- "country": "BRA",
- "complement": "perto do shopping"
}
}
{- "id": "df79c85a-65ea-4130-97f7-e41025ade566",
- "stateRegistration": "588793479412",
- "name": "José da Silva",
- "document": "61302231022",
- "emitterID": "ed1170c0-ac64-4505-a233-15d42d5b69f3",
- "address": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "city": "Mogi Guaçu",
- "state": "SP",
- "postalCode": "13857-014",
- "country": "BRA",
- "complement": "perto do shopping"
}
}
Responsável por excluir registro da transportadora.
id required | string Identificador único (UUID) do usuario. |
Authorization required | string token de autorização. |
{- "message": "erro na validação da entidade",
- "errors": [
- "campo não informado corretamente, deve ser do tipo string",
- "campo é obrigatório"
]
}
Endpoint para listagem de todos os fornecedores
name | string filtro pelo nome. |
document | string filtro pelo CPF/CNPJ. |
string filtro pelo email. | |
phonenumber | string filtro pelo telefone. |
id | string <uuid> filtro pelo codigo de identificação do 'transporter'. |
emitterID | string filtro pelo codigo de identificação do emitente. |
offset | integer >= 1 Example: offset=25 define o índice inicial da pesquisa |
limit | integer [ 1 .. 50 ] Example: limit=10 limite máximo de registros a serem apresentados |
Authorization required | string <jwt> token de autorização. |
{- "summary": {
- "count": 1
}, - "data": [
- {
- "id": "ec89195c-c857-4e3d-9a39-9c032820a38a",
- "name": "José da Silva",
- "email": "josedasilva@email.com",
- "phonenumber": "+5519977771111",
- "emitterID": "ac89195c-c857-4p3d-9a39-9c032820a48a",
- "stateRegistration": "588793479412",
- "taxRegime": "simples-nacional",
- "taxPersonType": "Jurídica",
- "contributorType": "contribuinte-icms",
- "personType": [
- "supplier"
], - "address": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "ibgeCode": "3530706",
- "city": "Mogi Guaçu",
- "state": "SP",
- "postalCode": "13857-014",
- "country": "BRA",
- "complement": "perto do shopping"
}
}
]
}
Responsável por adicionar um novo supplier
na base.
Authorization required | string <jwt> token - Token de autenticação. |
Carga útil com dados de uma requisição para criação de um fornecedor.
email required | string Email. |
name required | string Nome de identificação. |
emitterID required | string Identificador do emitente. |
document required | string CPF/CNPJ. |
stateRegistration required | string Inscrição Estadual. |
foreignID | string Identificação do destinatário estrangeiro. |
taxRegime required | string Regime tributário. |
taxPersonType | enum['Jurídica', 'Física'] Tipo Pessoa. |
contributorType required | string Indicador de inscrição estadual. |
phonenumber required | string Número de celular no formato |
required | object Endereço. |
object Endereço de entrega. | |
object Endereço de cobrança. |
{- "email": "josedasilva@email.com",
- "stateRegistration": "588793479412",
- "name": "José da Silva",
- "document": "61302231022",
- "phonenumber": "+5519977771111",
- "taxRegime": "simples-nacional",
- "taxPersonType": "Jurídica",
- "contributorType": "nao-contribuinte",
- "emitterID": "ed1170c0-ac64-4505-a233-15d42d5b69f3",
- "address": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "ibgeCode": "3530706",
- "city": "Mogi Guaçu",
- "state": "SP",
- "postalCode": "13857-014",
- "country"": "BRA",
- "complement": "perto do shopping"
}, - "deliveryAddress": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "ibgeCode": "3530706",
- "city": "Mogi Guaçu",
- "state": "SP",
- "postalCode": "13857-014",
- "country"": "BRA",
- "complement": "perto do shopping"
}, - "billingAddress": { }
}
{- "id": "df79c85a-65ea-4130-97f7-e41025ade566",
- "email": "josedasilva@email.com",
- "stateRegistration": "588793479412",
- "name": "José da Silva",
- "document": "61302231022",
- "phoneNumber": "+5519977771111",
- "taxRegime": "simples-nacional",
- "taxPersonType": "Jurídica",
- "contributorType": "nao-contribuinte",
- "emitterID": "ed1170c0-ac64-4505-a233-15d42d5b69f3",
- "personType": [
- "supplier"
], - "address": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "ibgeCode": "3530706",
- "city": "Mogi Guaçu",
- "state": "SP",
- "postalCode": "13857-014",
- "country"": "BRA",
- "complement": "perto do shopping"
}, - "deliveryAddress": { }
}
Responsável por alterar elementos do fornecedor.
id required | string Identificador único (UUID) do fornecedor. |
Authorization required | string token de autorização. |
Carga útil com dados de uma requisição para alteração de um fornecedor.
string Email. | |
name | string Nome de identificação. |
emitterID | string Identificador do emitente. |
document | string CPF/CNPJ. |
stateRegistration | string Inscrição Estadual. |
foreignID | string Identificação do destinatário estrangeiro. |
taxRegime | string Regime tributário. |
contributorType | string Indicador de inscrição estadual. |
phonenumber | string Número de celular no formato |
personType | Array of arrays Tipo de pessoa. |
object Endereço. | |
object Endereço de entrega. | |
object Endereço de cobrança. |
{- "email": "josedasilva@email.com",
- "stateRegistration": "588793479412",
- "name": "José da Silva",
- "document": "61302231022",
- "phonenumber": "+5519977771111",
- "taxRegime": "simples-nacional",
- "contributorType": "nao-contribuinte",
- "emitterID": "ed1170c0-ac64-4505-a233-15d42d5b69f3",
- "personType": [
- "supplier"
], - "address": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "ibgeCode": "3530706",
- "city": "Mogi Guaçu",
- "state": "SP",
- "postalCode": "13857-014",
- "country"": "BRA",
- "complement": "perto do shopping"
}
}
{- "id": "df79c85a-65ea-4130-97f7-e41025ade566",
- "email": "josedasilva@email.com",
- "stateRegistration": "588793479412",
- "name": "José da Silva",
- "document": "61302231022",
- "phonenumber": "+5519977771111",
- "taxRegime": "simples-nacional",
- "contributorType": "nao-contribuinte",
- "emitterID": "ed1170c0-ac64-4505-a233-15d42d5b69f3",
- "personType": [
- "supplier"
], - "address": {
- "street": "Rua Noel Franco da Silva",
- "number": "269",
- "neighborhood": "Jd Parque Real",
- "ibgeCode": "3530706",
- "city": "Mogi Guaçu",
- "state": "SP",
- "postalCode": "13857-014",
- "country"": "BRA",
- "complement": "perto do shopping"
}
}
Responsável por excluir registro do fornecedor.
id required | string Identificador único (UUID) do usuario. |
Authorization required | string token de autorização. |
{- "message": "erro na validação da entidade",
- "errors": [
- "campo não informado corretamente, deve ser do tipo string",
- "campo é obrigatório"
]
}
Endpoint para listagem de todos os produtos
id | string filtro pelo id. |
name | string filtro pelo name. |
code | string filtro pelo code. |
barCode | string filtro pelo barCode. |
customCode | string filtro pelo customCode. |
emitterID | string filtro pelo ID do emitente. |
offset | integer >= 1 Example: offset=25 define o índice inicial da pesquisa |
limit | integer [ 1 .. 50 ] Example: limit=10 limite máximo de registros a serem apresentados |
Authorization required | string <jwt> token de autorização. |
{- "summary": [
- {
- "count": 1
}
], - "data": [
- {
- "id": "d3540529-4e06-4f75-a536-087072ab0509",
- "name": "Incredible Steel Bacon",
- "type": "service",
- "unityType": "UN",
- "price": 3,
- "cest": "642897",
- "ncm": "96140000",
- "code": "1",
- "barCode": "7891000100103",
- "customCode": "AXw102",
- "tax": {
- "origin": "0",
- "cfop": "5102",
- "natureOfOperation": "SALE",
- "freight": 0,
- "additionalInformation": "Mensagem adicional",
- "icms": {
- "cstCsosn": "102",
- "percentage": 0,
- "reduction": 0,
- "creditApplicable": 0,
- "deferral": 0,
- "internalDestination": 0,
- "iva": 0,
- "fcpPercentage": 0
}, - "icmsST": {
- "percentage": 0,
- "reduction": 0,
- "fcpPercentage": 0
}, - "pis": {
- "cst": "49",
- "percentage": 0
}, - "cofins": {
- "cst": "49",
- "percentage": 0
}, - "ipi": {
- "cst": "99",
- "percentage": 0,
- "ipiCode": "999"
}, - "medicates": {
- "anvisaCode": "215262265",
- "reasonForExemption": "MOTIVO DE ISENÇÃO",
- "maximumConsumerPrice": 0
}, - "fuel": {
- "anpCode": "210203001",
- "anpDescription": "BOTIJAO",
- "glpPercentage": 20,
- "glgnnPercentage": 50,
- "glgniPercentage": 30,
- "startingValue": 150,
- "authorizationCode": "2626814818",
- "quantityFuelAmbientTemp": 10,
- "ufConsumption": "SP"
}
}, - "emitterID": "8b861c61-6414-478b-ad1f-b0dd2b4169fd"
}
]
}
Responsável por adicionar um novo produto
na base.
Authorization required | string <jwt> token - Token de autenticação. |
Carga útil com dados de uma requisição para criação de um produto.
name required | string Nome de identificação. |
type required | string Tipo de produto. |
unityType required | string Tipo de unidade. |
price required | number Preço. |
cest required | string Código CEST. |
ncm required | string Código NCM. |
code required | string Código interno. |
barCode required | string Código GTIN. |
customCode required | string Código customCode. |
object Taxas e Impostos | |
emitterID required | string Identificador do emitente. |
{- "name": "Incredible Steel Bacon",
- "type": "service",
- "unityType": "UN",
- "price": 3,
- "cest": "642897",
- "ncm": "96140000",
- "code": "1",
- "barCode": "7891000100103",
- "customCode": "AXw102",
- "tax": {
- "origin": "0",
- "cfop": "5102",
- "natureOfOperation": "SALE",
- "freight": 0,
- "additionalInformation": "Mensagem adicional",
- "icms": {
- "cstCsosn": "102",
- "percentage": 0,
- "reduction": 0,
- "creditApplicable": 0,
- "deferral": 0,
- "internalDestination": 0,
- "iva": 0,
- "fcpPercentage": 0
}, - "icmsST": {
- "percentage": 0,
- "reduction": 0,
- "fcpPercentage": 0
}, - "pis": {
- "cst": "49",
- "percentage": 0
}, - "cofins": {
- "cst": "49",
- "percentage": 0
}, - "ipi": {
- "cst": "99",
- "percentage": 0,
- "ipiCode": "999"
}, - "medicates": {
- "anvisaCode": "215262265",
- "reasonForExemption": "MOTIVO DE ISENÇÃO",
- "maximumConsumerPrice": 0
}, - "fuel": {
- "anpCode": "210203001",
- "anpDescription": "BOTIJAO",
- "glpPercentage": 20,
- "glgnnPercentage": 50,
- "glgniPercentage": 30,
- "startingValue": 150,
- "authorizationCode": "2626814818",
- "quantityFuelAmbientTemp": 10,
- "ufConsumption": "SP"
}
}, - "emitterID": "8b861c61-6414-478b-ad1f-b0dd2b4169fd"
}
{- "id": "d3540529-4e06-4f75-a536-087072ab0509",
- "name": "Incredible Steel Bacon",
- "type": "service",
- "unityType": "UN",
- "price": 3,
- "cest": "642897",
- "ncm": "96140000",
- "code": "1",
- "barCode": "7891000100103",
- "customCode": "AXw102",
- "tax": {
- "origin": "0",
- "cfop": "5102",
- "natureOfOperation": "SALE",
- "freight": 0,
- "additionalInformation": "Mensagem adicional",
- "icms": {
- "cstCsosn": "102",
- "percentage": 0,
- "reduction": 0,
- "creditApplicable": 0,
- "deferral": 0,
- "internalDestination": 0,
- "iva": 0,
- "fcpPercentage": 0
}, - "icmsST": {
- "percentage": 0,
- "reduction": 0,
- "fcpPercentage": 0
}, - "pis": {
- "cst": "49",
- "percentage": 0
}, - "cofins": {
- "cst": "49",
- "percentage": 0
}, - "ipi": {
- "cst": "99",
- "percentage": 0,
- "ipiCode": "999"
}, - "medicates": {
- "anvisaCode": "215262265",
- "reasonForExemption": "MOTIVO DE ISENÇÃO",
- "maximumConsumerPrice": 0
}, - "fuel": {
- "anpCode": "210203001",
- "anpDescription": "BOTIJAO",
- "glpPercentage": 20,
- "glgnnPercentage": 50,
- "glgniPercentage": 30,
- "startingValue": 150,
- "authorizationCode": "2626814818",
- "quantityFuelAmbientTemp": 10,
- "ufConsumption": "SP"
}
}, - "emitterID": "8b861c61-6414-478b-ad1f-b0dd2b4169fd"
}
Responsável por alterar elementos do produto.
id required | string Identificador único (UUID) do produto. |
Authorization required | string token de autorização. |
Carga útil com dados de uma requisição para alteração de um produto.
name | string Nome de identificação. |
type | string Tipo de produto. |
unityType | string Tipo de unidade. |
price | number Preço. |
cest | string Código CEST. |
ncm | string Código NCM. |
code | string Código interno. |
barCode | string Código GTIN. |
customCode | string Código customCode. |
object Taxa e Impostos |
{- "name": "Incredible Steel Bacon",
- "type": "service",
- "unityType": "UN",
- "price": 3,
- "cest": "642897",
- "ncm": "96140000",
- "code": "1",
- "barCode": "7891000100103",
- "customCode": "AXw102",
- "tax": {
- "origin": "0",
- "cfop": "5102",
- "natureOfOperation": "SALE",
- "freight": 0,
- "additionalInformation": "Mensagem adicional",
- "icms": {
- "cstCsosn": "102",
- "percentage": 0,
- "reduction": 0,
- "creditApplicable"": 0,
- "deferral"": 0,
- "internalDestination": 0,
- "iva": 0,
- "fcpPercentage": 0
}, - "icmsST": {
- "percentage": 0,
- "reduction": 0,
- "fcpPercentage": 0
}, - "pis": {
- "cst": "49",
- "percentage": 0
}, - "cofins": {
- "cst": "49",
- "percentage": 0
}, - "ipi": {
- "cst": "99",
- "percentage": 0,
- "ipiCode": "999"
}, - "medicates": {
- "anvisaCode": "215262265",
- "reasonForExemption": "MOTIVO DE ISENÇÃO",
- "maximumConsumerPrice": 0
}, - "fuel": {
- "anpCode": "210203001",
- "anpDescription": "BOTIJAO",
- "glpPercentage": 20,
- "glgnnPercentage": 50,
- "glgniPercentage": 30,
- "startingValue": 150,
- "authorizationCode": "2626814818",
- "quantityFuelAmbientTemp": 10,
- "ufConsumption": "SP"
}
}
}
{- "id": "d3540529-4e06-4f75-a536-087072ab0509",
- "name": "Incredible Steel Bacon",
- "type": "service",
- "unityType": "UN",
- "price": 3,
- "cest": "642897",
- "ncm": "96140000",
- "code": "1",
- "barCode": "7891000100103",
- "customCode": "AXw102",
- "tax": {
- "origin": "0",
- "cfop": "5102",
- "natureOfOperation": "SALE",
- "freight": 0,
- "additionalInformation": "Mensagem adicional",
- "icms": {
- "cstCsosn": "102",
- "percentage": 0,
- "reduction": 0,
- "creditApplicable": 0,
- "deferral": 0,
- "internalDestination": 0,
- "iva": 0,
- "fcpPercentage": 0
}, - "icmsST": {
- "percentage": 0,
- "reduction": 0,
- "fcpPercentage": 0
}, - "pis": {
- "cst": "49",
- "percentage": 0
}, - "cofins": {
- "cst": "49",
- "percentage": 0
}, - "ipi": {
- "cst": "99",
- "percentage": 0,
- "ipiCode": "999"
}, - "medicates": {
- "anvisaCode": "215262265",
- "reasonForExemption": "MOTIVO DE ISENÇÃO",
- "maximumConsumerPrice": 0
}, - "fuel": {
- "anpCode": "210203001",
- "anpDescription": "BOTIJAO",
- "glpPercentage": 20,
- "glgnnPercentage": 50,
- "glgniPercentage": 30,
- "startingValue": 150,
- "authorizationCode": "2626814818",
- "quantityFuelAmbientTemp": 10,
- "ufConsumption": "SP"
}
}, - "emitterID": "8b861c61-6414-478b-ad1f-b0dd2b4169fd"
}
Responsável por excluir registro do produto.
id required | string Identificador único (UUID) do produto. |
Authorization required | string token de autorização. |
{- "message": "erro na validação da entidade",
- "errors": [
- "campo não informado corretamente, deve ser do tipo string",
- "campo é obrigatório"
]
}
Responsável por listar invoice
id | string filtro pelo ID de identificação do 'invoice'. |
emitterID | string filtro pelo ID do emitente de identificação do 'invoice'. |
code | number filtro pelo codigo de identificação do 'invoice'. |
clientID | number filtro pelo ID do cliente de identificação do 'invoice'. |
status | string filtro pelo status do documento fiscal de identificação do 'invoice'. |
object filtro pelo operation na data do documento fiscal do 'invoice'. | |
object define a ordenação dos registros | |
offset | integer >= 1 Example: offset=25 define o índice inicial da pesquisa |
limit | integer [ 1 .. 50 ] Example: limit=10 limite máximo de registros a serem apresentados |
Authorization required | string <jwt> token - Token de autenticação. |
{- "summary": {
- "count": 1
}, - "data": [
- {
- "id": "8cb5adf2-b683-4386-84ff-8d18928dd61b",
- "emitter": {
- "id": "fd78144f-2d27-44e3-8c81-a1823c0fb4d6",
- "document": "52823770000138",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "taxRegime": "simples-nacional",
- "name": "Edwin Abshire DDS",
- "businessName": "Edwin Moore",
- "address": {
- "city": "Shieldsworth",
- "complement": "Southeast",
- "country": "BRA",
- "neighborhood": "Northwest",
- "number": "+5501394939855",
- "postalCode": "72547419",
- "state": "PI",
- "street": "Augustus Village",
- "ibgeCode": "3530706"
}, - "monthICMS": {
- "percentage": 3,
- "lastUpdate": "2023-11-01"
}, - "isTaxSubstitute": true,
- "hasTaxBenefit": false,
- "logins": {
- "id": "77281398-2ace-4a57-8b24-a8667fbf0ce5",
- "emitterRole": "owner"
}
}, - "client": {
- "id": "f1cc43d4-d0ec-409a-84ff-82cbf799efd9",
- "document": "52823770000138",
- "taxRegime": "simples-nacional",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "name": "Cecil Schneider",
- "address": {
- "city": "Orionborough",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5593932436431",
- "postalCode": "72547419",
- "state": "RJ",
- "street": "Lee Landing",
- "ibgeCode": "3530706"
}, - "personType": [
- "transporter",
- "client",
- "supplier"
], - "foreignID": "",
- "email": "Janessa_Satterfield23@gmail.com",
- "phonenumber": "+5579030782495",
- "deliveryAddress": {
- "city": "Orionborough",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5593932436431",
- "postalCode": "72547419",
- "state": "RJ",
- "street": "Lee Landing",
- "ibgeCode": "3530706"
}, - "billingAddress": {
- "city": "Orionborough",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5593932436431",
- "postalCode": "72547419",
- "state": "RJ",
- "street": "Lee Landing",
- "ibgeCode": "3530706"
}
}, - "billingDate": "2023-11-30",
- "operation": {
- "codState": "35",
- "nature": "venda",
- "mod": "55",
- "series": 1,
- "code": 11,
- "emissionDate": "2023-11-30",
- "inOutDate": "2023-11-30",
- "type": "0",
- "destiny": "1",
- "ibgeCode": "3530706",
- "printType": "1",
- "emissionType": "1",
- "environmentType": "2",
- "finality": "1",
- "indicatorConsumer": "1",
- "indicatorPresence": "0",
- "intermediary": {
- "indicator": true,
- "intermediate": {
- "document": "52823770000138",
- "identifier": "MercadoLivre"
}
}, - "issuanceProcess": "0",
- "version": "RENEO 1.0.1"
}, - "products": [
- {
- "id": "cf91f00c-c768-4430-917d-37bf200ad34b",
- "name": "Fantastic Bronze Chicken",
- "type": "service",
- "unityType": "UN",
- "price": 183,
- "cest": "",
- "ncm": "96140000",
- "barCode": "7891000100103",
- "customCode": "",
- "tax": {
- "origin": "2",
- "cfop": "5102",
- "natureOfOperation": "BONUS",
- "freight": 0,
- "additionalInformation": "",
- "icms": {
- "cstCsosn": "102",
- "ICMSModality": "0",
- "percentage": 0,
- "reduction": 0,
- "creditApplicable": 0,
- "deferral": 0,
- "internalDestination": 0,
- "iva": 0,
- "fcpPercentage": 0,
- "calculationBase": 0,
- "ICMSValue": 0,
- "fcpValue": 0,
- "pCredSN": 0,
- "vCredSN": 0
}, - "icmsST": {
- "ICMSSTModality": "0",
- "percentage": 0,
- "reduction": 0,
- "fcpPercentage": 0,
- "STcalculationBase": 0,
- "ICMSSTValue": 0,
- "unencumberedValue": 0,
- "unencumberedReason": "3",
- "fcpSTValue": 0,
- "pMVAST": 0,
- "vBCFCPST": 0
}, - "pis": {
- "cst": "67",
- "percentage": 0,
- "calculationBase": 0,
- "stampQuantity": 0,
- "PISValue": 0,
- "vBCProd": 0,
- "vAliqProd": 0
}, - "pisST": {
- "cst": "01",
- "percentage": 0,
- "calculationBase": 0,
- "PISSTValue": 0
}, - "cofins": {
- "cst": "71",
- "percentage": 0,
- "calculationBase": 0,
- "COFINSValue": 0,
- "qBCProd": 0,
- "vAliqProd": 0
}, - "cofinsST": {
- "cst": "01",
- "percentage": 0,
- "calculationBase": 0,
- "COFINSValue": 0
}, - "ipi": {
- "cst": "51",
- "percentage": 0,
- "ipiCode": "999",
- "IPICodeC": "0",
- "codumentProducer": "123456",
- "stampCode": "321654",
- "stampQuantity": 0,
- "calculationBase": 1
}, - "medicates": {
- "anvisaCode": null,
- "reasonForExemption": null,
- "maximumConsumerPrice": 0
}, - "fuel": {
- "anpCode": "",
- "anpDescription": "",
- "glpPercentage": 0,
- "glgnnPercentage": 0,
- "glgniPercentage": 0,
- "startingValue": 0,
- "authorizationCode": "",
- "quantityFuelAmbientTemp": 0,
- "ufConsumption": "SP"
}
}, - "comQuantity": 1,
- "priceProd": 0,
- "barCodeTax": "0",
- "unityTypeTax": "UN",
- "taxQuantity": 0,
- "priceUnTax": 0,
- "enterAmount": "0"
}, - {
- "id": "6da9c78a-9093-4b0c-b28d-d1d822dc104b",
- "name": "Elegant Bronze Car",
- "type": "product",
- "unityType": "UN",
- "price": 924,
- "cest": "",
- "ncm": "96140000",
- "barCode": "7891000100103",
- "customCode": "",
- "tax": {
- "origin": "2",
- "cfop": "5102",
- "natureOfOperation": "BONUS",
- "freight": 0,
- "additionalInformation": "",
- "icms": {
- "cstCsosn": "102",
- "ICMSModality": "0",
- "percentage": 0,
- "reduction": 0,
- "creditApplicable": 0,
- "deferral": 0,
- "internalDestination": 0,
- "iva": 0,
- "fcpPercentage": 0,
- "calculationBase": 0,
- "ICMSValue": 0,
- "fcpValue": 0,
- "pCredSN": 0,
- "vCredSN": 0
}, - "icmsST": {
- "ICMSSTModality": "0",
- "percentage": 0,
- "reduction": 0,
- "fcpPercentage": 0,
- "STcalculationBase": 0,
- "ICMSSTValue": 0,
- "unencumberedValue": 0,
- "unencumberedReason": "3",
- "fcpSTValue": 0,
- "pMVAST": 0,
- "vBCFCPST": 0
}, - "pis": {
- "cst": "67",
- "percentage": 0,
- "calculationBase": 0,
- "stampQuantity": 0,
- "PISValue": 0,
- "vBCProd": 0,
- "vAliqProd": 0
}, - "pisST": {
- "cst": "01",
- "percentage": 0,
- "calculationBase": 0,
- "PISSTValue": 0
}, - "cofins": {
- "cst": "71",
- "percentage": 0,
- "calculationBase": 0,
- "COFINSValue": 0,
- "qBCProd": 0,
- "vAliqProd": 0
}, - "cofinsST": {
- "cst": "01",
- "percentage": 0,
- "calculationBase": 0,
- "COFINSValue": 0
}, - "ipi": {
- "cst": "51",
- "percentage": 0,
- "ipiCode": "999",
- "IPICodeC": "0",
- "codumentProducer": "123456",
- "stampCode": "321654",
- "stampQuantity": 0,
- "calculationBase": 1
}, - "medicates": {
- "anvisaCode": null,
- "reasonForExemption": null,
- "maximumConsumerPrice": 0
}, - "fuel": {
- "anpCode": "",
- "anpDescription": "",
- "glpPercentage": 0,
- "glgnnPercentage": 0,
- "glgniPercentage": 0,
- "startingValue": 0,
- "authorizationCode": "",
- "quantityFuelAmbientTemp": 0,
- "ufConsumption": "SP"
}
}, - "comQuantity": 1,
- "priceProd": 0,
- "barCodeTax": "0",
- "unityTypeTax": "UN",
- "taxQuantity": 0,
- "priceUnTax": 0,
- "enterAmount": "0"
}
], - "payment": {
- "paymentInformation": {
- "paymentDetails": [
- {
- "paymentIndicator": "1",
- "paymentMethod": "15",
- "paymentAmount": 4,
- "charges": {
- "invoice": {
- "invoiceNumber": "12312",
- "originalInvoiceValue": 4,
- "discountAmount": 0,
- "liquidInvoiceValue": 4
}, - "duplicate": [
- {
- "duplicateNumber": "001",
- "dueDate": "2023-11-21",
- "duplicateValue": 4
}
]
}
}, - {
- "paymentIndicator": "1",
- "paymentMethod": "04",
- "paymentAmount": 4,
- "card": {
- "integrationType": "1",
- "document": "52823770000138",
- "flagCode": "01",
- "authorizationNumber": "12345678901234567890"
}
}, - {
- "paymentIndicator": "1",
- "paymentMethod": "03",
- "paymentAmount": 4,
- "card": {
- "integrationType": "1",
- "document": "52823770000138",
- "flagCode": "01",
- "authorizationNumber": "12345678901234567890"
}
}
], - "changeValue": 0
}
}, - "freight": {
- "modality": "1",
- "transporter": {
- "id": "769d496d-3e56-418c-b85a-91ffd9834eec",
- "document": "52823770000138",
- "taxRegime": "simples-nacional",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "name": "Josefina King",
- "address": {
- "city": "West Marcelleworth",
- "complement": "Southeast",
- "country": "BRA",
- "neighborhood": "Northeast",
- "number": "+5535547645487",
- "postalCode": "72547419",
- "state": "RO",
- "street": "Jessie Knolls",
- "ibgeCode": "3530706"
}, - "personType": [
- "transporter"
], - "foreignID": "",
- "email": "Frederick_Luettgen10@gmail.com",
- "phonenumber": "+5547160990152",
- "deliveryAddress": {
- "city": "West Marcelleworth",
- "complement": "Southeast",
- "country": "BRA",
- "neighborhood": "Northeast",
- "number": "+5535547645487",
- "postalCode": "72547419",
- "state": "RO",
- "street": "Jessie Knolls",
- "ibgeCode": "3530706"
}, - "billingAddress": {
- "city": "West Marcelleworth",
- "complement": "Southeast",
- "country": "BRA",
- "neighborhood": "Northeast",
- "number": "+5535547645487",
- "postalCode": "72547419",
- "state": "RO",
- "street": "Jessie Knolls",
- "ibgeCode": "3530706"
}
}, - "volume": [
- {
- "volumeQuantity": 1,
- "species": "CX",
- "brand": "Marca",
- "volumeNumber": "123",
- "netWeight": 1.5,
- "grossweight": 2
}
]
}, - "authorized": [
- {
- "document": "52823770000138"
}, - {
- "document": "52823770000138"
}
], - "totals": {
- "ICMSTotals": {
- "ICMSCalculationBase": 1234,
- "ICMSValue": 12.34,
- "ICMSUnburdened": 1,
- "FCPValue": 0,
- "ICMSSTCalculationBase": 55,
- "STValue": 2,
- "FCPSTValue": 0.5,
- "ValueFCPretainedST": 0.75,
- "singlePhaseRetentionValue": 3,
- "productsValue": 1234,
- "shippingValue": 34,
- "safeValue": 43,
- "discountValue": 5.23,
- "exemptValue": 3.12,
- "IPIValue": 62.78,
- "IPIValueReturned": 31.12,
- "PISValue": 25.63,
- "COFINSValue": 45.85,
- "otherExpensesValue": 0,
- "NFValue": 12
}
}, - "observations": "Obs 1.0 ver qual eh",
- "status": "draft",
- "rejection": null,
- "history": [
- {
- "status": "queue",
- "date": "2024-03-15T13:16:05.856Z"
}
], - "accessKey": null,
- "pathPdf": null,
- "pathXml": null
}
]
}
Responsável por adicionar um novo invoice
na base.
Authorization required | string <jwt> token - Token de autenticação. |
Carga útil com dados de uma requisição para incluir um novo documento fiscal.
required | object Emitter. |
required | object client. |
billingDate required | string billingDate. |
required | object operation. |
required | Array of objects products. |
required | object payment. |
required | object Emitter. |
required | Array of objects authorized. |
required | object totals. |
observations required | string observations. |
status required | enum['draft', 'queue', 'approved', 'canceled', 'unused', 'rejected '] status. |
{- "emitter": {
- "id": "2a9c320e-c49d-4c09-96dd-4b1376f83e90",
- "document": "52823770000138",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "taxRegime": "simples-nacional-excesso",
- "name": "Essie Lueilwitz",
- "businessName": "Felicia Sanford",
- "address": {
- "city": "Feestport",
- "complement": "West",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5571858209734",
- "postalCode": "72547419",
- "state": "SP",
- "timeZoneEmitter": "-3",
- "street": "Karine Lane",
- "ibgeCode": "3530706"
}, - "monthICMS": {
- "percentage": 3,
- "lastUpdate": "2023-11-01"
}, - "isTaxSubstitute": true,
- "hasTaxBenefit": false,
- "logins": {
- "id": "145d0e69-782c-4f6d-9464-44448e886b17",
- "emitterRole": "owner"
}
}, - "client": {
- "id": "3d9a294a-b4e4-4e55-81f8-437662e6b30f",
- "document": "52823770000138",
- "taxRegime": "regime-normal",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "name": "Lindsay O'Connell",
- "address": {
- "city": "East Lavina",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5506006861650",
- "postalCode": "72547419",
- "state": "ES",
- "street": "Hilpert Grove",
- "ibgeCode": "3530706"
}, - "personType": [
- "transporter",
- "client",
- "supplier"
], - "foreignID": "",
- "email": "Tiana53@yahoo.com",
- "phonenumber": "+5536733683336",
- "deliveryAddress": {
- "city": "East Lavina",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5506006861650",
- "postalCode": "72547419",
- "state": "ES",
- "street": "Hilpert Grove",
- "ibgeCode": "3530706"
}, - "billingAddress": {
- "city": "East Lavina",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5506006861650",
- "postalCode": "72547419",
- "state": "ES",
- "street": "Hilpert Grove",
- "ibgeCode": "3530706"
}
}, - "billingDate": "2023-11-30",
- "operation": {
- "codState": "35",
- "nature": "venda",
- "mod": "55",
- "series": 1,
- "code": 11,
- "emissionDate": "2023-11-30",
- "inOutDate": "2023-11-30",
- "type": "0",
- "destiny": "1",
- "ibgeCode": "3530706",
- "printType": "1",
- "emissionType": "1",
- "environmentType": "2",
- "finality": "1",
- "indicatorConsumer": "1",
- "indicatorPresence": "0",
- "intermediary": {
- "indicator": true,
- "intermediate": {
- "document": "52823770000138",
- "identifier": "MercadoLivre"
}
}, - "issuanceProcess": "0",
- "version": "RENEO 1.0.1"
}, - "products": [
- {
- "id": "e41b5b27-e25c-4838-a303-712035328f71",
- "name": "Intelligent Wooden Shoes",
- "type": "service",
- "unityType": "UN",
- "price": 30,
- "cest": "",
- "ncm": "96140000",
- "barCode": "7891000100103",
- "customCode": "",
- "tax": {
- "origin": "3",
- "cfop": "5102",
- "natureOfOperation": "RETURN",
- "freight": 0,
- "additionalInformation": "",
- "icms": {
- "cstCsosn": "202",
- "ICMSModality": "0",
- "percentage": 0,
- "reduction": 0,
- "creditApplicable": 0,
- "deferral": 0,
- "internalDestination": 0,
- "iva": 0,
- "fcpPercentage": 0,
- "calculationBase": 0,
- "ICMSValue": 0,
- "fcpValue": 0,
- "pCredSN": 0,
- "vCredSN": 0
}, - "icmsST": {
- "ICMSSTModality": "0",
- "percentage": 0,
- "reduction": 0,
- "fcpPercentage": 0,
- "STcalculationBase": 0,
- "ICMSSTValue": 0,
- "unencumberedValue": 0,
- "unencumberedReason": "3",
- "fcpSTValue": 0,
- "pMVAST": 0,
- "vBCFCPST": 0
}, - "pis": {
- "cst": "66",
- "percentage": 0,
- "calculationBase": 0,
- "stampQuantity": 0,
- "PISValue": 0,
- "vBCProd": 0,
- "vAliqProd": 0
}, - "pisST": {
- "cst": "01",
- "percentage": 0,
- "calculationBase": 0,
- "PISSTValue": 0
}, - "cofins": {
- "cst": "66",
- "percentage": 0,
- "calculationBase": 0,
- "COFINSValue": 0,
- "qBCProd": 0,
- "vAliqProd": 0
}, - "cofinsST": {
- "cst": "01",
- "percentage": 0,
- "calculationBase": 0,
- "COFINSValue": 0
}, - "ipi": {
- "cst": "02",
- "percentage": 0,
- "ipiCode": "999",
- "IPICodeC": "0",
- "codumentProducer": "123456",
- "stampCode": "321654",
- "stampQuantity": 0,
- "calculationBase": 1
}, - "medicates": {
- "anvisaCode": null,
- "reasonForExemption": null,
- "maximumConsumerPrice": 0
}, - "fuel": {
- "anpCode": "",
- "anpDescription": "",
- "glpPercentage": 0,
- "glgnnPercentage": 0,
- "glgniPercentage": 0,
- "startingValue": 0,
- "authorizationCode": "",
- "quantityFuelAmbientTemp": 0,
- "ufConsumption": "SP"
}
}, - "comQuantity": 1,
- "priceProd": 0,
- "barCodeTax": "0",
- "unityTypeTax": "UN",
- "taxQuantity": 0,
- "priceUnTax": 0,
- "enterAmount": "0"
}
], - "payment": {
- "paymentInformation": {
- "paymentDetails": [
- {
- "paymentIndicator": "1",
- "paymentMethod": "15",
- "paymentAmount": 4,
- "charges": {
- "invoice": {
- "invoiceNumber": "12312",
- "originalInvoiceValue": 4,
- "discountAmount": 0,
- "liquidInvoiceValue": 4
}, - "duplicate": [
- {
- "duplicateNumber": "001",
- "dueDate": "2023-11-21",
- "duplicateValue": 4
}
]
}
}, - {
- "paymentIndicator": "1",
- "paymentMethod": "04",
- "paymentAmount": 4,
- "card": {
- "integrationType": "1",
- "document": "52823770000138",
- "flagCode": "01",
- "authorizationNumber": "12345678901234567890"
}
}, - {
- "paymentIndicator": "1",
- "paymentMethod": "03",
- "paymentAmount": 4,
- "card": {
- "integrationType": "1",
- "document": "52823770000138",
- "flagCode": "01",
- "authorizationNumber": "12345678901234567890"
}
}
], - "changeValue": 0
}
}, - "freight": {
- "modality": "1",
- "transporter": {
- "id": "1adfed5a-5a4c-4908-8a74-9c40e07d3339",
- "document": "52823770000138",
- "taxRegime": "simples-nacional",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "name": "Randall Kunde",
- "address": {
- "city": "Beaverton",
- "complement": "Southeast",
- "country": "BRA",
- "neighborhood": "Northeast",
- "number": "+5504271105526",
- "postalCode": "72547419",
- "state": "SC",
- "street": "Javon Lake",
- "ibgeCode": "3530706"
}, - "personType": [
- "transporter"
], - "foreignID": "",
- "email": "Evalyn_Durgan9@gmail.com",
- "phonenumber": "+5518880411141",
- "deliveryAddress": {
- "city": "Beaverton",
- "complement": "Southeast",
- "country": "BRA",
- "neighborhood": "Northeast",
- "number": "+5504271105526",
- "postalCode": "72547419",
- "state": "SC",
- "street": "Javon Lake",
- "ibgeCode": "3530706"
}, - "billingAddress": {
- "city": "Beaverton",
- "complement": "Southeast",
- "country": "BRA",
- "neighborhood": "Northeast",
- "number": "+5504271105526",
- "postalCode": "72547419",
- "state": "SC",
- "street": "Javon Lake",
- "ibgeCode": "3530706"
}
}, - "volume": [
- {
- "volumeQuantity": 1,
- "species": "CX",
- "brand": "Marca",
- "volumeNumber": "123",
- "netWeight": 1.5,
- "grossweight": 2
}
]
}, - "authorized": [
- {
- "document": "52823770000138"
}, - {
- "document": "52823770000138"
}
], - "totals": {
- "ICMSTotals": {
- "ICMSCalculationBase": 1234,
- "ICMSValue": 12.34,
- "ICMSUnburdened": 1,
- "FCPValue": 0,
- "ICMSSTCalculationBase": 55,
- "STValue": 2,
- "FCPSTValue": 0.5,
- "ValueFCPretainedST": 0.75,
- "singlePhaseRetentionValue": 3,
- "productsValue": 1234,
- "shippingValue": 34,
- "safeValue": 43,
- "discountValue": 5.23,
- "exemptValue": 3.12,
- "IPIValue": 62.78,
- "IPIValueReturned": 31.12,
- "PISValue": 25.63,
- "COFINSValue": 45.85,
- "otherExpensesValue": 0,
- "NFValue": 12
}
}, - "observations": "Obs 1.0 ver qual eh",
- "status": "draft"
}
{- "id": "8cb5adf2-b683-4386-84ff-8d18928dd61b",
- "emitter": {
- "id": "2a9c320e-c49d-4c09-96dd-4b1376f83e90",
- "document": "52823770000138",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "taxRegime": "simples-nacional-excesso",
- "name": "Essie Lueilwitz",
- "businessName": "Felicia Sanford",
- "address": {
- "city": "Feestport",
- "complement": "West",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5571858209734",
- "postalCode": "72547419",
- "state": "RN",
- "street": "Karine Lane",
- "ibgeCode": "3530706"
}, - "monthICMS": {
- "percentage": 3,
- "lastUpdate": "2023-11-01"
}, - "isTaxSubstitute": true,
- "hasTaxBenefit": false,
- "logins": {
- "id": "145d0e69-782c-4f6d-9464-44448e886b17",
- "emitterRole": "owner"
}
}, - "client": {
- "id": "3d9a294a-b4e4-4e55-81f8-437662e6b30f",
- "document": "52823770000138",
- "taxRegime": "regime-normal",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "name": "Lindsay O'Connell",
- "address": {
- "city": "East Lavina",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5506006861650",
- "postalCode": "72547419",
- "state": "ES",
- "street": "Hilpert Grove",
- "ibgeCode": "3530706"
}, - "personType": [
- "transporter",
- "client",
- "supplier"
], - "foreignID": "",
- "email": "Tiana53@yahoo.com",
- "phonenumber": "+5536733683336",
- "deliveryAddress": {
- "city": "East Lavina",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5506006861650",
- "postalCode": "72547419",
- "state": "ES",
- "street": "Hilpert Grove",
- "ibgeCode": "3530706"
}, - "billingAddress": {
- "city": "East Lavina",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5506006861650",
- "postalCode": "72547419",
- "state": "ES",
- "street": "Hilpert Grove",
- "ibgeCode": "3530706"
}
}, - "billingDate": "2023-11-30",
- "operation": {
- "codState": "35",
- "nature": "venda",
- "mod": "55",
- "series": 1,
- "code": 11,
- "emissionDate": "2023-11-30",
- "inOutDate": "2023-11-30",
- "type": "0",
- "destiny": "1",
- "ibgeCode": "3530706",
- "printType": "1",
- "emissionType": "1",
- "environmentType": "2",
- "finality": "1",
- "indicatorConsumer": "1",
- "indicatorPresence": "0",
- "intermediary": {
- "indicator": true,
- "intermediate": {
- "document": "52823770000138",
- "identifier": "MercadoLivre"
}
}, - "issuanceProcess": "0",
- "version": "RENEO 1.0.1"
}, - "products": [
- {
- "id": "e41b5b27-e25c-4838-a303-712035328f71",
- "name": "Intelligent Wooden Shoes",
- "type": "service",
- "unityType": "UN",
- "price": 30,
- "cest": "",
- "ncm": "96140000",
- "barCode": "7891000100103",
- "customCode": "",
- "tax": {
- "origin": "3",
- "cfop": "5102",
- "natureOfOperation": "RETURN",
- "freight": 0,
- "additionalInformation": "",
- "icms": {
- "cstCsosn": "202",
- "ICMSModality": "0",
- "percentage": 0,
- "reduction": 0,
- "creditApplicable": 0,
- "deferral": 0,
- "internalDestination": 0,
- "iva": 0,
- "fcpPercentage": 0,
- "calculationBase": 0,
- "ICMSValue": 0,
- "fcpValue": 0,
- "pCredSN": 0,
- "vCredSN": 0
}, - "icmsST": {
- "ICMSSTModality": "0",
- "percentage": 0,
- "reduction": 0,
- "fcpPercentage": 0,
- "STcalculationBase": 0,
- "ICMSSTValue": 0,
- "unencumberedValue": 0,
- "unencumberedReason": "3",
- "fcpSTValue": 0,
- "pMVAST": 0,
- "vBCFCPST": 0
}, - "pis": {
- "cst": "66",
- "percentage": 0,
- "calculationBase": 0,
- "stampQuantity": 0,
- "PISValue": 0,
- "vBCProd": 0,
- "vAliqProd": 0
}, - "pisST": {
- "cst": "01",
- "percentage": 0,
- "calculationBase": 0,
- "PISSTValue": 0
}, - "cofins": {
- "cst": "66",
- "percentage": 0,
- "calculationBase": 0,
- "COFINSValue": 0,
- "qBCProd": 0,
- "vAliqProd": 0
}, - "cofinsST": {
- "cst": "01",
- "percentage": 0,
- "calculationBase": 0,
- "COFINSValue": 0
}, - "ipi": {
- "cst": "02",
- "percentage": 0,
- "ipiCode": "999",
- "IPICodeC": "0",
- "codumentProducer": "123456",
- "stampCode": "321654",
- "stampQuantity": 0,
- "calculationBase": 1
}, - "medicates": {
- "anvisaCode": null,
- "reasonForExemption": null,
- "maximumConsumerPrice": 0
}, - "fuel": {
- "anpCode": "",
- "anpDescription": "",
- "glpPercentage": 0,
- "glgnnPercentage": 0,
- "glgniPercentage": 0,
- "startingValue": 0,
- "authorizationCode": "",
- "quantityFuelAmbientTemp": 0,
- "ufConsumption": "SP"
}
}, - "emitterID": "8c80bf1d-d2a3-4aed-82a5-bdafb28d40ad",
- "comQuantity": 1,
- "priceProd": 0,
- "barCodeTax": "0",
- "unityTypeTax": "UN",
- "taxQuantity": 0,
- "priceUnTax": 0,
- "enterAmount": "0"
}
], - "payment": {
- "paymentInformation": {
- "paymentDetails": [
- {
- "paymentIndicator": "1",
- "paymentMethod": "15",
- "paymentAmount": 4,
- "charges": {
- "invoice": {
- "invoiceNumber": "12312",
- "originalInvoiceValue": 4,
- "discountAmount": 0,
- "liquidInvoiceValue": 4
}, - "duplicate": [
- {
- "duplicateNumber": "001",
- "dueDate": "2023-11-21",
- "duplicateValue": 4
}
]
}
}, - {
- "paymentIndicator": "1",
- "paymentMethod": "04",
- "paymentAmount": 4,
- "card": {
- "integrationType": "1",
- "document": "52823770000138",
- "flagCode": "01",
- "authorizationNumber": "12345678901234567890"
}
}, - {
- "paymentIndicator": "1",
- "paymentMethod": "03",
- "paymentAmount": 4,
- "card": {
- "integrationType": "1",
- "document": "52823770000138",
- "flagCode": "01",
- "authorizationNumber": "12345678901234567890"
}
}
], - "changeValue": 0
}
}, - "freight": {
- "modality": "1",
- "transporter": {
- "id": "1adfed5a-5a4c-4908-8a74-9c40e07d3339",
- "document": "52823770000138",
- "taxRegime": "simples-nacional",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "name": "Randall Kunde",
- "address": {
- "city": "Beaverton",
- "complement": "Southeast",
- "country": "BRA",
- "neighborhood": "Northeast",
- "number": "+5504271105526",
- "postalCode": "72547419",
- "state": "SC",
- "street": "Javon Lake",
- "ibgeCode": "3530706"
}, - "emitterID": "18a08df0-8029-4acc-8b47-939ae8392d6a",
- "personType": [
- "transporter"
], - "foreignID": "",
- "email": "Evalyn_Durgan9@gmail.com",
- "phonenumber": "+5518880411141",
- "deliveryAddress": {
- "city": "Beaverton",
- "complement": "Southeast",
- "country": "BRA",
- "neighborhood": "Northeast",
- "number": "+5504271105526",
- "postalCode": "72547419",
- "state": "SC",
- "street": "Javon Lake",
- "ibgeCode": "3530706"
}, - "billingAddress": {
- "city": "Beaverton",
- "complement": "Southeast",
- "country": "BRA",
- "neighborhood": "Northeast",
- "number": "+5504271105526",
- "postalCode": "72547419",
- "state": "SC",
- "street": "Javon Lake",
- "ibgeCode": "3530706"
}
}, - "volume": [
- {
- "volumeQuantity": 1,
- "species": "CX",
- "brand": "Marca",
- "volumeNumber": "123",
- "netWeight": 1.5,
- "grossweight": 2
}
]
}, - "authorized": [
- {
- "document": "52823770000138"
}, - {
- "document": "52823770000138"
}
], - "totals": {
- "ICMSTotals": {
- "ICMSCalculationBase": 1234,
- "ICMSValue": 12.34,
- "ICMSUnburdened": 1,
- "FCPValue": 0,
- "ICMSSTCalculationBase": 55,
- "STValue": 2,
- "FCPSTValue": 0.5,
- "ValueFCPretainedST": 0.75,
- "singlePhaseRetentionValue": 3,
- "productsValue": 1234,
- "shippingValue": 34,
- "safeValue": 43,
- "discountValue": 5.23,
- "exemptValue": 3.12,
- "IPIValue": 62.78,
- "IPIValueReturned": 31.12,
- "PISValue": 25.63,
- "COFINSValue": 45.85,
- "otherExpensesValue": 0,
- "NFValue": 12
}
}, - "observations": "Obs 1.0 ver qual eh",
- "status": "draft"
}
Responsável por alterar informações de invoice
na base.
id required | string Identificador único (UUID) do invoice. |
Authorization required | string token - Token de autenticação. |
Carga útil com dados de uma requisição para alterar um Invoice.
object Emitter. | |
object client. | |
billingDate | string billingDate. |
object operation. | |
Array of objects products. | |
object payment. | |
object Emitter. | |
Array of objects authorized. | |
object totals. | |
observations | string observations. |
status | enum['draft', 'queue', 'approved', 'canceled', 'unused', 'rejected'] status. |
{- "emitter": {
- "id": "2a9c320e-c49d-4c09-96dd-4b1376f83e90",
- "document": "52823770000138",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "taxRegime": "simples-nacional-excesso",
- "name": "Essie Lueilwitz",
- "businessName": "Felicia Sanford",
- "address": {
- "city": "Feestport",
- "complement": "West",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5571858209734",
- "postalCode": "72547419",
- "state": "RN",
- "street": "Karine Lane",
- "ibgeCode": "3530706"
}, - "monthICMS": {
- "percentage": 3,
- "lastUpdate": "2023-11-01"
}, - "isTaxSubstitute": true,
- "hasTaxBenefit": false,
- "logins": {
- "id": "145d0e69-782c-4f6d-9464-44448e886b17",
- "emitterRole": "owner"
}
}, - "client": {
- "id": "3d9a294a-b4e4-4e55-81f8-437662e6b30f",
- "document": "52823770000138",
- "taxRegime": "regime-normal",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "name": "Lindsay O'Connell",
- "address": {
- "city": "East Lavina",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5506006861650",
- "postalCode": "72547419",
- "state": "ES",
- "street": "Hilpert Grove",
- "ibgeCode": "3530706"
}, - "personType": [
- "transporter",
- "client",
- "supplier"
], - "foreignID": "",
- "email": "Tiana53@yahoo.com",
- "phonenumber": "+5536733683336",
- "deliveryAddress": {
- "city": "East Lavina",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5506006861650",
- "postalCode": "72547419",
- "state": "ES",
- "street": "Hilpert Grove",
- "ibgeCode": "3530706"
}, - "billingAddress": {
- "city": "East Lavina",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5506006861650",
- "postalCode": "72547419",
- "state": "ES",
- "street": "Hilpert Grove",
- "ibgeCode": "3530706"
}
}, - "billingDate": "2023-11-30",
- "operation": {
- "codState": "35",
- "nature": "venda",
- "mod": "55",
- "series": 1,
- "code": 11,
- "emissionDate": "2023-11-30",
- "inOutDate": "2023-11-30",
- "type": "0",
- "destiny": "1",
- "ibgeCode": "3530706",
- "printType": "1",
- "emissionType": "1",
- "environmentType": "2",
- "finality": "1",
- "indicatorConsumer": "1",
- "indicatorPresence": "0",
- "intermediary": {
- "indicator": true,
- "intermediate": {
- "document": "52823770000138",
- "identifier": "MercadoLivre"
}
}, - "issuanceProcess": "0",
- "version": "RENEO 1.0.1"
}, - "products": [
- {
- "id": "e41b5b27-e25c-4838-a303-712035328f71",
- "name": "Intelligent Wooden Shoes",
- "type": "service",
- "unityType": "UN",
- "price": 30,
- "cest": "",
- "ncm": "96140000",
- "barCode": "7891000100103",
- "customCode": "",
- "tax": {
- "origin": "3",
- "cfop": "5102",
- "natureOfOperation": "RETURN",
- "freight": 0,
- "additionalInformation": "",
- "icms": {
- "cstCsosn": "202",
- "ICMSModality": "0",
- "percentage": 0,
- "reduction": 0,
- "creditApplicable": 0,
- "deferral": 0,
- "internalDestination": 0,
- "iva": 0,
- "fcpPercentage": 0,
- "calculationBase": 0,
- "ICMSValue": 0,
- "fcpValue": 0,
- "pCredSN": 0,
- "vCredSN": 0
}, - "icmsST": {
- "ICMSSTModality": "0",
- "percentage": 0,
- "reduction": 0,
- "fcpPercentage": 0,
- "STcalculationBase": 0,
- "ICMSSTValue": 0,
- "unencumberedValue": 0,
- "unencumberedReason": "3",
- "fcpSTValue": 0,
- "pMVAST": 0,
- "vBCFCPST": 0
}, - "pis": {
- "cst": "66",
- "percentage": 0,
- "calculationBase": 0,
- "stampQuantity": 0,
- "PISValue": 0,
- "vBCProd": 0,
- "vAliqProd": 0
}, - "pisST": {
- "cst": "01",
- "percentage": 0,
- "calculationBase": 0,
- "PISSTValue": 0
}, - "cofins": {
- "cst": "66",
- "percentage": 0,
- "calculationBase": 0,
- "COFINSValue": 0,
- "qBCProd": 0,
- "vAliqProd": 0
}, - "cofinsST": {
- "cst": "01",
- "percentage": 0,
- "calculationBase": 0,
- "COFINSValue": 0
}, - "ipi": {
- "cst": "02",
- "percentage": 0,
- "ipiCode": "999",
- "IPICodeC": "0",
- "codumentProducer": "123456",
- "stampCode": "321654",
- "stampQuantity": 0,
- "calculationBase": 1
}, - "medicates": {
- "anvisaCode": null,
- "reasonForExemption": null,
- "maximumConsumerPrice": 0
}, - "fuel": {
- "anpCode": "",
- "anpDescription": "",
- "glpPercentage": 0,
- "glgnnPercentage": 0,
- "glgniPercentage": 0,
- "startingValue": 0,
- "authorizationCode": "",
- "quantityFuelAmbientTemp": 0,
- "ufConsumption": "SP"
}
}, - "comQuantity": 1,
- "priceProd": 0,
- "barCodeTax": "0",
- "unityTypeTax": "UN",
- "taxQuantity": 0,
- "priceUnTax": 0,
- "enterAmount": "0"
}
], - "payment": {
- "paymentInformation": {
- "paymentDetails": [
- {
- "paymentIndicator": "1",
- "paymentMethod": "15",
- "paymentAmount": 4,
- "charges": {
- "invoice": {
- "invoiceNumber": "12312",
- "originalInvoiceValue": 4,
- "discountAmount": 0,
- "liquidInvoiceValue": 4
}, - "duplicate": [
- {
- "duplicateNumber": "001",
- "dueDate": "2023-11-21",
- "duplicateValue": 4
}
]
}
}, - {
- "paymentIndicator": "1",
- "paymentMethod": "04",
- "paymentAmount": 4,
- "card": {
- "integrationType": "1",
- "document": "52823770000138",
- "flagCode": "01",
- "authorizationNumber": "12345678901234567890"
}
}, - {
- "paymentIndicator": "1",
- "paymentMethod": "03",
- "paymentAmount": 4,
- "card": {
- "integrationType": "1",
- "document": "52823770000138",
- "flagCode": "01",
- "authorizationNumber": "12345678901234567890"
}
}
], - "changeValue": 0
}
}, - "freight": {
- "modality": "1",
- "transporter": {
- "id": "1adfed5a-5a4c-4908-8a74-9c40e07d3339",
- "document": "52823770000138",
- "taxRegime": "simples-nacional",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "name": "Randall Kunde",
- "address": {
- "city": "Beaverton",
- "complement": "Southeast",
- "country": "BRA",
- "neighborhood": "Northeast",
- "number": "+5504271105526",
- "postalCode": "72547419",
- "state": "SC",
- "street": "Javon Lake",
- "ibgeCode": "3530706"
}, - "personType": [
- "transporter"
], - "foreignID": "",
- "email": "Evalyn_Durgan9@gmail.com",
- "phonenumber": "+5518880411141",
- "deliveryAddress": {
- "city": "Beaverton",
- "complement": "Southeast",
- "country": "BRA",
- "neighborhood": "Northeast",
- "number": "+5504271105526",
- "postalCode": "72547419",
- "state": "SC",
- "street": "Javon Lake",
- "ibgeCode": "3530706"
}, - "billingAddress": {
- "city": "Beaverton",
- "complement": "Southeast",
- "country": "BRA",
- "neighborhood": "Northeast",
- "number": "+5504271105526",
- "postalCode": "72547419",
- "state": "SC",
- "street": "Javon Lake",
- "ibgeCode": "3530706"
}
}, - "volume": [
- {
- "volumeQuantity": 1,
- "species": "CX",
- "brand": "Marca",
- "volumeNumber": "123",
- "netWeight": 1.5,
- "grossweight": 2
}
]
}, - "authorized": [
- {
- "document": "52823770000138"
}, - {
- "document": "52823770000138"
}
], - "totals": {
- "ICMSTotals": {
- "ICMSCalculationBase": 1234,
- "ICMSValue": 12.34,
- "ICMSUnburdened": 1,
- "FCPValue": 0,
- "ICMSSTCalculationBase": 55,
- "STValue": 2,
- "FCPSTValue": 0.5,
- "ValueFCPretainedST": 0.75,
- "singlePhaseRetentionValue": 3,
- "productsValue": 1234,
- "shippingValue": 34,
- "safeValue": 43,
- "discountValue": 5.23,
- "exemptValue": 3.12,
- "IPIValue": 62.78,
- "IPIValueReturned": 31.12,
- "PISValue": 25.63,
- "COFINSValue": 45.85,
- "otherExpensesValue": 0,
- "NFValue": 12
}
}, - "observations": "Obs 1.0 ver qual eh",
- "status": "draft"
}
{- "id": "8cb5adf2-b683-4386-84ff-8d18928dd61b",
- "emitter": {
- "id": "2a9c320e-c49d-4c09-96dd-4b1376f83e90",
- "document": "52823770000138",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "taxRegime": "simples-nacional-excesso",
- "name": "Essie Lueilwitz",
- "businessName": "Felicia Sanford",
- "address": {
- "city": "Feestport",
- "complement": "West",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5571858209734",
- "postalCode": "72547419",
- "state": "RN",
- "street": "Karine Lane",
- "ibgeCode": "3530706"
}, - "monthICMS": {
- "percentage": 3,
- "lastUpdate": "2023-11-01"
}, - "isTaxSubstitute": true,
- "hasTaxBenefit": false,
- "logins": {
- "id": "145d0e69-782c-4f6d-9464-44448e886b17",
- "emitterRole": "owner"
}
}, - "client": {
- "id": "3d9a294a-b4e4-4e55-81f8-437662e6b30f",
- "document": "52823770000138",
- "taxRegime": "regime-normal",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "name": "Lindsay O'Connell",
- "address": {
- "city": "East Lavina",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5506006861650",
- "postalCode": "72547419",
- "state": "ES",
- "street": "Hilpert Grove",
- "ibgeCode": "3530706"
}, - "personType": [
- "transporter",
- "client",
- "supplier"
], - "foreignID": "",
- "email": "Tiana53@yahoo.com",
- "phonenumber": "+5536733683336",
- "deliveryAddress": {
- "city": "East Lavina",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5506006861650",
- "postalCode": "72547419",
- "state": "ES",
- "street": "Hilpert Grove",
- "ibgeCode": "3530706"
}, - "billingAddress": {
- "city": "East Lavina",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5506006861650",
- "postalCode": "72547419",
- "state": "ES",
- "street": "Hilpert Grove",
- "ibgeCode": "3530706"
}
}, - "billingDate": "2023-11-30",
- "operation": {
- "codState": "35",
- "nature": "venda",
- "mod": "55",
- "series": 1,
- "code": 11,
- "emissionDate": "2023-11-30",
- "inOutDate": "2023-11-30",
- "type": "0",
- "destiny": "1",
- "ibgeCode": "3530706",
- "printType": "1",
- "emissionType": "1",
- "environmentType": "2",
- "finality": "1",
- "indicatorConsumer": "1",
- "indicatorPresence": "0",
- "intermediary": {
- "indicator": true,
- "intermediate": {
- "document": "52823770000138",
- "identifier": "MercadoLivre"
}
}, - "issuanceProcess": "0",
- "version": "RENEO 1.0.1"
}, - "products": [
- {
- "id": "e41b5b27-e25c-4838-a303-712035328f71",
- "name": "Intelligent Wooden Shoes",
- "type": "service",
- "unityType": "UN",
- "price": 30,
- "cest": "",
- "ncm": "96140000",
- "barCode": "7891000100103",
- "customCode": "",
- "tax": {
- "origin": "3",
- "cfop": "5102",
- "natureOfOperation": "RETURN",
- "freight": 0,
- "additionalInformation": "",
- "icms": {
- "cstCsosn": "202",
- "ICMSModality": "0",
- "percentage": 0,
- "reduction": 0,
- "creditApplicable": 0,
- "deferral": 0,
- "internalDestination": 0,
- "iva": 0,
- "fcpPercentage": 0,
- "calculationBase": 0,
- "ICMSValue": 0,
- "fcpValue": 0,
- "pCredSN": 0,
- "vCredSN": 0
}, - "icmsST": {
- "ICMSSTModality": "0",
- "percentage": 0,
- "reduction": 0,
- "fcpPercentage": 0,
- "STcalculationBase": 0,
- "ICMSSTValue": 0,
- "unencumberedValue": 0,
- "unencumberedReason": "3",
- "fcpSTValue": 0,
- "pMVAST": 0,
- "vBCFCPST": 0
}, - "pis": {
- "cst": "66",
- "percentage": 0,
- "calculationBase": 0,
- "stampQuantity": 0,
- "PISValue": 0,
- "vBCProd": 0,
- "vAliqProd": 0
}, - "pisST": {
- "cst": "01",
- "percentage": 0,
- "calculationBase": 0,
- "PISSTValue": 0
}, - "cofins": {
- "cst": "66",
- "percentage": 0,
- "calculationBase": 0,
- "COFINSValue": 0,
- "qBCProd": 0,
- "vAliqProd": 0
}, - "cofinsST": {
- "cst": "01",
- "percentage": 0,
- "calculationBase": 0,
- "COFINSValue": 0
}, - "ipi": {
- "cst": "02",
- "percentage": 0,
- "ipiCode": "999",
- "IPICodeC": "0",
- "codumentProducer": "123456",
- "stampCode": "321654",
- "stampQuantity": 0,
- "calculationBase": 1
}, - "medicates": {
- "anvisaCode": null,
- "reasonForExemption": null,
- "maximumConsumerPrice": 0
}, - "fuel": {
- "anpCode": "",
- "anpDescription": "",
- "glpPercentage": 0,
- "glgnnPercentage": 0,
- "glgniPercentage": 0,
- "startingValue": 0,
- "authorizationCode": "",
- "quantityFuelAmbientTemp": 0,
- "ufConsumption": "SP"
}
}, - "comQuantity": 1,
- "priceProd": 0,
- "barCodeTax": "0",
- "unityTypeTax": "UN",
- "taxQuantity": 0,
- "priceUnTax": 0,
- "enterAmount": "0"
}
], - "payment": {
- "paymentInformation": {
- "paymentDetails": [
- {
- "paymentIndicator": "1",
- "paymentMethod": "15",
- "paymentAmount": 4,
- "charges": {
- "invoice": {
- "invoiceNumber": "12312",
- "originalInvoiceValue": 4,
- "discountAmount": 0,
- "liquidInvoiceValue": 4
}, - "duplicate": [
- {
- "duplicateNumber": "001",
- "dueDate": "2023-11-21",
- "duplicateValue": 4
}
]
}
}, - {
- "paymentIndicator": "1",
- "paymentMethod": "04",
- "paymentAmount": 4,
- "card": {
- "integrationType": "1",
- "document": "52823770000138",
- "flagCode": "01",
- "authorizationNumber": "12345678901234567890"
}
}, - {
- "paymentIndicator": "1",
- "paymentMethod": "03",
- "paymentAmount": 4,
- "card": {
- "integrationType": "1",
- "document": "52823770000138",
- "flagCode": "01",
- "authorizationNumber": "12345678901234567890"
}
}
], - "changeValue": 0
}
}, - "freight": {
- "modality": "1",
- "transporter": {
- "id": "1adfed5a-5a4c-4908-8a74-9c40e07d3339",
- "document": "52823770000138",
- "taxRegime": "simples-nacional",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "name": "Randall Kunde",
- "address": {
- "city": "Beaverton",
- "complement": "Southeast",
- "country": "BRA",
- "neighborhood": "Northeast",
- "number": "+5504271105526",
- "postalCode": "72547419",
- "state": "SC",
- "street": "Javon Lake",
- "ibgeCode": "3530706"
}, - "personType": [
- "transporter"
], - "foreignID": "",
- "email": "Evalyn_Durgan9@gmail.com",
- "phonenumber": "+5518880411141",
- "deliveryAddress": {
- "city": "Beaverton",
- "complement": "Southeast",
- "country": "BRA",
- "neighborhood": "Northeast",
- "number": "+5504271105526",
- "postalCode": "72547419",
- "state": "SC",
- "street": "Javon Lake",
- "ibgeCode": "3530706"
}, - "billingAddress": {
- "city": "Beaverton",
- "complement": "Southeast",
- "country": "BRA",
- "neighborhood": "Northeast",
- "number": "+5504271105526",
- "postalCode": "72547419",
- "state": "SC",
- "street": "Javon Lake",
- "ibgeCode": "3530706"
}
}, - "volume": [
- {
- "volumeQuantity": 1,
- "species": "CX",
- "brand": "Marca",
- "volumeNumber": "123",
- "netWeight": 1.5,
- "grossweight": 2
}
]
}, - "authorized": [
- {
- "document": "52823770000138"
}, - {
- "document": "52823770000138"
}
], - "totals": {
- "ICMSTotals": {
- "ICMSCalculationBase": 1234,
- "ICMSValue": 12.34,
- "ICMSUnburdened": 1,
- "FCPValue": 0,
- "ICMSSTCalculationBase": 55,
- "STValue": 2,
- "FCPSTValue": 0.5,
- "ValueFCPretainedST": 0.75,
- "singlePhaseRetentionValue": 3,
- "productsValue": 1234,
- "shippingValue": 34,
- "safeValue": 43,
- "discountValue": 5.23,
- "exemptValue": 3.12,
- "IPIValue": 62.78,
- "IPIValueReturned": 31.12,
- "PISValue": 25.63,
- "COFINSValue": 45.85,
- "otherExpensesValue": 0,
- "NFValue": 12
}
}, - "observations": "Obs 1.0 ver qual eh",
- "status": "draft"
}
Responsável por remover invoice
da base.
id required | string Identificador único (UUID) do invoice. |
Authorization required | string token - Token de autenticação. |
{- "message": "erro na validação da entidade",
- "errors": [
- "campo não informado corretamente, deve ser do tipo string",
- "campo é obrigatório"
]
}
Responsável por compartilhar os invoices
approved.
Authorization required | string token - Token de autenticação. |
Carga útil com dados para envio do e-mail.
id | string id. |
object Destinatário do e-mail. | |
object Informações do Remetente . |
{- "emails": {
- "id": "2a9c320e-c49d-4c09-96dd-4b1376f83e90",
- "remittee": {
- "mailto": "testedeemail@reneotec.com.br",
- "messages": "Envio de e-mail"
}, - "transport": {
- "host": "testedeemail@reneotec.com.br",
- "port": 465,
- "secure": true,
- "auth": {
- "user": "meuemaildeenvio@meudoominio.com.br",
- "pass": "6bkwguewerw5"
}, - "subject": "Envio de e-mail",
}
}
}
{- "message": "invalid refresh token data"
}
Responsável por listar invoice
agregado
id | string filtro pelo ID de identificação do 'invoice'. |
emitterID | string filtro pelo ID do emitente de identificação do 'invoice'. |
code | number filtro pelo codigo de identificação do 'invoice'. |
clientID | number filtro pelo ID do cliente de identificação do 'invoice'. |
status | string filtro pelo status do documento fiscal de identificação do 'invoice'. |
object filtro pelo operation na data do documento fiscal do 'invoice'. |
Authorization required | string <jwt> token - Token de autenticação. |
{- "byYear": {
- "Amount": 1,
- "Grouping": {
- "year": "2024"
}
}, - "byMonthYear": {
- "Amount": 1,
- "Grouping": {
- "year": "2024",
- "month": "04"
}
}, - "byWeek": {
- "Amount": 1,
- "Grouping": {
- "week": "2024-W16"
}
}, - "byDayMonthYear": {
- "Amount": 1,
- "Grouping": {
- "dayOfMonth": "2024-04-01"
}
}
}
Responsável por alterar informações de invoice
na base.
id required | string Identificador único (UUID) do invoice. |
Carga útil com dados de uma requisição para atualizar o status de um Invoice.
object Status da nota a ser atualizada. | |
access_key | string chave de acesso. |
receipt | string número do recibo. |
{- "status": {
- "code": "100",
- "description": "Autorizado o uso da NF-e"
}, - "access_key": "3524040836263300015155001000000010213961520",
- "receipt": "570096604241981"
}
{- "id": "8cb5adf2-b683-4386-84ff-8d18928dd61b",
- "emitter": {
- "id": "2a9c320e-c49d-4c09-96dd-4b1376f83e90",
- "document": "52823770000138",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "taxRegime": "simples-nacional-excesso",
- "name": "Essie Lueilwitz",
- "businessName": "Felicia Sanford",
- "address": {
- "city": "Feestport",
- "complement": "West",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5571858209734",
- "postalCode": "72547419",
- "state": "RN",
- "street": "Karine Lane",
- "ibgeCode": "3530706"
}, - "monthICMS": {
- "percentage": 3,
- "lastUpdate": "2023-11-01"
}, - "isTaxSubstitute": true,
- "hasTaxBenefit": false,
- "logins": {
- "id": "145d0e69-782c-4f6d-9464-44448e886b17",
- "emitterRole": "owner"
}
}, - "client": {
- "id": "3d9a294a-b4e4-4e55-81f8-437662e6b30f",
- "document": "52823770000138",
- "taxRegime": "regime-normal",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "name": "Lindsay Connell",
- "address": {
- "city": "East Lavina",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5506006861650",
- "postalCode": "72547419",
- "state": "ES",
- "street": "Hilpert Grove",
- "ibgeCode": "3530706"
}, - "personType": [
- "transporter",
- "client",
- "supplier"
], - "foreignID": null,
- "email": "Tiana53@yahoo.com",
- "phonenumber": "+5536733683336",
- "deliveryAddress": {
- "city": "East Lavina",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5506006861650",
- "postalCode": "72547419",
- "state": "ES",
- "street": "Hilpert Grove",
- "ibgeCode": "3530706"
}, - "billingAddress": {
- "city": "East Lavina",
- "complement": "South",
- "country": "BRA",
- "neighborhood": "North",
- "number": "+5506006861650",
- "postalCode": "72547419",
- "state": "ES",
- "street": "Hilpert Grove",
- "ibgeCode": "3530706"
}
}, - "billingDate": "2023-11-30",
- "operation": {
- "codState": "35",
- "nature": "venda",
- "mod": "55",
- "series": 1,
- "code": 11,
- "emissionDate": "2023-11-30",
- "inOutDate": "2023-11-30",
- "type": "0",
- "destiny": "1",
- "ibgeCode": "3530706",
- "printType": "1",
- "emissionType": "1",
- "environmentType": "2",
- "finality": "1",
- "indicatorConsumer": "1",
- "indicatorPresence": "0",
- "intermediary": {
- "indicator": true,
- "intermediate": {
- "document": "52823770000138",
- "identifier": "MercadoLivre"
}
}, - "issuanceProcess": "0",
- "version": "RENEO 1.0.1"
}, - "products": {
- "id": "e41b5b27-e25c-4838-a303-712035328f71",
- "name": "Intelligent Wooden Shoes",
- "type": "service",
- "unityType": "UN",
- "price": 30,
- "cest": "",
- "ncm": "96140000",
- "barCode": "7891000100103",
- "customCode": "",
- "tax": {
- "origin": "3",
- "cfop": "5102",
- "natureOfOperation": "RETURN",
- "freight": 0,
- "additionalInformation": "",
- "icms": {
- "cstCsosn": "202",
- "ICMSModality": "0",
- "percentage": 0,
- "reduction": 0,
- "creditApplicable": 0,
- "deferral": 0,
- "internalDestination": 0,
- "iva": 0,
- "fcpPercentage": 0,
- "calculationBase": 0,
- "ICMSValue": 0,
- "fcpValue": 0,
- "pCredSN": 0,
- "vCredSN": 0
}, - "icmsST": {
- "ICMSSTModality": "0",
- "percentage": 0,
- "reduction": 0,
- "fcpPercentage": 0,
- "STcalculationBase": 0,
- "ICMSSTValue": 0,
- "unencumberedValue": 0,
- "unencumberedReason": "3",
- "fcpSTValue": 0,
- "pMVAST": 0,
- "vBCFCPST": 0
}, - "pis": {
- "cst": "66",
- "percentage": 0,
- "calculationBase": 0,
- "stampQuantity": 0,
- "PISValue": 0,
- "vBCProd": 0,
- "vAliqProd": 0
}, - "pisST": {
- "cst": "01",
- "percentage": 0,
- "calculationBase": 0,
- "PISSTValue": 0
}, - "cofins": {
- "cst": "66",
- "percentage": 0,
- "calculationBase": 0,
- "COFINSValue": 0,
- "qBCProd": 0,
- "vAliqProd": 0
}, - "cofinsST": {
- "cst": "01",
- "percentage": 0,
- "calculationBase": 0,
- "COFINSValue": 0
}, - "ipi": {
- "cst": "02",
- "percentage": 0,
- "ipiCode": "999",
- "IPICodeC": "0",
- "codumentProducer": "123456",
- "stampCode": "321654",
- "stampQuantity": 0,
- "calculationBase": 1
}, - "medicates": null,
- "fuel": null
}, - "comQuantity": 1,
- "priceProd": 0,
- "barCodeTax": "0",
- "unityTypeTax": "UN",
- "taxQuantity": 0,
- "priceUnTax": 0,
- "enterAmount": "0"
}, - "payment": {
- "paymentInformation": {
- "paymentDetails": [
- {
- "paymentIndicator": "1",
- "paymentMethod": "15",
- "paymentAmount": 4,
- "charges": {
- "invoice": {
- "invoiceNumber": "12312",
- "originalInvoiceValue": 4,
- "discountAmount": 0,
- "liquidInvoiceValue": 4
}, - "duplicate": {
- "duplicateNumber": "001",
- "dueDate": "2023-11-21",
- "duplicateValue": 4
}
}
}
], - "changeValue": 0
}
}, - "freight": {
- "modality": "1",
- "transporter": {
- "id": "1adfed5a-5a4c-4908-8a74-9c40e07d3339",
- "document": "52823770000138",
- "taxRegime": "simples-nacional",
- "contributorType": "contribuinte-isento",
- "stateRegistration": "ISENTO",
- "name": "Randall Kunde",
- "address": {
- "city": "Beaverton",
- "complement": "Southeast",
- "country": "BRA",
- "neighborhood": "Northeast",
- "number": "+5504271105526",
- "postalCode": "72547419",
- "state": "SC",
- "street": "Javon Lake",
- "ibgeCode": "3530706"
}, - "emitterID": "18a08df0-8029-4acc-8b47-939ae8392d6a",
- "personType": [
- "transporter"
], - "email": "Evalyn_Durgan9@gmail.com",
- "phonenumber": "+5518880411141"
}, - "volume": [
- {
- "volumeQuantity": 1,
- "species": "CX",
- "brand": "Marca",
- "volumeNumber": "123",
- "netWeight": 1.5,
- "grossweight": 2
}
]
}, - "authorized": {
- "document": "52823770000138"
}, - "totals": {
- "ICMSTotals": {
- "ICMSCalculationBase": 1234,
- "ICMSValue": 12.34,
- "ICMSUnburdened": 1,
- "FCPValue": 0,
- "ICMSSTCalculationBase": 55,
- "STValue": 2,
- "FCPSTValue": 0.5,
- "ValueFCPretainedST": 0.75,
- "singlePhaseRetentionValue": 3,
- "productsValue": 1234,
- "shippingValue": 34,
- "safeValue": 43,
- "discountValue": 5.23,
- "exemptValue": 3.12,
- "IPIValue": 62.78,
- "IPIValueReturned": 31.12,
- "PISValue": 25.63,
- "COFINSValue": 45.85,
- "otherExpensesValue": 0,
- "NFValue": 12
}
}, - "observations": "Obs 1.0 ver qual eh",
- "status": "approved",
- "rejection": null,
- "history": [
- {
- "status": "queue",
- "date": "2024-02-01T14:25:32.647Z"
}, - {
- "status": "aproved",
- "date": "2024-02-01T14:25:32.662Z"
}
], - "accessKey": "3524046530917200019755001000000005323574860",
- "receipt": "573689879371021"
}
Responsável por gerar urls de arquivo XML e DANFe
id required | string Identificador único (UUID) do invoice. |
Authorization required | string <jwt> token - Token de autenticação. |
{- "id": "580a3177-c5bc-4fa8-a912-98ca48e87117",
- "access_key": "35240408362633000151550100000000014587154903",
- "status": "approved",
}
Responsável pelo cancelamento de NFe.
id required | string Identificador único (UUID) do invoice. |
Authorization required | string <jwt> token - Token de autenticação. |
Carga útil com dados de uma requisição para cancelamento da nota.
justification | string Justificativa de cancelamento |
{- "justification": "Teste de Cancelamento de NFe utilizando o Reneotec"
}
{- "message": "erro na validação da entidade",
- "errors": [
- "campo não informado corretamente, deve ser do tipo string",
- "campo é obrigatório"
]
}
Responsável pela inutilização de numerações de NFe.
Authorization required | string <jwt> token - Token de autenticação. |
Carga útil com dados de uma requisição para inutilização de notas.
series | number Série de NFe |
year | number Ano de ocorrência da quebrada de sequência |
justification | string Justificativa de inutilização |
environment | string Código do ambiente 1- "PRODUÇÃO" ou 2- "HOMOLOGAÇÃO" |
numberingInitial | number Numeração inicial a ser inutilizada, No caso de inutilização de um único número, o número inicial e final devem ser iguais. |
numberingFinal | number Numeração final a ser inutilizada. |
{- "series": 1,
- "year": 2024,
- "justification": "Teste de Inutilização de NFe de numeração 000000001 utilizando o Reneotec",
- "environment": "2",
- "numberingInitial": 1,
- "numberingFinal": 1
}
{- "message": "erro na validação da entidade",
- "errors": [
- "campo não informado corretamente, deve ser do tipo string",
- "campo é obrigatório"
]
}
Responsável pelo evento de carta de correção de NFe.
id required | string Identificador único (UUID) do invoice. |
Authorization required | string <jwt> token - Token de autenticação. |
Carga útil com dados de uma requisição para correção da nota.
justification | string texto da correção, A carta de correção com data mais recente substitui as cartas de correções existentes, assim o texto deve consolidar todas as correções. |
{- "justification": "O periodo de referencia de lançamento da NF-e de ativo permanente foi informado indevidamente como sendo \"ref.: JUNHO/2024\", considerar o periodo como \"ref.: JULHO/2024\"."
}
{- "message": "erro na validação da entidade",
- "errors": [
- "campo não informado corretamente, deve ser do tipo string",
- "campo é obrigatório"
]
}
Responsável por exibir dados certificate
id | string filtro pelo Id do Certificado Digital |
emitterID | string filtro pelo emitente responsável do Certificado Digital |
updateAt | string filtro pela data de atualização do Certificado Digital |
object filtro pelas datas do Certificado Digital | |
offset | integer >= 1 Example: offset=25 define o índice inicial da pesquisa |
limit | integer [ 1 .. 50 ] Example: limit=10 limite máximo de registros a serem apresentados |
Authorization required | string <jwt> token - Token de autenticação. |
{- "summary": {
- "count": 1
}, - "data": [
- {
- "id": "5f55d364-ba6e-4227-b7ce-e8ca525dbafc",
- "emitterID": "5txxd364-ba6e-8698-b7ce-e27ca52dbafc",
- "updateAt": "2023.12.01",
- "description": "Secretaria da Receita Federal do Brasil",
- "validDate": {
- "initial": "2023.12.01",
- "final": "2024.11.30"
}
}
]
}
Responsável por adicionar um certificate
na base.
Authorization required | string <jwt> token - Token de autenticação. |
Carga útil com dados de uma requisição para incluir um novo certificado digital.
emitterID required | string identificação do emitente responsável pelo Certificado Digital |
password required | string senha de registro do Certificado Digital |
file | file .pfx arquivo do Certificado Digital |
{ "emitterID": "6ec36774-1263-41dd-b96b-dbc3f8605c3c", "password": "12356", "file": "certificado.pfx" }
{- "id": "28ad3a81-4c53-45e8-a381-26a49403aeb3",
- "emitterID": "6ec36774-1263-41dd-b96b-dbc3f8605c3c",
- "updateAt": "2023.12.01",
- "description": "AR PRIMUS",
- "validDate": {
- "initial": "2023.11.20",
- "final": "2024.11.19"
}
}
Responsável por remover dados certificate
id required | string Identificador único (UUID) do certificador digital. |
Authorization required | string token - Token de autenticação. |
{- "message": "erro na validação da entidade",
- "errors": [
- "campo não informado corretamente, deve ser do tipo string",
- "campo é obrigatório"
]
}
Responsável por alterar informações de certificate
na base.
id required | string Identificador único (UUID) da transportadora. |
Authorization required | jwt token - Token de autenticação. |
Carga útil com dados de uma requisição para incluir alterações de certificado.
password required | string senha de registro do Certificado Digital. |
file | file .pfx arquivo do Certificado Digital |
{ "password": "12356", "file": "certificado.pfx" }
{- "id": "ed1170c0-ac64-4505-a233-15d42d5b69f3",
- "emitterID": "5e89ebb1-e73f-47c0-b46d-ef802a22c425",
- "description": "SECRETARIA DA RECCEITA FEDERAL DO BRASIL",
- "updateAt": "2023.12.01",
- "validDate": {
- "inicial": "2020-12-10",
- "final": "2020-12-10"
}
}
Endpoint para listagem de todos os perfis tributários
id | string <uuid> filtro pelo codigo de identificação do |
emitterID | string <uuid> filtro pelo codigo de identificação do |
object filtro pelo bloco product do 'invoice'. | |
object filtro pelo bloco remittee do 'taxprofile'. | |
operationType | string filtro pelo operationType do |
natureOfOperation | string filtro pelo natureOfOperation do |
destination | string filtro pelo destination do |
offset | integer >= 1 Example: offset=25 define o índice inicial da pesquisa |
limit | integer [ 1 .. 50 ] Example: limit=10 limite máximo de registros a serem apresentados |
Authorization required | string <jwt> token de autorização. |
Carga útil com dados para filtro de perfil tributário.
object Dados do emitente | |
object Dados do remetente. | |
object Informações sobre o produto. | |
operationType | SAIDA or ENTRADA indicador de operação. |
destination | UsoConsumo or Revenda or Devolucao-Fornecedor or Compra or Garantia or Industrializacao or Transferencia destinação do perfil tributário. |
natureOfOperation | SALE or DEVOLUTION or SHIPPING or RETURN or BONUS natureza da operação. |
{- "emitter": {
- "isTaxSubstitute": false,
- "hasTaxBenefit": false,
- "state": "SP",
- "taxRegime": "simples-nacional",
- "contributorType": "indiferente",
- "type": "indiferente"
}, - "remittee": {
- "simple_national": false,
- "state": "SP",
- "contributorType": "contribuinte-icms"
}, - "product": {
- "origin": "0",
- "cfop": "5.102",
- "cstCsosn": "102",
- "monophase": false,
- "ownManufacturing": false
}, - "operationType": "SAIDA",
- "natureOfOperation": "SALE",
- "destination": "Revenda"
}
{- "summary": {
- "count": 1
}, - "data": [
- {
- "id": "ec89195c-c857-4e3d-9a39-9c032820a38a",
- "description": "Perfil Tributário - Teste",
- "emitter": {
- "isTaxSubstitute": false,
- "hasTaxBenefit": false,
- "state": "SP",
- "taxRegime": "simples-nacional",
- "contributorType": "indiferente",
- "type": "indiferente"
}, - "remittee": {
- "simple_national": false,
- "state": "SP",
- "contributorType": "contribuinte-icms"
}, - "product": {
- "origin": "0",
- "cfop": "5.105",
- "icms": {
- "cstCsosn": "101"
}, - "ipi": {
- "cst": "49",
- "percentage": 0
}, - "cofins": {
- "cst": "49",
- "percentage": 0
}, - "pis": {
- "cst": "49",
- "percentage": 0
}, - "monophase": false,
- "ownManufacturing": false
}, - "operationType": "SAIDA",
- "natureOfOperation": "SALE",
- "destination": "UsoConsumo"
}
]
}
Responsável por criar um novo perfil tributário
Carga útil com dados de uma requisição para criação de um perfil tributário.
emitterID required | string <uuid> Identificador do emitente. |
description required | string Descrição resumida do perfil. |
required | object Dados do emitente. |
required | object Dados do remetente. |
required | object Informações sobre o produto. |
operationType required | SAIDA or ENTRADA indicador de operação. |
destination required | UsoConsumo or Revenda or Devolucao-Fornecedor or Compra or Garantia or Industrializacao or Transferencia destinação do perfil tributário. |
natureOfOperation required | SALE or DEVOLUTION or SHIPPING or RETURN or BONUS natureza da operação. |
{- "description": "Perfil Tributário - Teste",
- "emitter": {
- "isTaxSubstitute": false,
- "hasTaxBenefit": false,
- "state": "SP",
- "taxRegime": "simples-nacional",
- "contributorType": "indiferente",
- "type": "indiferente"
}, - "remittee": {
- "simple_national": false,
- "state": "SP",
- "contributorType": "contribuinte-icms"
}, - "product": {
- "origin": "0",
- "cfop": "5.105",
- "icms": {
- "cstCsosn": "101"
}, - "ipi": {
- "cst": "49",
- "percentage": 0
}, - "cofins": {
- "cst": "49",
- "percentage": 0
}, - "pis": {
- "cst": "49",
- "percentage": 0
}, - "monophase": false,
- "ownManufacturing": false
}, - "operationType": "SAIDA",
- "natureOfOperation": "SALE",
- "destination": "UsoConsumo"
}
{- "id": "ec89195c-c857-4e3d-9a39-9c032820a38a",
- "emitterID": "bc114e4a-d643-4acc-87af-35553b2f0ff7",
- "description": "Perfil Tributário - Teste",
- "emitter": {
- "isTaxSubstitute": false,
- "hasTaxBenefit": false,
- "state": "SP",
- "taxRegime": "simples-nacional",
- "contributorType": "indiferente",
- "type": "indiferente"
}, - "remittee": {
- "simple_national": false,
- "state": "SP",
- "contributorType": "contribuinte-icms"
}, - "product": {
- "origin": "0",
- "cfop": "5.105",
- "icms": {
- "cstCsosn": "101"
}, - "ipi": {
- "cst": "49",
- "percentage": 0
}, - "cofins": {
- "cst": "49",
- "percentage": 0
}, - "pis": {
- "cst": "49",
- "percentage": 0
}, - "monophase": false,
- "ownManufacturing": false
}, - "operationType": "SAIDA",
- "natureOfOperation": "SALE",
- "destination": "UsoConsumo"
}
Responsável por excluir registro do perfil.
id required | string Identificador único (UUID) do perfil. |
Authorization required | string token de autorização. |
{- "message": "erro na validação da entidade",
- "errors": [
- "campo não informado corretamente, deve ser do tipo string",
- "campo é obrigatório"
]
}
Responsável por alterar elementos do perfil tributário.
id required | string Identificador único (UUID) do perfil. |
Authorization required | string token de autorização. |
Carga útil com dados de uma requisição para alteração de um perfil.
description | string Descrição resumida do perfil. |
object Dados do emitente. | |
object Dados do remetente. | |
object Informações sobre o produto. | |
operationType | SAIDA or ENTRADA indicador de operação. |
destination | UsoConsumo or Revenda or Devolucao-Fornecedor or Compra or Garantia or Industrializacao or Transferencia destinação do perfil tributário. |
natureOfOperation | SALE or DEVOLUTION or SHIPPING or RETURN or BONUS natureza da operação. |
{- "description": "Perfil Tributário - Teste",
- "emitter": {
- "isTaxSubstitute": false,
- "hasTaxBenefit": false,
- "state": "SP",
- "taxRegime": "simples-nacional",
- "contributorType": "indiferente",
- "type": "indiferente"
}, - "remittee": {
- "simple_national": false,
- "state": "SP",
- "contributorType": "contribuinte-icms"
}, - "product": {
- "origin": "0",
- "cfop": "5.105",
- "icms": {
- "cstCsosn": "101"
}, - "ipi": {
- "cst": "49",
- "percentage": 0
}, - "cofins": {
- "cst": "49",
- "percentage": 0
}, - "pis": {
- "cst": "49",
- "percentage": 0
}, - "monophase": false,
- "ownManufacturing": false
}, - "operationType": "SAIDA",
- "natureOfOperation": "SALE",
- "destination": "UsoConsumo"
}
{- "id": "df79c85a-65ea-4130-97f7-e41025ade566",
- "emitterID": "8e948edb-8d52-4196-90eb-83cc489d9eee",
- "description": "Perfil Tributário - Exemplo de Alteração",
- "emitter": {
- "isTaxSubstitute": false,
- "hasTaxBenefit": false,
- "state": "SP",
- "taxRegime": "simples-nacional",
- "contributorType": "nao-contribuinte",
- "type": "indiferente"
}, - "remittee": {
- "simple_national": true,
- "state": "DF",
- "contributorType": "contribuinte-icms"
}
}
Endpoint para listagem de todos os perfis tributários de um determinado Emitter
id | string <uuid> filtro pelo codigo de identificação do |
emitterID required | string <uuid> filtro pelo ID do emitter do |
Authorization required | string <jwt> token de autorização. |
Carga útil com dados para filtro de perfil tributário do emitter.
emitterID | uuid ID do emitente |
object Dados do emitente | |
object Dados do remetente. | |
object Informações sobre o produto. | |
operationType | SAIDA or ENTRADA indicador de operação. |
destination | UsoConsumo or Revenda or Devolucao-Fornecedor or Compra or Garantia or Industrializacao or Transferencia destinação do perfil tributário. |
natureOfOperation | SALE or DEVOLUTION or SHIPPING or RETURN or BONUS natureza da operação. |
{- "emitterID": "0b6e9097-d658-4c41-9146-caf5f1d06085",
- "emitter": {
- "isTaxSubstitute": false,
- "hasTaxBenefit": false,
- "state": "SP",
- "taxRegime": "simples-nacional",
- "contributorType": "indiferente",
- "type": "indiferente"
}, - "remittee": {
- "simple_national": false,
- "state": "SP",
- "contributorType": "contribuinte-icms"
}, - "product": {
- "origin": "0",
- "cfop": "5.102",
- "cstCsosn": "102",
- "monophase": false,
- "ownManufacturing": false
}, - "operationType": "SAIDA",
- "natureOfOperation": "SALE",
- "destination": "Revenda"
}
{- "summary": {
- "count": 1
}, - "data": [
- {
- "id": "ec89195c-c857-4e3d-9a39-9c032820a38a",
- "description": "Perfil Tributário - Teste",
- "emitter": {
- "isTaxSubstitute": false,
- "hasTaxBenefit": false,
- "state": "SP",
- "taxRegime": "simples-nacional",
- "contributorType": "indiferente",
- "type": "indiferente"
}, - "remittee": {
- "simple_national": false,
- "state": "SP",
- "contributorType": "contribuinte-icms"
}, - "product": {
- "origin": "0",
- "cfop": "5.105",
- "icms": {
- "cstCsosn": "101"
}, - "ipi": {
- "cst": "49",
- "percentage": 0
}, - "cofins": {
- "cst": "49",
- "percentage": 0
}, - "pis": {
- "cst": "49",
- "percentage": 0
}, - "monophase": false,
- "ownManufacturing": false
}, - "operationType": "SAIDA",
- "natureOfOperation": "SALE",
- "destination": "UsoConsumo",
- "fieldFront": {
- "icms": {
- "calculationBase": false,
- "percentage": false,
- "reduction": false,
- "creditApplicable": true,
- "deferral": false,
- "internalDestination": false,
- "iva": false,
- "fcpPercentage": false
}, - "icmsST": {
- "calculationBase": false,
- "percentage": false,
- "reduction": false,
- "fcpPercentage": false
}, - "pis": {
- "calculationBase": false,
- "percentage": false
}, - "cofins": {
- "calculationBase": false,
- "percentage": false
}, - "ipi": {
- "calculationBase": false,
- "percentage": false,
- "ipiCode": false
}, - "monophase": {
- "anpCode": false,
- "anpDescription": false,
- "glpPercentage": false,
- "glgnnPercentage": false,
- "glgniPercentage": false,
- "startingValue": false,
- "authorizationCode": false,
- "internalDestination": false,
- "quantityFuelAmbientTemp": false,
- "ufConsumption": false
}, - "medicates": {
- "anvisaCode": false,
- "reasonForExemption": false,
- "maximumConsumerPrice": false
}
}
}
]
}
Responsável por criar um novo perfil tributário do emitter
Carga útil com dados de uma requisição para criação de um perfil tributário.
emitterID required | string <uuid> Identificador do emitente. |
description required | string Descrição resumida do perfil. |
required | object Dados do emitente. |
required | object Dados do remetente. |
required | object Informações sobre o produto. |
operationType required | SAIDA or ENTRADA indicador de operação. |
destination required | UsoConsumo or Revenda or Devolucao-Fornecedor or Compra or Garantia or Industrializacao or Transferencia destinação do perfil tributário. |
natureOfOperation required | SALE or DEVOLUTION or SHIPPING or RETURN or BONUS natureza da operação. |
{- "description": "Perfil Tributário - Teste",
- "emitter": {
- "isTaxSubstitute": false,
- "hasTaxBenefit": false,
- "state": "SP",
- "taxRegime": "simples-nacional",
- "contributorType": "indiferente",
- "type": "indiferente"
}, - "remittee": {
- "simple_national": false,
- "state": "SP",
- "contributorType": "contribuinte-icms"
}, - "product": {
- "origin": "0",
- "cfop": "5.105",
- "icms": {
- "cstCsosn": "101"
}, - "ipi": {
- "cst": "49",
- "percentage": 0
}, - "cofins": {
- "cst": "49",
- "percentage": 0
}, - "pis": {
- "cst": "49",
- "percentage": 0
}, - "monophase": false,
- "ownManufacturing": false
}, - "operationType": "SAIDA",
- "natureOfOperation": "SALE",
- "destination": "UsoConsumo"
}
{- "id": "ec89195c-c857-4e3d-9a39-9c032820a38a",
- "emitterID": "bc114e4a-d643-4acc-87af-35553b2f0ff7",
- "description": "Perfil Tributário - Teste",
- "emitter": {
- "isTaxSubstitute": false,
- "hasTaxBenefit": false,
- "state": "SP",
- "taxRegime": "simples-nacional",
- "contributorType": "indiferente",
- "type": "indiferente"
}, - "remittee": {
- "simple_national": false,
- "state": "SP",
- "contributorType": "contribuinte-icms"
}, - "product": {
- "origin": "0",
- "cfop": "5.105",
- "icms": {
- "cstCsosn": "101"
}, - "ipi": {
- "cst": "49",
- "percentage": 0
}, - "cofins": {
- "cst": "49",
- "percentage": 0
}, - "pis": {
- "cst": "49",
- "percentage": 0
}, - "monophase": false,
- "ownManufacturing": false
}, - "operationType": "SAIDA",
- "natureOfOperation": "SALE",
- "destination": "UsoConsumo"
}
Responsável por excluir registro do perfil.
id required | string Identificador único (UUID) do perfil. |
Authorization required | string token de autorização. |
{- "message": "erro na validação da entidade",
- "errors": [
- "campo não informado corretamente, deve ser do tipo string",
- "campo é obrigatório"
]
}
Responsável por alterar elementos do perfil tributário.
id required | string Identificador único (UUID) do perfil. |
emitterID | string <uuid> filtro pelo codigo de identificação do |
Authorization required | string token de autorização. |
Carga útil com dados de uma requisição para alteração de um perfil de uma emitter.
description | string Descrição resumida do perfil do emitter. |
object Dados do emitente. | |
object Dados do remetente. | |
object Informações sobre o produto. | |
operationType | SAIDA or ENTRADA indicador de operação. |
destination | UsoConsumo or Revenda or Devolucao-Fornecedor or Compra or Garantia or Industrializacao or Transferencia destinação do perfil tributário. |
natureOfOperation | SALE or DEVOLUTION or SHIPPING or RETURN or BONUS natureza da operação. |
{- "description": "Perfil Tributário - Teste",
- "emitter": {
- "isTaxSubstitute": false,
- "hasTaxBenefit": false,
- "state": "SP",
- "taxRegime": "simples-nacional",
- "contributorType": "indiferente",
- "type": "indiferente"
}, - "remittee": {
- "simple_national": false,
- "state": "SP",
- "contributorType": "contribuinte-icms"
}, - "product": {
- "origin": "0",
- "cfop": "5.105",
- "icms": {
- "cstCsosn": "101"
}, - "ipi": {
- "cst": "49",
- "percentage": 0
}, - "cofins": {
- "cst": "49",
- "percentage": 0
}, - "pis": {
- "cst": "49",
- "percentage": 0
}, - "monophase": false,
- "ownManufacturing": false
}, - "operationType": "SAIDA",
- "natureOfOperation": "SALE",
- "destination": "UsoConsumo"
}
{- "id": "df79c85a-65ea-4130-97f7-e41025ade566",
- "emitterID": "8e948edb-8d52-4196-90eb-83cc489d9eee",
- "description": "Perfil Tributário - Exemplo de Alteração",
- "emitter": {
- "isTaxSubstitute": false,
- "hasTaxBenefit": false,
- "state": "SP",
- "taxRegime": "simples-nacional",
- "contributorType": "nao-contribuinte",
- "type": "indiferente"
}, - "remittee": {
- "simple_national": true,
- "state": "DF",
- "contributorType": "contribuinte-icms"
}
}
Responsável por listar ibpt
codigo | string filtro pelo codigo NCM. |
id | string filtro pelo codigo de identificação do 'ibpt'. |
offset | integer >= 1 Example: offset=25 define o índice inicial da pesquisa |
limit | integer [ 1 .. 50 ] Example: limit=10 limite máximo de registros a serem apresentados |
Authorization required | string <jwt> token - Token de autenticação. |
{- "summary": {
- "count": 1
}, - "data": [
- {
- "id": "82df9bbe-42e6-4284-bece-099b2c8e1e81",
- "uf": "SP",
- "codigo": "00000000",
- "ex": "",
- "tipo": "0",
- "descricao": "PRODUTO NAO ESPECIFICADO NA LISTA DE NCM 1",
- "nacionalfederal": 7.85,
- "importadosfederal": 9.85,
- "estadual": 18,
- "municipal": 0,
- "vigenciainicio": "2024-04-20",
- "vigenciafim": "2024-03-31",
- "chave": "4B7157",
- "versao": "24.1.B",
- "fonte": "IBPT/empresometro.com.br"
}
]
}
Responsável por adicionar um novo ibpt
na base.
Authorization required | string <jwt> token - Token de autenticação. |
Carga útil com dados de uma requisição para incluir um novo ibpt.
uf required | string estado. |
codigo required | string Código NCM. |
ex required | string Grau de produto importado. |
tipo required | string Tipo. |
descricao required | string Descrição do NCM do produto. |
nacionalfederal required | number imposto nacional federal. |
importadosfederal required | number imposto nacional importado. |
estadual required | number imposto estadual. |
municipal required | number imposto municipal. |
vigenciainicio required | date Data inicial de vigência. |
vigenciafim required | date Data final de vigência. |
chave required | string Chave da versão. |
versao required | string Versão. |
fonte required | string Fonte dos dados. |
{- "uf": "SP",
- "codigo": "00000000",
- "ex": "",
- "tipo": "0",
- "descricao": "PRODUTO NAO ESPECIFICADO NA LISTA DE NCM 1",
- "nacionalfederal": 7.85,
- "importadosfederal": 9.85,
- "estadual": 18,
- "municipal": 0,
- "vigenciainicio": "2024-04-20",
- "vigenciafim": "2024-03-31",
- "chave": "4B7157",
- "versao": "24.1.B",
- "fonte": "IBPT/empresometro.com.br"
}
{- "id": "82df9bbe-42e6-4284-bece-099b2c8e1e81",
- "uf": "SP",
- "codigo": "00000000",
- "ex": "",
- "tipo": "0",
- "descricao": "PRODUTO NAO ESPECIFICADO NA LISTA DE NCM 1",
- "nacionalfederal": 7.85,
- "importadosfederal": 9.85,
- "estadual": 18,
- "municipal": 0,
- "vigenciainicio": "2024-04-20",
- "vigenciafim": "2024-03-31",
- "chave": "4B7157",
- "versao": "24.1.B",
- "fonte": "IBPT/empresometro.com.br"
}
Responsável por listar emitter
loginOwnerID | string filtro pelo ID do Login do Owner. |
offset | integer >= 1 Example: offset=25 define o índice inicial da pesquisa |
limit | integer [ 1 .. 50 ] Example: limit=10 limite máximo de registros a serem apresentados |
{- "summary": {
- "count": 1
}, - "data": [
- {
- "id": "",
- "codigoPagamentoIntegrado": "6b2164d3-7b16-4370-8344-735a8ebc9a3a",
- "dataHora": "2024-04-30 19:40:19",
- "valores": {
- "total": 19.99,
- "liquido": 19.99
}, - "vendedor": {
- "nome": "ReneoTec",
- "cnpj": "18659911000190"
}, - "consumidor": {
- "nome": "Nome",
- "email": "front@front.front",
- "cpf": "36241947000131"
}, - "produtos": [
- {
- "id": "",
- "nome": "basic",
- "codigo": "basic",
- "valorUnitario": 19.99
}
], - "pagamento": {
- "resultado": "FRONT",
- "tipo": "FRONT"
}, - "billingID": "6b2164d3-7b16-4370-8344-735a8ebc9a3a",
- "loginOwnerID": "78d34b11-22a6-4af7-9903-b94c0980d1a0",
- "compraRecorrente": {
- "prazoFinal": 12,
- "intervalo": "MENSAL",
- "dataHoraInicio": "2024-05-05 00:00:00",
- "dataHoraFim": "2025-05-05 00:00:00"
}
}
]
}
Responsável por adicionar um novo emitter
na base.
Authorization required | string <jwt> token - Token de autenticação. |
Carga útil com dados de uma requisição para incluir um novo pagamento.
id | string ID do pagamento. |
codigoPagamentoIntegrado required | string Codigo pagamento integrado. |
dataHora required | string Data hora do pagamento. |
required | object Informação do valor de pagamento. |
required | object Informação do vendedor do pagamento. |
required | object Informação do consumidor do pagamento. |
required | object Informação do produtos do pagamento. |
required | object Informação do pagamento. |
billingID required | string ID do billing. |
loginOwnerID required | string ID do login do dono da conta. |
object Informações da Compra Recorrente. |
{- "id": "",
- "codigoPagamentoIntegrado": "6b2164d3-7b16-4370-8344-735a8ebc9a3a",
- "dataHora": "2024-04-30 19:40:19",
- "valores": {
- "total": 19.99,
- "liquido": 19.99
}, - "vendedor": {
- "nome": "ReneoTec",
- "cnpj": "18659911000190"
}, - "consumidor": {
- "nome": "Nome",
- "email": "front@front.front",
- "cpf": "36241947000131"
}, - "produtos": [
- {
- "id": "",
- "nome": "basic",
- "codigo": "basic",
- "valorUnitario": 19.99
}
], - "pagamento": {
- "resultado": "FRONT",
- "tipo": "FRONT"
}, - "billingID": "6b2164d3-7b16-4370-8344-735a8ebc9a3a",
- "loginOwnerID": "78d34b11-22a6-4af7-9903-b94c0980d1a0",
- "compraRecorrente": {
- "prazoFinal": 12,
- "intervalo": "MENSAL",
- "dataHoraInicio": "2024-05-05 00:00:00",
- "dataHoraFim": "2025-05-05 00:00:00"
}
}
{- "id": "",
- "codigoPagamentoIntegrado": "6b2164d3-7b16-4370-8344-735a8ebc9a3a",
- "dataHora": "2024-04-30 19:40:19",
- "valores": {
- "total": 19.99,
- "liquido": 19.99
}, - "vendedor": {
- "nome": "ReneoTec",
- "cnpj": "18659911000190"
}, - "consumidor": {
- "nome": "Nome",
- "email": "front@front.front",
- "cpf": "36241947000131"
}, - "produtos": [
- {
- "id": "",
- "nome": "basic",
- "codigo": "basic",
- "valorUnitario": 19.99
}
], - "pagamento": {
- "resultado": "FRONT",
- "tipo": "FRONT"
}, - "billingID": "6b2164d3-7b16-4370-8344-735a8ebc9a3a",
- "loginOwnerID": "78d34b11-22a6-4af7-9903-b94c0980d1a0",
- "compraRecorrente": {
- "prazoFinal": 12,
- "intervalo": "MENSAL",
- "dataHoraInicio": "2024-05-05 00:00:00",
- "dataHoraFim": "2025-05-05 00:00:00"
}
}
Responsável por listar plan
id | string filtro pelo codigo de identificação do plano. |
name | string filtro pelo nome do plano. |
offset | integer >= 1 Example: offset=25 define o índice inicial da pesquisa |
limit | integer [ 1 .. 50 ] Example: limit=10 limite máximo de registros a serem apresentados |
Authorization required | string <jwt> token - Token de autenticação. |
{- "summary": {
- "count": 1
}, - "data": [
- {
- "id": "50c87a76-3360-4875-a44b-072608a0d0b2",
- "name": "basic",
- "renovation": true,
- "active": true,
- "trial": false,
- "periods": [
- {
- "id": "50c87a76-3360-4875-a44b-072608a0d0b2",
- "name": "Mês",
- "period": "months",
- "amount": 1,
- "price": 44.9,
- "default": false
}, - {
- "id": "077ee524-89ed-4a7a-81ab-ae1b29326ede",
- "name": "Ano",
- "period": "years",
- "amount": 1,
- "price": 358.8,
- "default": false
}
]
}
]
}
Responsável por adicionar um novo plan
na base.
Authorization required | string <jwt> token - Token de autenticação. |
Carga útil com dados de uma requisição para incluir um novo plan.
name required | string Nome do plano. |
renovation required | boolean Identificação do plano renovável. |
active required | boolean Estado do plano (Ativo ou inativo). |
trial required | boolean Identificação do plano trial. |
required | Array of objects Identificação dos períodos do plano. |
{- "name": "basic",
- "renovation": true,
- "active": true,
- "trial": false,
- "periods": [
- {
- "name": "Mês",
- "period": "months",
- "amount": 1,
- "price": 44.9,
- "default": false
}, - {
- "name": "Ano",
- "period": "years",
- "amount": 1,
- "price": 358.8,
- "default": false
}
]
}
{- "id": "50c87a76-3360-4875-a44b-072608a0d0b2",
- "name": "basic",
- "renovation": true,
- "active": true,
- "trial": false,
- "periods": [
- {
- "id": "50c87a76-3360-4875-a44b-072608a0d0b2",
- "name": "Mês",
- "period": "months",
- "amount": 1,
- "price": 44.9,
- "default": false
}, - {
- "id": "077ee524-89ed-4a7a-81ab-ae1b29326ede",
- "name": "Ano",
- "period": "years",
- "amount": 1,
- "price": 358.8,
- "default": false
}
]
}
Responsável por alterar informações de plan
na base.
id required | string Identificador único (UUID) do plano. |
Authorization required | string token - Token de autenticação. |
Carga útil com dados de uma requisição para incluir um novo plano.
name | string Nome do plano. |
renovation | boolean Identificação do plano renovável. |
active | boolean Estado do plano (Ativo ou inativo). |
trial | boolean Identificação do plano trial. |
Array of objects Identificação dos períodos do plano. |
{- "name": "basic",
- "renovation": true,
- "active": true,
- "trial": false,
- "periods": [
- {
- "name": "Mês",
- "period": "months",
- "amount": 1,
- "price": 44.9,
- "default": false
}, - {
- "name": "Ano",
- "period": "years",
- "amount": 1,
- "price": 358.8,
- "default": false
}
]
}
{- "id": "50c87a76-3360-4875-a44b-072608a0d0b2",
- "name": "basic",
- "renovation": true,
- "active": true,
- "trial": false,
- "periods": [
- {
- "id": "50c87a76-3360-4875-a44b-072608a0d0b2",
- "name": "Mês",
- "period": "months",
- "amount": 1,
- "price": 44.9,
- "default": false
}, - {
- "id": "077ee524-89ed-4a7a-81ab-ae1b29326ede",
- "name": "Ano",
- "period": "years",
- "amount": 1,
- "price": 358.8,
- "default": false
}
]
}
Responsável por remover plan
da base.
id required | string Identificador único (UUID) da transportadora. |
Authorization required | string token - Token de autenticação. |
{- "message": "erro na validação da entidade",
- "errors": [
- "campo não informado corretamente, deve ser do tipo string",
- "campo é obrigatório"
]
}
Responsável por calculo
de impostos.
Authorization required | string token - Token de autenticação. |
Carga útil com dados para calculo do Imposto.
Array of objects identificação do produto. |
{- "products": [
- {
- "uf": "SP",
- "ncm": "1022919",
- "qCom": 9,
- "vProd": 23.23,
- "vDesc": 0,
- "nItem": 1,
- "tax": {
- "origin": "0",
- "cfop": "5405",
- "natureOfOperation": "SALE",
- "icms": {
- "cstCsosn": "201",
- "ICMSModality": "1",
- "percentage": 18,
- "reduction": 0,
- "creditApplicable": 10,
- "deferral": 0,
- "internalDestination": 0,
- "iva": 11,
- "interstateRate": 0,
- "fcpPercentage": 0
}, - "icmsST": {
- "percentage": 18,
- "reduction": 1,
- "fcpPercentage": 0,
- "ICMSSTModality": "1"
}, - "pis": {
- "cst": "49",
- "percentage": 0
}, - "pisST": {
- "cst": "49",
- "percentage": 0
}, - "cofins": {
- "cst": "49",
- "percentage": 0
}, - "cofinsST": {
- "cst": "49",
- "percentage": 0
}, - "ipi": {
- "cst": "99",
- "percentage": 0,
- "ipiCode": "999"
}
}
}
]
}
{- "products": [
- {
- "uf": "SP",
- "ncm": "1022919",
- "qCom": 9,
- "vProd": 23.23,
- "vDesc": 0,
- "nItem": 1,
- "tax": {
- "origin": "0",
- "cfop": "5405",
- "natureOfOperation": "SALE",
- "icms": {
- "cstCsosn": "201",
- "ICMSModality": "1",
- "percentage": 18,
- "reduction": 0,
- "creditApplicable": 10,
- "deferral": 0,
- "internalDestination": 0,
- "iva": 11,
- "interstateRate": 0,
- "fcpPercentage": 0
}, - "icmsST": {
- "percentage": 18,
- "reduction": 1,
- "fcpPercentage": 0,
- "ICMSSTModality": "1"
}, - "pis": {
- "cst": "49",
- "percentage": 0
}, - "pisST": {
- "cst": "49",
- "percentage": 0
}, - "cofins": {
- "cst": "49",
- "percentage": 0
}, - "cofinsST": {
- "cst": "49",
- "percentage": 0
}, - "ipi": {
- "cst": "99",
- "percentage": 0,
- "ipiCode": "999"
}
}, - "ibpt": {
- "nacionalfederal": 13.45,
- "importadosfederal": 15.45,
- "estadual": 12,
- "municipal": 0
}, - "calculation": {
- "csosn": "201",
- "cfop": "5405",
- "vProd": 23.23,
- "vFrete": 0,
- "vSeg": 0,
- "vOutro": 0,
- "vIPI": 0,
- "vDesc": 0,
- "pICMS": 18,
- "pICMSST": 18,
- "pRedICMS": 0,
- "pRedICMSST": 1,
- "pMVA": 11,
- "pCredSN": 10,
- "qCom": 9,
- "interstateRate": 0,
- "internalDestination": 0,
- "vCredSN": 20.907,
- "vICMS": 37.6326,
- "vICMSST": 3.7632600000000025,
- "ibptCalculation": {
- "vFederal": 28.119914999999995,
- "vImport": 0,
- "vState": 25.0884,
- "vCity": 0
}
}
}
]
}