Create billing term seat amendment

View as Markdown

Authentication

Authorizationstring
API Key authentication via header

Path parameters

idstringRequired
Contract id
billingTermIdstringRequired
Billing term id

Request

This endpoint expects an object.
effectiveDatedatetimeRequired
Effective date of the seat amendment
newQuantitydoubleRequired
New quantity of seats
prorationPolicyenumOptional

Proration policy for the amendment: • NONE: No proration applied - full period charges regardless of timing • DAY: Proration calculated on a daily basis • MONTH: Proration calculated on a monthly basis • YEAR: Proration calculated on a yearly basis

trueUpTimingenumOptional

True-up timing for the amendment: • IMMEDIATE: True-up amounts are applied immediately on the effective date • CO_TERM: True-up amounts are applied at the next invoice date after the effective date

Response

The seat amendment
payloadobject
Response payload, will be empty when success is false
successboolean

Boolean with true=success, false=failure

messagestring

Plain-text description of the result

errorobjectOptional
json element with any error messages or warnings

Errors

400
Bad Request Error
404
Not Found Error