How to update worker assignments during Global Transfer?
Summary:
We are using changeLegalEmployer worker API to perform Global Transfer. Need to know how to update all the assignment attributes such as Job Code, Department, Manager during the transfer?
Content (required):
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/workRelationships/{PeriodOfServiceId}/action/changeLegalEmployer - in the changeLegalEmployer API, we have an option to pass "businessUnitName" in the payload.
how do we pass other assignment attributes such as job Code, Location Code, Grade, Manager information during Global Transfer?
{ "actionCode":"GLB_TRANSFER" , "effectiveDate":"2018-10-25" , "legalEmployerName":"Vision City LE" , "businessUnitName":"Vision Central" }
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):