cadastrar ou atualizar matriz tributaria
POST
http://apidatain-prod.f1ws.com.br/tax_matrix
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://apidatain-prod.f1ws.com.br/tax_matrix' \
--header 'Content-Type: text/plain' \
--data-raw '{
"data": [
{
"code": "codigo_unico_matriz",
"ncm": "04022110",
"tax_regime": "code_regime_01",
"home_state": "RS",
"destination_state": "SP",
"icms_type": "*",
"intern_icms": 134.55,
"extern_icms": 95.05,
"product_origin": 1,
"st": 15.8,
"item_code": "PR000-1",
"client_cnpj": "*",
"icms_internal_destination": 18.0,
"icms_reduction": 0,
"fcp_st": 0,
"fcp_base": 0,
"sell_type": "*",
"nature_operation": "*",
"city_destination": "*",
"external_order_type": 0,
"distribution_center_code": "*"
}
]
}'
Response Response Example
{}
Requisição
Parâmetros Bodytext/plain
Respostas
Modificado em 2025-06-23 20:17:41