Update employee
you are able to update employees details on the Gett platform via PUT method, to perform update action you will have to provide employeeID which is the id provided on creation response or received via get employees endpoint
all fields must be sent on update request, including their latest data
curl --request PUT \
--url 'https://business-api.gett.com/v1/employees/[employeeID]?businessId=\[businessID\]' \
--header 'Accept: application/json' \
--header 'X-Request-ID: dfgwgfrwgrwgrw'
Updated over 3 years ago