Payables Interface Invoices REST Endpoints
Payables Interface Invoices
The payables interface invoices resource is used to manage details about supplier invoices. For example, header, lines, distributions, and descriptive flexfields. Note that the service endpoints in this resource category are only for Oracle internal use, specifically designed to work only with the visual builder add-in for Excel.
- Create an interface invoice
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/payablesInterfaceInvoices
- Delete an interface invoice
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/payablesInterfaceInvoices/{payablesInterfaceInvoicesUniqID}
- Get a list of all rejections for an interface invoice
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/payablesInterfaceInvoices/{payablesInterfaceInvoicesUniqID}/action/interfaceRejections
- Get all interface invoices
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/payablesInterfaceInvoices
- Get an interface invoice
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/payablesInterfaceInvoices/{payablesInterfaceInvoicesUniqID}
- Import payables invoices
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/payablesInterfaceInvoices/action/submitImportInvoices
- Update an interface invoice
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/payablesInterfaceInvoices/{payablesInterfaceInvoicesUniqID}