Get a payment term by ID

Authentication

AuthorizationBearer

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

Path parameters

payment_terms_idstringRequired

Headers

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
term_1object
The first tier of the payment term. Represents the terms of the first early discount.
term_2object
The second tier of the payment term. Defines the terms of the second early discount.

Errors

401
Get Payment Terms ID Request Unauthorized Error
403
Get Payment Terms ID Request Forbidden Error
404
Get Payment Terms ID Request Not Found Error
422
Get Payment Terms ID Request Unprocessable Entity Error
429
Get Payment Terms ID Request Too Many Requests Error