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/442
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjg3Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTM3LCJleHAiOjE3NDUwNTY5MzcsImp0aSI6Ijk0MWU4ZTk2LTM4YjctNDYzMi1iYzY5LWQ2YzNkYWI4YjRkNCJ9.wppo5Q1KgSYh649fK6R6ohbGfDUoz_A_rZ2tP92zrAI
Host: example.org
Cookie:
Body
{
"job": {
"id": 442,
"number": 37270672,
"title": "District Mining Developer",
"description": "Consequatur aut somniculosus. Apto depono praesentium.",
"postcode": "L1 1AA",
"industries": [
"hgv",
"medical"
],
"drivers_required": 10,
"start_date": "2025-03-30",
"end_date": "2025-09-04",
"job_type": "part_time",
"show_by": "range_of_hours",
"expected_weekly_hours": 40,
"hours_from": 10,
"hours_to": 20,
"licenses": [
"ce",
"phv"
],
"status": "draft",
"published_at": "2025-03-20T09:02:17.652Z",
"longitude": -74.0059731,
"latitude": 40.7143528,
"created_at": "2025-03-20T10:02:17.654Z",
"updated_at": "2025-03-20T10:02:17.654Z",
"company_id": 457,
"min_rating": "3.1",
"min_rate": "37.35",
"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": {
"747": {
"id": 747,
"kind": "bank_holiday",
"rate": "37.35",
"created_at": "2025-03-20T10:02:17.656Z",
"updated_at": "2025-03-20T10:02:17.656Z",
"wageable_type": "Job",
"wageable_id": 442,
"driver_rate": "33.62"
}
}
}
}
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/"8e95d715a90af2b715446729360ae5c4"
cache-control: max-age=0, private, must-revalidate
x-request-id: 12d69962-e9a6-4897-959e-596b8f006460
x-runtime: 0.016903
content-length: 670
Body
{
"job": {
"id": 442,
"chat": null,
"dbs_check": "no",
"dbs_last_performed_months": null,
"description": "Consequatur aut somniculosus. Apto depono praesentium.",
"drivers_required": 10,
"end_date": "2025-09-04",
"expected_weekly_hours": null,
"hours_from": 10,
"hours_to": 20,
"industries": [
"hgv",
"medical"
],
"inexperienced_drivers": false,
"job_type": "part_time",
"licenses": [
"ce",
"phv"
],
"min_rating": "3.1",
"number": 37270672,
"overtime_rate": null,
"postcode": "L1 1AA",
"published_at": "2025-03-20T09:02:17.652Z",
"show_by": "range_of_hours",
"start_date": "2025-03-30",
"status": "draft",
"title": "District Mining Developer",
"wages": [
{
"id": 747,
"kind": "bank_holiday",
"rate": "37.35"
}
],
"young_drivers": false
}
}