---
title: "Get PurchaseOrderV2 record"
method: GET
path: "/public/v2/purchase-orders/{record_number}/"
tags: ["Purchase Orders"]
---

# Get PurchaseOrderV2 record

`GET /public/v2/purchase-orders/{record_number}/`

Retrieve a specific PurchaseOrderV2 record by its record number with all related data.

## Path parameters

- `record_number` integer, required — The `number` attribute of the record.

## Query parameters

- `search` string, nullable
- `company_id` integer[], nullable
- `number` integer[], nullable
- `vendor_id` integer[], nullable
- `start_date` string, date, nullable
- `end_date` string, date, nullable
- `record_status` RecordStatus[], nullable
- `approval_status` string[], nullable
- `approval_status_scope` RecordStatus[], nullable
- `billed` boolean, nullable
- `unbilled` boolean, nullable
- `partially_billed` boolean, nullable
- `billed_status` string[]
- `updated_after` string, date-time, nullable
- `updated_before` string, date-time, nullable

## Response `200`

OK

- PublicPurchaseOrderV2SchemaOut
  - `attachments` PublicAttachmentSchemaOut[]
    - `id` integer, required
    - `file_name` string, required
    - `file_size` integer, required
    - `download_url` string, nullable
  - `term_id` integer, nullable, required
  - `term_name` string, required
  - `created_by` AuditActorSchemaOut — Schema for audit actor information.
    - `actor_type` string, nullable
    - `email` string, nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `timestamp` string, date-time, nullable
  - `updated_by` AuditActorSchemaOut — Schema for audit actor information.
    - `actor_type` string, nullable
    - `email` string, nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `timestamp` string, date-time, nullable
  - `approval_status` string, nullable
  - `next_approvers` ApproverDictSchema[], nullable
    - `id` integer, required
    - `first_name` string, required
    - `last_name` string, required
    - `email` string, required
    - `full_name` string, required
    - `avatar_url` string, nullable
  - `rejected_by` RejectedBySchema — Schema for rejector information including rejection reason.
    - `id` integer, required
    - `first_name` string, required
    - `last_name` string, required
    - `email` string, required
    - `full_name` string, required
    - `rejection_reason` string, nullable, required
  - `internal_id` integer, required
  - `number` integer, required
  - `date` string, date, required
  - `company_id` integer, required
  - `company_name` string, required — Name of the company
  - `company_currency` string, required
  - `vendor_id` integer, required
  - `vendor_name` string, required
  - `currency_iso_4217_code` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | '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' | 'SOS' | 'SRD' | 'STN' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VES' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XAG' | 'XAU' | 'XCD' | 'XDR' | 'XOF' | 'XPD' | 'XPF' | 'XPT' | 'YER' | 'ZAR' | 'ZMW' | 'ZWL', required
  - `exchange_rate` string, required
  - `billed_total` string, required — Total quantity of items that were already billed
  - `due_total` string, required — Total quantity of items yet to be billed
  - `amount` string, required — Total amount of ordered items
  - `memo` string, required
  - `items` PublicPurchaseOrderItemOut[]
    - `classifications` PublicRecordClassificationsSchemaOut[], required — Classifications of the item
      - `id` integer, required
      - `name` string, required
      - `line_id` integer, required
      - `line_name` string, required
      - `parent_classification_id` integer, nullable
      - `parent_classification_line_id` integer, nullable
    - `item_type` string, nullable
    - `hsn_sac_code` string, nullable
    - `tax` ItemTaxDataOut
      - `code` string, required
      - `rate` string, required
      - `amount` string, required
      - `is_taxable` boolean, nullable
      - `tax_exempt_amount` string, nullable
      - `vat_rate_id` integer, nullable
      - `gst_tax_rate_id` integer, nullable
      - `tax_metadata` object, nullable
      - `tax_components` TaxComponentSchema[], nullable
        - `component_type` 'CGST' | 'SGST' | 'IGST' | 'CESS' | 'GST' | 'PST' | 'HST' | 'QST', required
        - `rate` string, required
        - `amount` string, required
        - `region` string, nullable
        - `position` integer, required
      - `amount_with_tax` string, nullable
      - `rate_name` string, nullable
      - `rate_type` string, nullable
      - `tax_treatment` string, nullable
    - `id` integer, required — ID of the item
    - `item_id` integer, required — ID of the inventory item
    - `position` integer, required — Position of the item in the purchase order
    - `memo` string, required — Memo of the item
    - `quantity` string, required — Quantity ordered
    - `rate` string, required — Rate per unit
    - `quantity_billed` string, required — Quantity of items that already have corresponding Bill
    - `quantity_due` string, required — Quantity of items yet to be billed
    - `net_amount` string, required — Net amount before tax
    - `tax_amount` string, required — Calculated tax amount
    - `gross_amount` string, required — Calculated total amount including tax
    - `amount` string, required — Calculated total amount including tax named amount for backward compatibility
  - `record_status` 'draft' | 'posted' | 'archived', required
  - `billed_status` 'billed' | 'unbilled' | 'partially_billed', required
  - `reference_number` string
  - `has_more_lines` boolean
  - `lines_count` integer
  - `created_at` string, date-time, required — Date and time the record was created
  - `updated_at` string, date-time, required — Date and time the record was last updated

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/dualentry/apis/dualentry-public-api.md) · [All operations](https://skmtc.net/dualentry/apis/dualentry-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api/versions/525a590a98f8/schema)
