How to GET only newly created/modified Suppliers from Oracle Fusion through Supplier REST API
Hi,
I need to pull only newly created/modified suppliers, contact and site from Oracle Fusion through REST API, but it is missing LAST_UPDATE_DATE in query parameter.
API: /fscmRestApi/resources/11.13.18.05/suppliers?totalResults=true&onlyData=true&q=SupplierType=Contractor
Above API fetches all suppliers. CreationDate is available as query parameter but it will only give newly created supplier and not modified ones. I need both modified and newly created Suppliers based on a particular date (incremental)
Is this possible?
Oracle Version: 23D
Tagged:
0