post https://gateway.remote.com/v1/probation-extensions
Create a probation extension request.
Log in to see full request history
Responses
Callback
Create a probation extension request.
xxxxxxxxxx
curl --request POST \
--url https://gateway.remote.com/v1/probation-extensions \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"was_employee_informed": true
}
'
xxxxxxxxxx
12{
"data": {
"probation_extension": {
"employment_id": "93t3j-employment_id-9suej43",
"id": "93t3j-sfies9_id-9suej43",
"requested_by": "93t3j-requested_by_id-9suej43",
"status": "submitted",
"submitted_at": "2021-09-01T00:00:00Z",
"zendesk_ticket_url": "https://zendesk.com/tickets/123"
}
}
}