---
title: "Create a new SafeCustodyPacketLocation"
method: POST
path: "/safe_custody/locations.json"
tags: ["Safe Custody Packet Locations"]
---

# Create a new SafeCustodyPacketLocation

`POST /safe_custody/locations.json`

Outlines the parameters and data fields used when creating a new SafeCustodyPacketLocation

## Query parameters

- `fields` string

## Headers

- `X-API-VERSION` string

## Request body

- object
  - `data` object, required
    - `name` string, required — The name of the safe custody location.

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests

---

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