Set max rate for job
Jobs
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.eyJzdWIiOiIxMzg3Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjEwLCJleHAiOjE3NTU4NTgyMTAsImp0aSI6Ijg2MTgyZGVhLTNkMjQtNGJkNi1iZjNmLTYzMDU5ZjZkNDFlMSJ9.-RfIQqs2Cgx2wwGpXQEVZE7aSSwrMwlWYBSECavP66g
Host: example.org
Cookie:
Body
{
"job": {
"auction_attributes": {
"max_percentage": 20
},
"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/"921a275c86bdd855467278a1e66ad75f"
cache-control: max-age=0, private, must-revalidate
x-request-id: a85b072b-7661-4aee-a969-a9cda5bc328b
x-runtime: 0.021602
content-length: 199
Body
{
"job": {
"id": 473,
"industries": [
"courier",
"medical"
],
"job_type": "fixed_term_contract",
"number": 32206563,
"postcode": "CF10 1AA",
"published_at": "2025-07-23T09:23:30.206Z",
"title": "Investor Coordinator"
}
}