---
title: "Retrieves the list of expense payment methods configured in the Avaza account."
method: GET
path: "/api/ExpensePaymentMethod/Lookup"
tags: ["ExpensePaymentMethod"]
---

# Retrieves the list of expense payment methods configured in the Avaza account.

`GET /api/ExpensePaymentMethod/Lookup`

## Response `200`

Returns the list of expense payment methods.

- ExpensePaymentMethodDropdownList — Collection of expense payment methods configured in the account.
  - `ExpensePaymentMethods` ExpensePaymentMethodMinimal[] — List of expense payment methods.
    - `ExpensePaymentMethodID` integer — Unique identifier for the expense payment method.
    - `Name` string — Name of the expense payment method.

## Other responses

- `401` — Unauthorized

---

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