[Fusion] Oracle Fusion REST API to update Invoices Descriptive Flexfields

 


When working with Oracle Fusion Cloud, Descriptive Flexfields (DFFs) provide a powerful way to capture additional business-specific information without customizing the application. Often, there’s a need to update these DFFs programmatically — especially on transactional entities like Payables Invoices.

Oracle Fusion provides REST APIs that make it straightforward to integrate and update such information. In this post, we’ll walk through how to update Descriptive Flexfields (DFFs) on Invoices using the REST API.



Prerequisites

Before we begin, make sure you have the following:

  • User access with necessary roles such as Accounts Payable Supervisor or a custom role with REST access.

  • DFF segments defined and deployed for the Invoice entity.

  • Knowledge of the context code and segment names of the DFFs you want to update.


🔍 Step 1: Understand the REST Endpoint

To update an invoice DFF, the REST API endpoint is:


PATCH /fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceDff/{InvoiceId}

Source: https://docs.oracle.com/en/cloud/saas/financials/25b/farfa/op-invoices-invoicesuniqid-child-invoicedff-invoiceid-patch.html




invoicesUniqID and InvoiceId both are Invoice IDs. You can use Get Invoice API to get it:

GET /fscmRestApi/resources/11.13.18.05/invoices

Source: https://docs.oracle.com/en/cloud/saas/financials/25b/farfa/op-invoices-get.html


fields:
InvoiceId,InvoiceNumber will display only these fields

links: canonical will hide the global links

onlyData: true will hide links in each JSON object

q: InvoiceNumber=IAC5297279 will show only this invoice


Now after getting the InvoiceID, you now use the GET DFF API to see structure of DFF:

GET /fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/invoiceDff



Now, use the DFF Update API:



Comments

All Categories

Call Fusion BIP Report2 Change Password1 Code Combinations2 Compute Instance2 CTE1 Custom Images1 Customer1 Data Aggregation2 Database5 Date Conversion1 DB Adapter2 Decryption1 Development1 EBS5 Encryption1 ESS Jobs3 Examine1 FBDI3 Fusion APIs1 Fusion BIP7 GIT2 GL3 GL Journals1 GL_DAILY_CONVERSION_TYPES1 GL_DAILY_RATES1 ICS1 Identity Domain1 Integrations1 Java1 Journal Import1 Keys1 Legal Entity1 LookupTypeLOV1 LOV1 LOVs1 MultiPartAPIs1 Networking1 NVL2 NVL in OIC2 OCI13 OCI Billing1 OCI Compute6 OCI Cost Management1 OCI Events Service1 OCI Free Tier3 oci networking1 OCI Notifification Service1 OCI Security3 OIC4 OIC Mapper2 Oracle26 Oracle ADF17 Oracle APEX1 Oracle Apps60 Oracle Apps R127 Oracle ATP1 Oracle BIP8 Oracle Cloud13 Oracle Cloud Free Tier1 Oracle cloud Infrastructure10 Oracle Cloud Security2 Oracle Cloud VM1 Oracle DB4 oracle ebs6 Oracle ERP4 Oracle ERP Adapter2 Oracle ERP Cloud7 Oracle financials2 Oracle Forms1 Oracle Fusion57 Oracle Fusion BIP4 Oracle Fusion ERP17 Oracle Fusion Financials18 Oracle Integration Cloud3 Oracle OAF17 Oracle OCI14 Oracle OIC22 Oracle SOA 12c10 Oracle SQL17 Oracle VBCS1 Oracle VBS2 Oracle Visual Builder Cloud Service1 Oracle Visual Builder Studio2 Oracle Workflow Notifications1 OracleCloudTutorial1 Others10 Payables2 Payables Import1 Programs1 Properties1 R121 Register BIP as ESS Job1 Reset Password1 Responsibility1 REST4 Security List1 Site Map1 SOAP2 SOAP API2 SOAP UI3 SQL16 SQL Functions3 SQL Queries14 SQL Query8 SQL Tips3 SSH1 TCA1 Value Sets1 VBCS1 vcn1 Virtual Machine2 Virtual Machines1 XML1 XSLT1
Show more