---
title: "Create"
method: POST
path: "/shipping_integrations/ontime360/creds/v1/{provider_org_id}"
tags: ["/shipping_integrations"]
---

# Create

`POST /shipping_integrations/ontime360/creds/v1/{provider_org_id}`

Stores OnTime360 credentials for one provider on behalf of the caller's organization. | authz: min_org_role=administrator | (OnTime360CredsClientCreate1) -> (PydanticObjectId)

## Path parameters

- `provider_org_id` string, required — Must be a string starting with `org_`

## Request body

- OnTime360CredsClientCreate1
  - `schema_version` 1, required
  - `base_url` string, required
  - `api_key` string, required
  - `site_time_zone` string, required — IANA time zone name (e.g. `America/New_York`).
  - `notes` string, nullable

## Response `200`

Successful Response

- string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/chrt/apis/chrt-fastapi/revisions/1a1e5a995fc9?raw)
