Create a payment term

POST
/payment_terms

Headers

Auth
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.

Request

This endpoint expects an object.
namestringRequired=1 character
term_finalobjectRequired

The final tier of the payment term. Defines the invoice due date.

descriptionstringOptional
term_1objectOptional

The first tier of the payment term. Represents the terms of the first early discount.

term_2objectOptional

The second tier of the payment term. Defines the terms of the second early discount.

Response

Successful Response

idstring
namestring
term_finalobject

The final tier of the payment term. Defines the invoice due date.

descriptionstringOptional
term_1objectOptional

The first tier of the payment term. Represents the terms of the first early discount.

term_2objectOptional

The second tier of the payment term. Defines the terms of the second early discount.

Errors