---
title: "Create a new SafeCustodyPacket"
method: POST
path: "/safe_custody/packets.json"
tags: ["Safe Custody Packets"]
---

# Create a new SafeCustodyPacket

`POST /safe_custody/packets.json`

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

## Query parameters

- `fields` string

## Headers

- `X-API-VERSION` string

## Request body

- object
  - `data` object, required
    - `contact_id` integer, required — The unique identifier of the contact the packet is held on behalf of.
    - `created_on` string, date — The date the packet was created (ISO-8601). Defaults to the current date on creation.
    - `custom_number` string — An optional secondary identifier for the packet, shown alongside the system-assigned number.
    - `description` string — Free-text description of the packet.
    - `safe_custody_location_id` integer, required — The unique identifier of the location where the packet is stored.

## 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/revisions/73791ddd1207/schema)
