Changing the subscription's external reference identifier
Learn how to change the subscription's external reference identifier.
curl --location --request POST 'https://api.digitalriver.com/v1/subscriptions/{subscriptionId}/reference-id' \
--header 'Authorization: Basic ***' \
...
--data-raw '{
"externalReferenceId": "123232exteranl"
}'PreviousChanging the subscription renewal priceNextUpdating a subscription's billing and shipping email address
Last updated