v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Resignations

Validate resignation request

Validates a resignation employment request

Scopes

CategoryRead only ScopeWrite only Scope (read access implicit)
Manage employments (employments)-Manage resignations (resignation:write)
put/v1/resignations/{offboarding_request_id}/validate

Path parameters

offboarding_request_idstring required

Offboarding request ID

Request body

OR

Example request

{
  "accepts_proposed_notice": false,
  "agrees_to_pto_amount": false,
  "agrees_to_pto_amount_notes": "I don't agree.",
  "agrees_to_resignation_reason": false,
  "agrees_to_resignation_reason_notes": "I don't agree.",
  "has_additional_information": true,
  "has_additional_information_notes": "Some extra info.",
  "has_more_salary_info": true,
  "has_more_salary_info_notes": "Some info about the salary.",
  "is_owed_outstanding_reimbursements": true,
  "owed_outstanding_reimbursements": {
    "amount": 1500,
    "notes": "Compensation."
  },
  "proposed_last_date": {
    "date": "2042-04-15",
    "notes": "This date is better."
  },
  "will_take_more_pto": true,
  "will_take_more_pto_notes": "3 more days."
}

Response

Success

Example response

{
  "data": {
    "status": "ok"
  }
}