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/468/auction
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzY5Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTM5LCJleHAiOjE3NDUwNTY5MzksImp0aSI6ImIwYzIzNjIzLTJlYzAtNGQxMS04ZjhjLTk2NzI4MTIxOTZkZiJ9.EhecH9dsAOcIBmp6Hs_PmlaJBmtKByJx9W96IOm3dvU
Host: example.org
Cookie:
Body
{
"job": {
"auction_attributes": {
"max_percentage": 13
},
"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/"19c3a998ca90b82d4c5941a6b65074ec"
cache-control: max-age=0, private, must-revalidate
x-request-id: 7f9f2608-b9d1-4aa9-88fb-5c952a532f1a
x-runtime: 0.022480
content-length: 201
Body
{
"job": {
"id": 468,
"industries": [
"coach",
"courier"
],
"job_type": "part_time",
"number": 51355646,
"postcode": "CF10 1AA",
"published_at": "2025-03-20T09:02:19.866Z",
"title": "International Consulting Architect"
}
}