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 {YOUR_AUTH_CREDENTIALS}' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalReferenceId": "{NEW_EXTERNAL_REFERENCE_ID}"
}'Last updated