cURL
curl --request POST \ --url https://dev.exante.app/api/invoices/{invoice_uid}/request_approval \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "approver_user_ids": [ "<string>" ], "send_email": false } '
Creates approval requests for an AP invoice and optionally sends email notifications to the designated approvers.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Invoice UID
User IDs of the approvers.
Whether to send email notifications to approvers.
Approval requested