---
title: "Update locate order"
method: PATCH
path: "/accounts/{account_id}/locate-orders/{locate_order_id}"
tags: ["Locates"]
---

# Update locate order

`PATCH /accounts/{account_id}/locate-orders/{locate_order_id}`

Accept or decline locate order that has been offered.

## Path parameters

- `account_id` string, required — Account ID for the account.
- `locate_order_id` string, required — Unique locate ID assigned by us.

## Request body

- object
  - `accept` boolean, required — Accept or decline the locate order.

## Response `200`

Locate accepted or declined successfully.

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/clear-street/apis/common-api-models.md) · [All operations](https://skmtc.net/clear-street/apis/common-api-models/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clear-street/common-api-models/versions/05b4df42c056/schema)
