Hi
I am using Finance & Operations 10.0.20 and can use the REST API to
CREATE
UPDATE
worker records as long as I have the primary key.
So this URL will works with a PATCH request
https://{host}/data/Workers(PersonnelNumber = '{PERS_NUMBER}')
My issue is when I want to UPDATE a PersonalIdentificationNumber
I do not have a "primary key" so am unable to use the same technique to update an existing entry
Question
How do I update a PersonalIdentificationNumber?
Thanks