Cadastrar
POST
http://apidatain-prod.f1ws.com.br/report/commissions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://apidatain-prod.f1ws.com.br/report/commissions' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"seller_external_code": "001",
"seller_name": "Vendedor Teste",
"seller_cnpj": "00000000000001",
"order_code": "001",
"order_date": "2023-10-04",
"invoice_serie": "1",
"invoice_number": "1",
"installment": "1/4",
"client_store": "Loja Teste",
"client_external_code": "002",
"client_cnpj": "00000000000002",
"client_name_corporate": "Cliente Teste",
"client_name_fancy": "Cliente Teste",
"date_issue_title": "2023-10-05",
"title_value": 15.25,
"date_commission": "2023-10-05",
"commission_base_value": 15.25,
"commission_percent": 12.00,
"commission_value": 1.83,
"sales_channel": null,
"sales_channel_code": null,
"expiration_date": "2023-09-18",
"status": "aberto"
}
]
}'
Response Response Example
{}
Requisição
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-06-23 20:17:41