Hi to all,
I am trying to integrate with Sucessfactors LMS specifically EnrollmentStatuses Entity via CPI.
I am using Adapter ODATA V4 and when i try to find the resource path fields, i have only two fileds.
So if i try to call the lms via cpi with the request:
{
"primaryKey": "",
"enrollmentStatus": [
{
"scheduleID": <value>,
"userID": "<value>",
"newEnrollmentStatusID": "<VALUE>",
"registrationChangeTime": <value>,
"timezone": "<value>"
}
]
}
it fails, with no property found for all fields except for PrimaryKey.
I tried to do the call with POSTMAN directly to LMS endpoint API, as indicated in the hcm guide and it works properly.
enrollmentstatuses.png
cpi-enrollmentstatuses.png
please can help me?
thanks in advance