Vendas
Recibos de Venda
Adicionar Linha a Recibo de Venda
Adicionar Linha a Recibo de Venda
post/api/commercial_sales_receipt_lines
Request body
Example request
{
"data": {
"attributes": {
"gross_total": 10.69,
"net_total": 9.27,
"receipt_id": 13,
"receivable_id": 12,
"receivable_type": "Document",
"received_value": 10.69,
"retention_total": 0.72
},
"type": "commercial_sales_receipt_lines"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.