---
title: "Void Quotation"
method: POST
path: "/api/v1/Quotations/void"
tags: ["Quotations"]
---

# Void Quotation

`POST /api/v1/Quotations/void`

## Headers

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

## Request body

- PeakAPIsLibraryModelRequestQuotationsQuotationsVoidModel
  - `peakQuotations` PeakAPIsLibraryModelRequestQuotationsQuotationsVoidModelQuotations
    - `id` string — The Unique Identifier of the quotation to be voided
    - `code` string — The code of the quotation to be voided

## 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/versions/516e79534d77/schema)
