---
title: "POST /rentals/{rental_id}/delivery"
method: POST
path: "/rentals/{rental_id}/delivery"
---

# POST /rentals/{rental_id}/delivery

`POST /rentals/{rental_id}/delivery`

Get the delivery price for a rental for a given location

## Path parameters

- `rental_id` integer, required

## Request body

- DeliveryRequest
  - `currency` string
  - `estimated_distance` number, double
  - `location` DeliveryLocation
    - `city` string
    - `country` string
    - `full_search_name_location` string
    - `lat` number, double
    - `lng` number, double
    - `search_name_location` string
    - `state` string
    - `street` string
    - `street_etc` string
    - `zip` string

## Response `200`

HTTP status code 200 and delivery price

## Other responses

- `400` — Invalid input or state means you're bad
- `401` — Unauthorized error
- `404` — Not found error
- `default` — An unknown, unexpected error.

---

[API](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation.md) · [All operations](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outdoorsy/outdoorsy-api-documentation/revisions/f0cf8f605ea0/schema)
