---
title: "Make an order request for a booking"
method: POST
path: "/booking/makeBidByDriver"
tags: ["booking"]
---

# Make an order request for a booking

`POST /booking/makeBidByDriver`

## Headers

- `authorization` string, required
- `content-language` string, required

## Request body

- Model62
  - `bookingID` string, required — ID of the booking this order request belongs to
  - `bidValue` number, required
  - `latitude` number — Driver's current location
  - `longitude` number — Driver's current location

## Response `default`

Successful

---

[API](https://skmtc.net/pickerexpress/apis/picker-production-documentation.md) · [All operations](https://skmtc.net/pickerexpress/apis/picker-production-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pickerexpress/picker-production-documentation/versions/ecdb0aa8c487/schema)
