JSON array of fields to return; e.g., ['id','invoice-number',{'invoice-lines':['id','line-num']}]
statusstring
Invoice status (updates may be restricted depending on workflow/state).
payloadobject
Additional invoice attributes to update directly; keys should use Coupa API hyphenated names. Example: {'comments': null, 'invoice-number': 'INV-1002'}
commentsstring
Freeform comments
currencyobject
Currency object, e.g., {'code': 'USD'}
supplierobject
Supplier reference, e.g., {'id': 2} or {'name': 'Super Printers'}
taggingsarray
Taggings metadata
tax-linesarray
Tax line items for the invoice.
invoice-datestring
Invoice date (YYYY-MM-DD)
on_behalf_ofstring
User email or login to perform the action on behalf of. Sent as 'X-COUPA-ON-BEHALF-OF' header.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not