---
title: "Update paycheck settings or deactivate a job"
method: PATCH
path: "/rest/jobs/{job_id}"
tags: ["Jobs"]
---

# Update paycheck settings or deactivate a job

`PATCH /rest/jobs/{job_id}`

Update this job to set where pay should be deposited for paychecks related to this job,  or deactivate on-demand pay for this job. 
Returns the job object if the update succeeded. Returns an error if update parameters are invalid.

## Path parameters

- `job_id` string, uuid, required

## Response `200`

Returns the job object.

## Other responses

- `400` — Bad Request
- `401` — Invalid authentication credentials
- `403` — Not authorized to perform this operation
- `404` — Resource was not found
- `500` — Unexpected error occured

---

[API](https://skmtc.net/dailypay/apis/dailypay-rest-api.md) · [All operations](https://skmtc.net/dailypay/apis/dailypay-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dailypay/dailypay-rest-api/revisions/24f4c159e842/schema)
