- Subcategories:
- Interface Invoice Line Rejections
Interface Invoice Lines REST Endpoints
Payables Interface Invoices/Interface Invoice Lines
The payables interface invoice lines resource is used to manage details about goods and services, which includes freight, and miscellaneous charges that can be allocated to item lines. 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 line
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/payablesInterfaceInvoices/{payablesInterfaceInvoicesUniqID}/child/interfaceInvoiceLines - Delete an interface invoice line
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/payablesInterfaceInvoices/{payablesInterfaceInvoicesUniqID}/child/interfaceInvoiceLines/{InvoiceLineId} - Get a list of all rejections for an interface invoice line
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/payablesInterfaceInvoices/{payablesInterfaceInvoicesUniqID}/child/interfaceInvoiceLines/{InvoiceLineId}/action/interfaceLineRejections - Get all interface invoice lines
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/payablesInterfaceInvoices/{payablesInterfaceInvoicesUniqID}/child/interfaceInvoiceLines - Get an interface invoice line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/payablesInterfaceInvoices/{payablesInterfaceInvoicesUniqID}/child/interfaceInvoiceLines/{InvoiceLineId} - Import payables invoices
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/payablesInterfaceInvoices/{payablesInterfaceInvoicesUniqID}/child/interfaceInvoiceLines/action/submitImportInvoices - Update an interface invoice line
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/payablesInterfaceInvoices/{payablesInterfaceInvoicesUniqID}/child/interfaceInvoiceLines/{InvoiceLineId}