---
title: "Get a payment term."
method: GET
path: "/api/payment-terms/{id}"
tags: ["Payment Term"]
---

# Get a payment term.

`GET /api/payment-terms/{id}`

## Path parameters

- `id` string, required

## Response `200`

The payment terms for the given id

- CommonPaymentTermDto — Payment terms definition.
  - `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.

## Other responses

- `404` — Payment terms did not exist

---

[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)
