Updating the subscription renewal date
Learn how to change the subscription renewal date (expiration date).
curl --location --request POST 'https://api.digitalriver.com/v1/subscriptions/{subscriptionId}/expiration-date' \
--header 'Authorization: Basic ****' \
...
--data-raw '{
"expirationDate":"2020-10-19T01:23:48.000-0500"
}'Last updated