Add Approver
Adds an approver to the invoice template. Will select the first available approver slot that is not already filled and assign the approver to it. If no approver slots are available, an error will be returned. An explicit approver slot can be specified by setting the approverSlot
field.
Path parameters
invoiceTemplateId
Invoice Template ID
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
userId
The ID or the Foreign ID of the user to add to the approval slot.
approvalSlotId
The identifier for the approval slot this user is assigned to.