Symptom
You are trying to insert the data into your Successfactors with different formats using OData upsert operation but the value of one field (or many fields) is not inserted correctly.
Example:
{
"__metadata":
{
"uri":"Background_VarPayEmpHistData"
},
"startDate":"/Date(1483228800000)/",
"incentivePlanCode":"RV-2017",
"basis":"111.00",
"userId":"101001",
"endDate":"/Date(1514678400000)/",
"varPayProgramName":"141"
}
The results shows on the UI in SuccessFactors: 1110
Environment
SuccessFactors Employee Central OData API
Cause
The language of API user was changed
Resolution
API user is a system user and need to use only English language.
Keywords
API user, upsert wrong format, OData wrong format, insert wrong format , KBA , LOD-SF-INT , Integrations , Problem