A finalidade deste método é possibilitar a consulta de Impostos sobre Produtos.
POST api/v2/sm_products/tax
...
...
Não há.
TaxDTO
Nome (Name) |
Descrição (Description) |
Tipo (Type) | Informações |
Adicionais (Adittional Information) | |||
company_division_number | Company Division Number (Optional, but necessary for generating some taxes) | integer | Não há. |
number_company | Company Number | integer | Requerido |
number_customer | Destination Customer Number (Optional) | integer | Não há. |
products | Product Information | Collection of Product | Requerido |
reg_number_legal_entity | Legal Entity – Brazilian Registry of Corporate Taxpayers – (00.000.000/0001-00 or 00000000000000) – (Optional) | string | Não há. |
reg_number_physical_person | Physical Person – Individual Taxpayers – (000.000.000-00 or 00000000000) – (Optional) | string | Não há. |
state_customer | State 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, TO | string | Tamanho da String: inclusive between 0 and 2 |
type_tax | Type 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” | string | Tamanho da String: inclusive between 0 and 2 |
...
application/json, text/json
...
application/x-www-form-urlencoded
Exemplo (Sample):
Não há.
...
...
TaxResponseDTO – Lista de produtos de acordo com os dados de entrada
Collection of TaxResponseDTO
Nome (Name) |
Descrição (Description) |
Tipo (Type) | Informações |
Adicionais (Adittional Information) | |||
number_product | Product Number | decimal number | Não há. |
number_taxation | Number Taxation – Note: This Taxation is in Accordance with [SEQ_FAMILY] of Product and [NUMBER_DIVISION] of Company | integer | Não há. |
packing_quantity | Packing Quantity | decimal number | Não há. |
sale_price | Sale Price | decimal number | Não há. |
icms_st_value | ICMS ST | decimal number | Não há. |
ipi_value | IPI | decimal number | Não há. |
percent_icms | % ICMS | decimal number | Não há. |
percent_pis | % PIS | decimal number | Não há. |
percent_cofins | % COFINS | decimal number | Não há. |
type_tax | Type tax | string | Não há. |
...
application/json, text/json
...