API Reference
Account Subscriptions

Add a voucher to a subscription

1min
POST
This endpoint will provide the ability to add a voucher code to an existing subscription that will then take effect on the next renewal of the subscription
Authentication
Authorization
Path Parameters
accountReference
*
subscriptionId
*
Header Parameters
X-TokenId
X-SessionId
X-Version
*
Origin
Body Parameters
voucherCode
*
Description
Voucher code.
voucherCode
Responses
204
No Content
400
Request is invalid.
403
Unable to authenticate using the provided session.
404
No subscriptions found.
500
Internal Server Error.
Curl
JS
Ruby
Python
Responses
204
400
403
404
500