We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3123bfe commit 4230e39Copy full SHA for 4230e39
1 file changed
examples/main.ts
@@ -1103,16 +1103,16 @@ async function main() : Promise<void> {
1103
// const apiResponse = await client.invoices.send(emailRequest);
1104
// console.log('apiResponse:', apiResponse);
1105
1106
-
+ // Envia factura por correo pot ID (por referencias)
1107
const emailRequest: SendInvoiceRequest = {
1108
"invoiceId": "96d93ff4-95c6-4381-858a-6551259d17ad",
1109
"toEmail": "contacto@fiscalapi.com",
1110
}
1111
+
1112
const apiResponse = await client.invoices.send(emailRequest);
1113
console.log('apiResponse:', apiResponse);
1114
1115
1116
console.log('End Fiscalapi node...');
1117
} catch (error: unknown) {
1118
console.error('Error inesperado:', error);
0 commit comments