---
title: "Update Fill Request"
method: POST
path: "/api/v1/update_request"
tags: ["api"]
---

# Update Fill Request

`POST /api/v1/update_request`

Amend the fields of an existing Fill Request, such as for correcting an address or changing the shipping method to expedite your order.<br/><br/>When using this endpoint, all the Fill Request fields must be provided with their appropriate values even if they are not to be updated.

## Request body

- Model182
  - `request_id` string — Request id
  - `address_from_company` string — Desired name to display in the Return section of shipping label
  - `shipping_method` 'standard' | 'priority' | 'overnight' | 'usps_ground_advantage' | 'usps_priority' | 'usps_priority_express' | 'fedex_ground' | 'fedex_2_day' | 'fedex_smart_post' | 'fedex_standard_overnight' | 'fedex_priority_overnight' | 'ups_mail_innovations_domestic' | 'ups_next_day_air' | 'ups_next_day_air_saver' | 'ups_second_day_air' | 'ups_ground' | 'dhl_ecommerce_parcels_ground' | 'dhl_ecommerce_parcels_expedited' | 'dhl_ecommerce_parcels_expedited_max' | 'dhl_ecommerce_parcel_plus_ground' | 'dhl_ecommerce_parcel_plus_expedited' | 'dhl_ecommerce_parcel_plus_expedited_max' — Shipping method
  - `signature_confirmation` boolean — Is signature required by patient upon delivery
  - `notes` string
  - `address_to_name` string, required — Patient’s name as it should appear on shipping label
  - `address_to_company` string — Desired return name to display on package shipping label sent to patient
  - `address_to_street1` string, required — Street 1 of patient’s shipping address
  - `address_to_street2` string — Street 2 of patient’s shipping address (if applicable)
  - `address_to_city` string, required — City of patient’s shipping address
  - `address_to_state` string, required — State of patient’s shipping address
  - `address_to_zip` string, required — Zip code of patient’s shipping address
  - `address_to_country` string — Use US for all requests
  - `address_to_phone` string, required — Patient’s phone number
  - `address_to_email` string — Patient’s email address

## Response `202`

Accepted

## Other responses

- `400` — Bad Request

---

[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)
