---
title: "View Provider Order"
method: GET
path: "/v1/Provider/vieworder"
tags: ["ViewOrder"]
---

# View Provider Order

`GET /v1/Provider/vieworder`

Get a text representation of an order as it would be sent to a provider.

## Query parameters

- `viewOrder.order_id` integer, required

## Response `200`

OK

- RevAppModelsProviderModelsViewOrder
  - `result` string — An unparsed, text representation of an order that would be sent to the provider for the given order primary identifier.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

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