latestOpenAPI 3.0.32026-08-101200629.5 KB
2c51a28d0f48
Vendas
Recibos de Venda
Criar Cabeçalho Recibo de Venda
Criar Cabeçalho Recibo de Venda
post/api/v1/commercial_sales_receipts
Request body
Example request
{
"cash_account_id": 2,
"company_id": 800000046,
"country_id": 1,
"created_at": "2024-02-23 11:49:25.209661",
"currency_conversion_rate": 1,
"currency_id": 1,
"customer_id": 57,
"date": "2024-02-24",
"deleted": true,
"gross_total": 10.69,
"lines": [
{
"cashed_vat_amount": null,
"gross_total": 11.38,
"net_total": 9.25,
"receivable_id": 12,
"receivable_type": "Document",
"received_value": 10.69,
"retention_total": 0.69,
"settlement_amount": 0,
"settlement_percentage": 0
}
],
"net_total": 9.25,
"payment_mechanism": "MO",
"standalone": true,
"updated_at": "2024-02-28 14:04:52.678033",
"user_id": 800000863
}