---
title: "Approve Purchase Order"
method: POST
path: "/api/v1/PurchaseOrders/approve"
tags: ["PurchaseOrders"]
---

# Approve Purchase Order

`POST /api/v1/PurchaseOrders/approve`

## Headers

- `Time-Stamp` string, required
- `Time-Signature` string, required
- `User-Token` string, required
- `Client-Token` string, required

## Request body

- PeakAPIsLibraryModelRequestPurchaseOrdersPurchaseOrdersApproveModel
  - `peakPurchaseOrders` PeakAPIsLibraryModelRequestPurchaseOrdersPurchaseOrdersApproveModelPurchaseOrder
    - `id` string — The Unique Identifier of the purchase order to be approved
    - `code` string — The code of the purchase order to be approved

## Response `200`

Success

- PeakWCFModelsAPISharedAPIResponseModel
  - `resCode` string
  - `resDesc` string

---

[API](https://skmtc.net/peakaccount/apis/peakapis-core.md) · [All operations](https://skmtc.net/peakaccount/apis/peakapis-core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peakaccount/peakapis-core/revisions/516e79534d77/schema)
