---
title: "Retrieve a purchase request"
method: GET
path: "/api/external/v2/purchase_requests/{id}"
tags: ["Purchase Requests"]
---

# Retrieve a purchase request

`GET /api/external/v2/purchase_requests/{id}`

Retrieve a purchase request

> ℹ️
> This endpoint requires one of the following scopes: `purchase_requests:all`, `purchase_requests:readonly`

## Path parameters

- `id` integer, required

## Response `200`

The requested Purchase Request

- object
  - `id` integer, required — Purchase request identifier
  - `purchase_order_number` string, nullable, required — Purchase order number
  - `supplier` object, required
    - `id` integer, required
    - `url` string, uri, required — URL to get the supplier.
  - `delivery_address` object, required
    - `address` string, nullable, required
    - `postal_code` string, nullable, required
    - `city` string, nullable, required
    - `country_alpha2` string, nullable, required
  - `status` 'to_be_validated' | 'approved' | 'rejected' | 'invoiced', required
  - `currency` 'EUR' | 'USD' | 'GBP' | 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHE' | 'CHF' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'FJD' | 'FKP' | 'GEL' | 'GGP' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'IMP' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JEP' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LVL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MRU' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SLE' | 'SOS' | 'SRD' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XDR' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMK' | 'ZMW' | 'ZWL', required
  - `reason` string, required — Reason of the request
  - `estimated_delivery_date` string, date, nullable, required — Estimated delivery date for the purchase request
  - `amount` string, string, required
  - `currency_amount` string, required — Purchase Request currency amount (total value of the purchase request in the currency of the purchase request)
  - `currency_amount_before_tax` string, required — Purchase Request currency amount before tax (total value before tax of the purchase request in the currency of the purchase request)
  - `exchange_rate` string, required — Purchase request exchange rate (used to convert the purchase request to euros. If the purchase request currency is euro it will be 1.0)
  - `currency_tax` string, required — Purchase request taxable amount (in euros. If the currency is euro, `currency_amount` and `amount` are identical)
  - `tax` string, required — Purchase request taxable amount (in purchase request currency)
  - `purchase_order` object, nullable, required
    - `filename` string, required
    - `url` string, required
  - `linked_invoices` object, required
    - `items` object[], required — List of linked supplier invoices
      - `id` integer, required
      - `url` string, required — URL to get the supplier invoice.
  - `created_at` string, date-time, required — The time the purchase request has been created
  - `updated_at` string, date-time, required — The last time the purchase request has been updated

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `403` — Access to this resource forbidden
- `404` — The resource was not found

---

[API](https://skmtc.net/pennylane/apis/company-v2.md) · [All operations](https://skmtc.net/pennylane/apis/company-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pennylane/company-v2/versions/a5b7236473c6/schema)
