Inbound call details from ONESOURCE
Lists the Oracle Fusion Cloud services and APIs used for tax calculation and automated content upload integrations.
Module | Online/Batch | REST/SOAP API | Endpoint URI | Purpose | Oracle Fusion Doc Reference |
|---|---|---|---|---|---|
BIP | Online/Batch tax calculation | SOAP RunReportService | https://<POD>/xmlpserver/services/v2/ReportService | To retrieve data from BIP Augmentation report to include additional attributes for tax calculation | |
TaxPartnerService | Batch tax calculation | SOAP Import Tax Lines | https://<POD>/fscmService/TaxPartnerService | Notify Oracle Fusion Pod on the availability of Calculation Response File Download file by DocumentId | |
ERPIntegrationService(UCM) | Batch tax calculation / Automated Content Upload | SOAP Download the extract file Add a comment to the file in UCM. File is identified by documentId Upload a file UCM getDocumentsForFilePrefix | https://<POD>/fscmService/ErpIntegrationService | Append comment to the document. This is to prevent polling service from picking up the document Upload tax content file to UCM Searches documents in U by comments added to the document | ErpIntegrationService / appendToDocument / uploadFileToUcm / getDocumentsForFilePrefix documentation |
Import Management | Automated Content Upload | REST Import File Activities | https://<POD>/crmRestApi/resources/11.13.18.05/importActivities | Create a Geography Import Activity | activities REST API documentation |
ERPIntegrationService | Automated Content Upload | SOAP Load And Import | https://<POD>/fscmService/ErpIntegrationService | Load the TR or NON TR tax rates into Fusion Pod Loads the Tax Rate Accounts into Fusion Pod | loadAndImportData documentation |
ERPIntegrationService | Automated Content Upload | REST Check Status of the ESS Job by Process Id | https://<POD>/fscmRestApi/resources/11.13.18.05/erpintegrations?finder=ESSJobStatusRF;requestId=<processid from response in ROW 10> | Get the status of the ESS job process | ERP integrations REST API documentation |
ERPIntegrationService | Automated Content Upload | REST Download all Logs of the ESS Job by Process Id | https://<POD>/fscmRestApi/resources/11.13.18.05/erpintegrations?finder=ESSJobExecutionDetailsRF;requestId=<processid from response in ROW 10>;fileType=ALL | Download logs for a given ESS job process ID | ERP integrations REST API documentation |
ERPIntegrationService | Automated Content Upload | REST Check Status of Import File Activity by Id | https://<POD>/crmRestApi/resources/11.13.18.05/importActivities/<File Import Id obtained in response from ROW8>/child/DataFiles/<Input File Content Id> | Check the status if the Geography Content File Import Activity | Import file activity data files REST API documentation |