Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

Objetivo

A finalidade deste método é possibilitar a consulta de Impostos sobre Produtos.

Chamada

POST api/v2/sm_products/tax

Informações para

...

Requisição (Request Information)

Parâmetros

...

URI (URI Parameters)

Não há.

Parâmetros do Corpo (Body Parameters)

TaxDTO

Nome 
Nome (Name)
Descrição 
Descrição (Description)
Tipo 
Tipo (Type)Informações
Adicionais 
Adicionais (Adittional Information)
company_division_numberCompany Division Number (Optional, but necessary for generating some taxes)integerNão há.
number_companyCompany NumberintegerRequerido
number_customerDestination Customer Number (Optional)integerNão há.
productsProduct InformationCollection of ProductRequerido
reg_number_legal_entityLegal Entity – Brazilian Registry of Corporate Taxpayers – (00.000.000/0001-00 or 00000000000000) – (Optional)stringNão há.
reg_number_physical_personPhysical Person – Individual Taxpayers – (000.000.000-00 or 00000000000) – (Optional)stringNão há.
state_customerState Customer Acronym (Optional: if it is not passed, the client state will be used and if the client is not passed the state will be used) Valid States: AC, AL, AP, AM, BA, CE, DF, ES, GO, MA, MT, MS, MG, PA, PB, PR, PE, PI, RJ, RN, RS, RO, RR, SC, SP, SE, TOstringTamanho da String: inclusive between 0 and 2
type_taxType tax (Optional) – ED = Distributor Entry, EI = Industry Entry, EM = Microenterprise Entry, EX = Exterior Entry, SD = Output Return Distributor, SI = Industry Return Delivery, SM = Microenterprise Return Delivery, SN = Non Contributing Output Default – “SN”stringTamanho da String: inclusive between 0 and 2

Formatos da

...

Requisição (Request Formats)

application/json, text/json

...

application/x-www-form-urlencoded

Exemplo (Sample):

Não há.

Informações para

...

Resposta (Response Information)

Descrição do

...

Recurso (Resource Description)

TaxResponseDTO – Lista de produtos de acordo com os dados de entrada

Collection of TaxResponseDTO

Nome 
Nome (Name)
Descrição 
Descrição (Description)
Tipo 
Tipo (Type)Informações
Adicionais 
Adicionais (Adittional Information)
number_productProduct Numberdecimal numberNão há.
number_taxationNumber Taxation – Note: This Taxation is in Accordance with [SEQ_FAMILY] of Product and [NUMBER_DIVISION] of CompanyintegerNão há.
packing_quantityPacking Quantitydecimal numberNão há.
sale_priceSale Pricedecimal numberNão há.
icms_st_valueICMS STdecimal numberNão há.
ipi_valueIPIdecimal numberNão há.
percent_icms% ICMSdecimal numberNão há.
percent_pis% PISdecimal numberNão há.
percent_cofins% COFINSdecimal numberNão há.
type_taxType taxstringNão há.

Formatos de

...

Resposta (Response Formats)

application/json, text/json

...