---
title: "Complete purchase order V3"
method: PATCH
path: "/api/v3/purchaseOrders/{id}/actions/complete"
tags: ["PurchaseOrder"]
---

# Complete purchase order V3

`PATCH /api/v3/purchaseOrders/{id}/actions/complete`

This endpoint requires the following scopes: `purchaseOrder:complete`.

Complete a purchase order. Purchase orders in status draft, cancelled, or already completed cannot be completed.

## Path parameters

- `id` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Problem occurred
- `429` — Too Many Requests

---

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