Versões Anteriores
Vendas1
Recibos de Venda1
Criar Cabeçalho de Recibo de Venda
Criar Cabeçalho de Recibo de Venda
post/api/commercial_sales_receipts
Request body
Example request
{
"data": {
"attributes": {
"date": "2025-06-01",
"document_series_id": 66,
"gross_total": 10,
"net_total": 20,
"payment_mechanism": "MO"
},
"type": "commercial_sales_receipts"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.