Link Future Hire Person Number with User Account using REST API
We are trying to link user account with future hire person number using /hcmRestApi/resources/11.13.18.05/userAccounts/{GUID} API but it is throwing "Applying List binding LOV_PersonNumber with given set of values leads to no matching row for a row of type :UserAccount, key oracle.jbo.Key[300009929689446 2023-09-13 4712-12-31 300003607280504. ErrorCode: 25072" error message. Is there any parameter to change the effective date like "Effective-Of" header parameter in Worker API?
URI: /hcmRestApi/resources/11.13.18.05/userAccounts/{GUID}
Method: PATCH
Request:
{
"PersonNumber": "123456"
}
0