Save Shift

curl --location --request POST 'https://acmecompany.bizmerlin.net/rm/api/shifts/save' \
--header 'x-api-key:[ X_API_KEY]' \
--header 'userid: [USER_ID]' \
--header 'Cookie: AWSALB=ZV4E7dZeBI9vAFycz8cVw1yNURvD6i9NAns1qz7uBMPIuD5cqn/G5p0aghyp5mJRXNf6IpHgdNUyPlkoxWOsAVNMuRdBMshKdX3bnvCjMQOijuZzmntHa+oxltLf; AWSALBCORS=ZV4E7dZeBI9vAFycz8cVw1yNURvD6i9NAns1qz7uBMPIuD5cqn/G5p0aghyp5mJRXNf6IpHgdNUyPlkoxWOsAVNMuRdBMshKdX3bnvCjMQOijuZzmntHa+oxltLf' \
--form 'shiftDate="2022-03-25"' \
--form 'startTime="09:00:00"' \
--form 'endTime="18:00:00"' \
--form 'userprojectid="56087"' \
--form 'status="PD"'

Information: Grab userId and x-api-key from BizMerlinHR application. For more detail please visit the knowledge base article

Language
Click Try It! to start a request and see the response here!