Get a payment term by ID

Path parameters

payment_terms_idstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Response

Successful Response
idstringformat: "uuid"
namestring
term_finalobject
The final tier of the payment term. Defines the invoice due date.
descriptionstring or null
term_1object or null
The first tier of the payment term. Represents the terms of the first early discount.
term_2object or null
The second tier of the payment term. Defines the terms of the second early discount.

Errors