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.eyJzdWIiOiIxMzAxIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTI1LCJleHAiOjE3NTExMDg1MjUsImp0aSI6IjI5ZmM3M2JmLTE1ZmMtNGI0MS05ZGZkLWM3NjMzNTRjOTY5YSJ9.QnUy2jgi9bet6TCsrjWJeF96vNit83T1mh7YZWC0et8
Host: example.org
Cookie:
Body
{
"job": {
"id": 445,
"number": 88067693,
"title": "Regional Construction Liaison",
"description": "Porro tabgo timor. Vinco excepturi vel.",
"postcode": "M1 1AE",
"industries": [
"international",
"warehouse"
],
"drivers_required": 9,
"start_date": "2025-06-08",
"end_date": "2026-05-29",
"job_type": "part_time",
"show_by": "range_of_hours",
"expected_weekly_hours": 40,
"hours_from": 10,
"hours_to": 20,
"licenses": [
"hiab",
"d1"
],
"status": "draft",
"published_at": "2025-05-29T10:02:05.214Z",
"longitude": -74.0059731,
"latitude": 40.7143528,
"created_at": "2025-05-29T11:02:05.216Z",
"updated_at": "2025-05-29T11:02:05.216Z",
"company_id": 462,
"min_rating": "4.0",
"min_rate": "100.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": "weekday",
"rate": "100.0",
"created_at": "2025-05-29T11:02:05.217Z",
"updated_at": "2025-05-29T11:02:05.217Z",
"wageable_type": "Job",
"wageable_id": 445,
"driver_rate": "90.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/"b5c7fcb2588f178aed84f28c0ad0e0e3"
cache-control: max-age=0, private, must-revalidate
x-request-id: 2c06cd3b-4c25-4e05-a25d-960ab9e0ed05
x-runtime: 0.017515
content-length: 666
Body
{
"job": {
"id": 445,
"chat": null,
"dbs_check": "no",
"dbs_last_performed_months": null,
"description": "Porro tabgo timor. Vinco excepturi vel.",
"drivers_required": 9,
"end_date": "2026-05-29",
"expected_weekly_hours": null,
"hours_from": 10,
"hours_to": 20,
"industries": [
"international",
"warehouse"
],
"inexperienced_drivers": false,
"job_type": "part_time",
"licenses": [
"hiab",
"d1"
],
"min_rating": "4.0",
"number": 88067693,
"overtime_rate": null,
"postcode": "M1 1AE",
"published_at": "2025-05-29T10:02:05.214Z",
"show_by": "range_of_hours",
"start_date": "2025-06-08",
"status": "draft",
"title": "Regional Construction Liaison",
"wages": [
{
"id": 754,
"kind": "weekday",
"rate": "100.0"
}
],
"young_drivers": false
}
}