---
title: "Get Billing Note Expense"
method: GET
path: "/api/v1/BillingNotesExpenses"
tags: ["BillingNotesExpenses"]
---

# Get Billing Note Expense

`GET /api/v1/BillingNotesExpenses`

## Query parameters

- `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

- PeakWCFModelsAPIResponseResponseBillingNoteExpenseModel
  - `peakBillingNotesExpenses` PeakWCFModelsAPIBodyAPIBodyBillingNoteExpense
    - `billingNotesExpenses` PeakWCFModelsAPIAPITransactionsBillingNotesAPIBillingNotesModel[]
      - `resCode` string
      - `resDesc` string
      - `id` string
      - `code` string
      - `issuedDate` string
      - `dueDate` string
      - `contactId` string
      - `contactCode` string
      - `remark` string
      - `tags` string[]
      - `transactions` PeakWCFModelsAPIAPITransactionsBillingNotesAPIBillingNoteInvoices[]
        - `id` string
        - `code` string
        - `amount` number, double
      - `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
      - `preTaxAmount` number, double
      - `netAmount` number, double
      - `vatAmount` number, double
      - `whtAmount` number, double
      - `paymentAmount` number, double
      - `remainAmount` number, double
      - `remainWhtAmount` number, double
      - `isVoid` integer
      - `documentLink` string
      - `onlineViewLink` string
    - `totalBillingNoteExpense` 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)
