Update job
Jobs
PUT update job
Endpoint
PUT /api/v1/jobs/:id
Parameters
Name | Description |
---|---|
job[title] required | Job title |
job[drivers_required] required | Job drivers required |
job[industries] required | Job industries |
job[start_date] required | Job start date |
job[end_date] | Job end date |
job[ongoing] | Job ongoing |
job[postcode] required | Job postcode |
job[description] required | Job description |
job[licenses] | Job licenses |
job[min_rating] required | Job min rating |
job[young_drivers] | Job young drivers |
job[inexperienced_drivers] | Job inexperienced drivers |
job[job_type] required | Job job type |
job[show_by] required | Job show by |
job[expected_weekly_hours] | Job expected weekly hours |
job[hours_from] | Job hours from |
job[hours_to] | Job hours to |
job[wages_attributes] required | Job wages attributes |
job[overtime_after] | Job overtime after |
job[overtime_rate] | Job overtime rate |
job[dbs_check] | Job dbs check |
job[dbs_last_performed_months] | Job dbs last performed months |
Request
Route
PUT /api/v1/jobs/445
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzAxIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjA3LCJleHAiOjE3NTU4NTgyMDcsImp0aSI6IjNjNzg0YmMxLTAxYTEtNDM0My1iMjQ2LTcyOWNhZTJmNTE3OSJ9.QN3-jx3ctZXVmgfLIvbSLvwsjFZzru6AXILv50vE6dA
Host: example.org
Cookie:
Body
{
"job": {
"id": 445,
"number": 97630758,
"title": "Human Supervisor",
"description": "Undique venia volo. Subseco at vomer.",
"postcode": "L1 1AA",
"industries": [
"tourism",
"coach"
],
"drivers_required": 5,
"start_date": "2025-07-30",
"end_date": "2025-09-23",
"job_type": "full_time",
"show_by": "range_of_hours",
"expected_weekly_hours": 40,
"hours_from": 10,
"hours_to": 20,
"licenses": [
"adr",
"d1e"
],
"status": "draft",
"published_at": "2025-07-23T09:23:27.744Z",
"longitude": -74.0059731,
"latitude": 40.7143528,
"created_at": "2025-07-23T10:23:27.746Z",
"updated_at": "2025-07-23T10:23:27.746Z",
"company_id": 462,
"min_rating": "3.4",
"min_rate": "80.0",
"region": null,
"young_drivers": false,
"inexperienced_drivers": false,
"overtime_after": null,
"overtime_rate": null,
"discarded_at": null,
"dbs_check": "no",
"dbs_last_performed_months": null,
"timer": 86400,
"webflow_id": null,
"wages_attributes": {
"754": {
"id": 754,
"kind": "bank_holiday",
"rate": "80.0",
"created_at": "2025-07-23T10:23:27.748Z",
"updated_at": "2025-07-23T10:23:27.748Z",
"wageable_type": "Job",
"wageable_id": 445,
"driver_rate": "72.0"
}
}
}
}
Response
Simulated Response
Status
200
Headers
x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"27d788fc9a545099251f4919b3bdcb23"
cache-control: max-age=0, private, must-revalidate
x-request-id: 8b9a1bf7-c687-4e7a-9c1b-02d59927043a
x-runtime: 0.018046
content-length: 664
Body
{
"job": {
"id": 445,
"chat": null,
"dbs_check": "no",
"dbs_last_performed_months": null,
"description": "Undique venia volo. Subseco at vomer.",
"drivers_required": 5,
"end_date": "2025-09-23",
"expected_weekly_hours": null,
"hours_from": 10,
"hours_to": 20,
"industries": [
"tourism",
"coach"
],
"inexperienced_drivers": false,
"job_type": "full_time",
"licenses": [
"adr",
"d1e"
],
"min_rating": "3.4",
"number": 97630758,
"overtime_rate": null,
"postcode": "L1 1AA",
"published_at": "2025-07-23T09:23:27.744Z",
"show_by": "range_of_hours",
"start_date": "2025-07-30",
"status": "draft",
"title": "Human Supervisor",
"wages": [
{
"id": 754,
"driver_rate": null,
"kind": "bank_holiday",
"rate": "80.0"
}
],
"young_drivers": false
}
}