Save Shift

Log in to see full request history
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

Body Params

shiftBody

Headers
int32
required

userid

string
required

x-api-key

Responses

201

Created

401

Unauthorized

403

Forbidden

404

Not Found

Language
Click Try It! to start a request and see the response here! Or choose an example:
*/*