post http://localhost:3000/employees//contracts
Add contract.
Log in to see full request history
Response
Add contract.
xxxxxxxxxx
curl --request POST \
--url http://localhost:3000/employees/employee_id/contracts \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"onboarding_status": "inprogress"
}
'
Try It!
to start a request and see the response here! Or choose an example: