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/465/auction
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzU3Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTgxLCJleHAiOjE3NDAxNDM1ODEsImp0aSI6IjYzNTRhM2RmLWRiNzktNGQyNS1iNDc4LWRlY2Q4MDEwOTc5YyJ9.moLdBQnmukr7VAnE3tHp-vBJgO6OIaNGrCp-kxLay2c
Host: example.org
Cookie:
Body
{
"job": {
"auction_attributes": {
"max_percentage": 25
},
"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/"2577d1c4b742f6dde80a92660b0b0e5c"
cache-control: max-age=0, private, must-revalidate
x-request-id: 248e522e-32c2-4e86-bfeb-bb6c4682035b
x-runtime: 0.020157
content-length: 190
Body
{
"job": {
"id": 465,
"industries": [
"bus",
"private_hire"
],
"job_type": "part_time",
"number": 19691595,
"postcode": "L1 1AA",
"published_at": "2025-01-22T12:13:01.903Z",
"title": "Hospitality Strategist"
}
}