Update a payment term

PATCH

Path parameters

payment_terms_idstringRequired

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.
descriptionstringOptional
namestringOptional
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

This endpoint returns an object.
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