---
title: "add attachment to order"
method: POST
path: "/orders/{orderId}/results/attachment"
tags: ["result"]
---

# add attachment to order

`POST /orders/{orderId}/results/attachment`

Add attachment to order. Adding attachment to inline assessment orders is not supported.

## Path parameters

- `orderId` string, uuid, required

## Response `201`

Created

- AttachmentResult
  - `url` string, required

## Other responses

- `401` — Unauthorized request
- `403` — Request missed required scopes
- `404` — Order with given id does not exist

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
