My Oracle Support Banner

Not Able to Import Data for Import Activity (IncentiveTransaction Object) Through REST API (Doc ID 2996921.1)

Last updated on JANUARY 08, 2024

Applies to:

Oracle Fusion Incentive Compensation Cloud Service - Version 11.13.23.10.0 and later
Information in this document applies to any platform.

Symptoms

Import Activity (IncentiveTransaction Object) through REST API is not working as expected.
The  API is responding as Import job got created but it is failed to process the datafile.
The same csv data file works if submit the import via the UI.


1. Using integration , upload the data file to UCM for Doc Account: ic$/IncentiveCompensationTransaction$/import$
2. Calling REST to submit the import activity

    End point: https://xxxx-yyyy.fa.us2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/importActivities
    Method: POST
    Sample Request Payload:
    {
         "Name" : "SPM-2023-12-06-1347-Oracle-Invoice",
         "ImportMapping" : "300001279926753",
         "ImportMode" : "CREATE_RECORD",
         "NotificationEmail" : "user1@test.com",
         "ObjectCode": "IncentiveTransaction",
         "AttachmentObjectCode" : "Account",
         "HighVolume" : "YES",
         "Activate" : "YES",
         "DataFiles" : [ {  "InputFileContentId" : "16425232"   } ]
    }

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.