Versões Anteriores
Vendas1
Recibos de Venda1
Criar Linhas de Recibos de Venda
Criar Linhas de Recibos de Venda
post/api/commercial_sales_receipt_lines/{id}
Request body
Example request
{
"data": {
"attributes": {
"receipt_id": 9,
"receivable_id": 12,
"receivable_type": "Document",
"received_value": 2,
"settlement_percentage": "3"
},
"type": "commercial_sales_receipt_lines"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.