Jobs

Set max rate for job

POST auction

Endpoint

POST /api/v1/jobs/:id/auction

Parameters

Name Description Type
job[auction_confirmation] required Confirmation for auction boolean
auction_attributes[max_percentage] required Max rate for job

Request

Route

POST /api/v1/jobs/473/auction

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzg3Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTI3LCJleHAiOjE3NTExMDg1MjcsImp0aSI6IjJmZWU0YzYxLWRhYjQtNGJjZi04MTA1LTZiZGFjNjAzZmJmNCJ9.JzqYD0sDvdIzEiPZ3w86qUIK7zvFCb6MEgwgwyizJkg
Host: example.org
Cookie: 

Body

{
  "job": {
    "auction_attributes": {
      "max_percentage": 22
    },
    "auction_confirmation": true
  }
}

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/"7ba209b29da70bf57eca8fca1228132e"
cache-control: max-age=0, private, must-revalidate
x-request-id: a1a6e6d5-2098-4838-af76-8659f28ab50f
x-runtime: 0.025109
content-length: 187

Body

{
  "job": {
    "id": 473,
    "industries": [
      "van",
      "bus"
    ],
    "job_type": "fixed_term_contract",
    "number": 55437997,
    "postcode": "L1 1AA",
    "published_at": "2025-05-29T10:02:07.098Z",
    "title": "Farming Strategist"
  }
}