---
title: "Create a same day delivery order"
method: POST
path: "/api/v1/same_day_delivery"
tags: ["api"]
---

# Create a same day delivery order

`POST /api/v1/same_day_delivery`

Create a same day delivery order

## Request body

- Model173
  - `patient_token` string, required
  - `prescription_tokens` string[], required
  - `shipping_address` Shipping20Address, required — unresolved $ref
  - `external_location` Model171, required
    - `id` string, required — Stringified UUIDv4. See [RFC 4112](https://tools.ietf.org/html/rfc4122)
    - `pharmacy` string, required — References GET /v1/external_location_pharmacies
    - `npi` string, required — NPI - likely type 2
    - `address_to_street1` string, required
    - `address_to_street2` string
    - `address_to_city` string, required
    - `address_to_state` string, required
    - `address_to_zip` string, required
    - `address_to_country` string, required
    - `address_to_phone` string
    - `address_to_fax` string — The fax number of the address
  - `insurance_tokens` string[]
  - `delivery_instruction` string

## Response `default`

Successful

---

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