Skip to main content

UPDATE Subscription

PUT 

/v5/contract/:contractId/subscription/:subscriptionId

This method allows you to set subscription related data.

Next to free text fields as external id and a note you can also set the end date. It must be greater than or equal to today.

end date = null means, the subscription runs unlimited until end date gets defined. if you want to cancel a running subscription, set the end_date to today (or the next possible date)

The start date can only be changed if it hasn't been reached yet. It must be greater than or equal to today.

Request

Responses

OK