---
title: "Straight store to peer"
method: POST
path: "/peers/{id}/store-straight"
tags: ["Networking"]
---

# Straight store to peer

`POST /peers/{id}/store-straight`

Synchronously send the DICOM instance in the POST body to the Orthanc peer whose identifier is provided in URL, without having to first store it locally within Orthanc. This is an alternative to command-line tools such as `curl`.

## Path parameters

- `id` string, required

## Response `200`

- object
  - `ID` string — Orthanc identifier of the DICOM instance in the remote Orthanc peer
  - `ParentPatient` string — Orthanc identifier of the parent patient in the remote Orthanc peer
  - `ParentSeries` string — Orthanc identifier of the parent series in the remote Orthanc peer
  - `ParentStudy` string — Orthanc identifier of the parent study in the remote Orthanc peer
  - `Path` string — Path to the DICOM instance in the remote Orthanc server
  - `Status` string — Status of the store operation

---

[API](https://skmtc.net/orthancserver/apis/orthanc-server.md) · [All operations](https://skmtc.net/orthancserver/apis/orthanc-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orthancserver/orthanc-server/revisions/af646f6f871b/schema)
