---
title: "Find payment terms based on search parameters."
method: POST
path: "/api/payment-terms/list"
tags: ["Payment Term"]
---

# Find payment terms based on search parameters.

`POST /api/payment-terms/list`

## Query parameters

- `Sort.Field` string
- `Sort.Dir` 'ascending' | 'descending' — Specify sorting direction.
- `Skip` integer
- `Take` integer

## Request body

- PaymentTermRequestFindParameters — Parameters used for searching/finding payment terms.
  - `name` string, nullable — Filter payment terms based on their name.

## Response `200`

List of payment terms matching the filters

- CommonPaymentTermDto[]
  - `id` string, required — Unique id associated to this entity.
  - `name` string, required — Identifying name. Must be unique.
  - `dueDays` integer — Due days.
  - `deleted` boolean, required — Indicate if this payment term has been deleted.

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
