---
title: "Get Receipt"
method: GET
path: "/api/v1/Receipts"
tags: ["Receipts"]
---

# Get Receipt

`GET /api/v1/Receipts`

## Query parameters

- `reference` string — If a document has references or is created based on other documents, you can use the value "Reference" to indicate the field that allows searching for that document. This field can be used to link or retrieve the document by its reference value
- `code` string — Numeric code used to reduce the amount of response data received
- `id` string — The Unique Identifier generated by PEAK to identify data
- `limit` integer — Maximum number of entries to retrieve
- `page` integer — Page number for displaying data, where each page will show 10 entries
- `getResult` integer — Numeric code used to reduce the amount of response data received

## Headers

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

## Response `200`

Success

- PeakWCFModelsAPIResponseResponseReceiptModel
  - `peakReceipts` PeakWCFModelsAPIBodyAPIBodyReceipt
    - `receipts` PeakWCFModelsAPIAPITransactionsAPITransactionsModel[]
      - `resCode` string
      - `resDesc` string
      - `id` string
      - `code` string
      - `issuedDate` string
      - `dueDate` string
      - `contactId` string
      - `contactCode` string
      - `reference` string
      - `status` string
      - `isTaxInvoice` integer
      - `isVoid` integer
      - `preTaxAmount` number, double
      - `vatAmount` number, double
      - `netAmount` number, double
      - `whtAmount` number, double
      - `paymentAmount` number, double
      - `remainAmount` number, double
      - `remainWhtAmount` number, double
      - `documentLink` string
      - `onlineViewLink` string
      - `isPartialReceipt` integer
      - `remark` string
      - `taxStatus` integer
      - `discountTotal` string
      - `tags` string[]
      - `products` PeakWCFModelsAPIAPITransactionsAPITransactionProducts[]
        - `id` string
        - `productId` string
        - `productCode` string
        - `accountCode` string
        - `accountSubId` string
        - `accountSubCode` string
        - `description` string
        - `quantity` number, double
        - `price` number, double
        - `discount` string
        - `vatType` integer
        - `isDescription` integer
        - `withHoldingTaxAmount` string
      - `paidPayments` PeakWCFModelsAPIAPITransactionsAPITransactionPayments[]
        - `id` string
        - `paymentDate` string
        - `withHoldingTaxAmount` string
        - `paymentGroupId` integer
        - `paymentTotal` number, double
        - `payments` PeakWCFModelsAPIAPITransactionsAPITransactionPaymentLists[]
          - `paymentMethodId` string
          - `paymentMethodCode` string
          - `accountCode` string
          - `accountSubId` string
          - `accountSubCode` string
          - `amount` number, double
          - `note` string
          - `isCheque` integer
          - `cheque` PeakWCFModelsAPIAPITransactionsAPITransactionChequePayment
            - `chequeDate` string
            - `paymentMethodId` string
            - `paymentMethodCode` string
            - `bankId` integer
            - `bankName` string
            - `amount` number, double
            - `chequeNo` string
            - `branchNo` string
            - `accountNo` string
            - `isDeposited` integer
        - `journals` PeakWCFModelsAPIAPITransactionsAPITransactionJournals[]
          - `id` string
          - `code` string
        - `referenceCode` string
        - `referenceId` string
        - `referenceType` string
      - `billingNotes` PeakWCFModelsAPIAPITransactionsAPITransactionBillingNotes[]
        - `id` string
        - `code` string
        - `amount` number, double
        - `isPaid` integer
      - `creditNotes` PeakWCFModelsAPIAPITransactionsAPITransactionCreditNotes[]
        - `id` string
        - `code` string
        - `creditAmount` number, double
        - `deductedAmount` number, double
        - `refundedAmount` number, double
      - `journals` PeakWCFModelsAPIAPITransactionsAPITransactionJournals[]
        - `id` string
        - `code` string
      - `referenceCode` string
      - `referenceId` string
      - `referenceType` string
      - `statusId` integer
      - `currency` PeakWCFModelsAPIAPITransactionsAPITransactionCurrency
        - `currencyId` integer
        - `exchangeRate` number, double
      - `receivedTaxInvoice` PeakWCFModelsAPIAPITransactionsAPITransactionReceivedTaxInvoice
        - `taxInvoiceNumber` string
        - `taxInvoiceDate` string
        - `journalDate` string
        - `periodDate` string
    - `totalReceipt` integer
    - `resDesc` string
    - `resCode` string
  - `eventType` string
  - `apiType` 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)
