Update a payment term

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.

Request

This endpoint expects an object.
descriptionstringOptional<=255 characters
namestringOptional>=1 character<=100 characters
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.
term_finalobjectOptional
The final tier of the payment term. Defines the invoice due date.

Response

Successful Response
idstringformat: "uuid"
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