---
title: "Fax order to provider"
method: POST
path: "/v1/orders/{orderItemId}/fax"
tags: ["Orders"]
---

# Fax order to provider

`POST /v1/orders/{orderItemId}/fax`

Generate the Authorized Services PDF for an order item and fax it to the provider on file.

## Path parameters

- `orderItemId` string, required

## Response `200`

Default Response

- object
  - `id` string
  - `status` string
  - `provider` string
  - `to` string
  - `from` string
  - `createdAt` string
  - `estimatedDelivery` string

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `422` — Default Response
- `500` — Default Response

---

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