---
title: "Create a new payment term"
method: POST
path: "/api/payment-terms"
tags: ["Payment Term"]
---

# Create a new payment term

`POST /api/payment-terms`

## Request body

- CommonPaymentTermCreateDto — Payment terms definition.
  - `name` string, required — Identifying name. Must be unique.
  - `dueDays` integer, required — Due days.

## Response `200`

Payment term created

- CreatedResponseDto — Response for a created record
  - `id` string, required — The id of the created record

## Other responses

- `400` — Validation issues with input

---

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