Skip to main content

Get Purchase Order Revision

GET 

/api/purchase-orders/:purchase_order/snapshots/:snapshot

Retrieve a single purchase order revision snapshot with its full header and line detail. The snapshot is a frozen copy of the order as it was sent to the supplier for that revision.

Path params:

  • purchase_order (required): id of the purchase order.
  • snapshot (required): id of the revision snapshot to retrieve.

Response: a single snapshot object (not wrapped in data) with the header summary, the captured lines[], and the same top-level revision metadata returned by the list endpoint (revision_number, reason, submission_format, sent_to_email, sent_by_name, sent_at, acknowledgement_status, acknowledged_at, document_hash, total_quantity, total_cost).

Authentication: Requires Bearer token.

Requires permission: purchase_orders.view

Request

Responses

OK

Response Headers
    Content-Type