webdiet_recibo
Generate or update a receipt (recibo) for a financial record in WebDiet. Pass the financeiro_id from webdiet_financeiro list. dados_recibo is a JSON array with 6 fields: [patient_name, cpf, address, city, nutritionist_name, crn_number]. After generating, the recibo_url in the financial record will point to the PDF receipt. Returns the receipt PDF URL that can be shared with the patient.
Bulk support: accepts financeiro_ids for batched execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nome | Yes | ||
| account | No | ||
| dados_recibo | No | [] | |
| financeiro_id | Yes | ||
| financeiro_ids | No |