ApproveInvoices
Overview
Approves specified invoices if possible.
Returns
No Overview Available.
Request
Name | Type | Description |
---|---|---|
invoiceIds | String[] | A list of invoice ids identifying the invoices to approve. |
reason | String | The reason to record in the approval message. |
Response
Name | Type | Description |
---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | BulkInvoiceApproveResult | Operation result. |