API Reference
Account Subscriptions

Update Subscription Attributes

1min
PATCH

This endpoint will allow you the ability to amend the following attributes of the subscription: status, custom attributes, shippingAddress and invoiceAddress

Authentication
Authorization
Path Parameters
accountReference
*
subscriptionReference
*
Header Parameters
X-TokenId
X-SessionId
X-Version
*
Origin
Body Parameters
subscriptionPatchRequest
*
value
path
op
from
Responses
200
OK
Description
Account Subscription result
subscriptions
400
Request is invalid. <br /> Duplicate parameter {ParameterName} specified. <br /> The specified parameters are invalid.
403
Unable to authenticate using the provided session.
404
No subscription found or provided address not found.
412
Patch operation validation Error. <br /> The property at path '/CustomSubscriptionParameter/{parameterValue}' could not be removed.
500
Internal Server Error.
Curl
JS
Ruby
Python
Responses
200
400
403
404
412
500