Last updated 11 months ago
This will modify subscription external reference Id.
Subscription Id
Basic authorization (dispatch Key and Secret)
External reference id
curl -L \ --request POST \ --url 'https://api.digitalriver.com/v1/subscriptions/{subId}/reference-id' \ --header 'token: text' \ --header 'Content-Type: application/json' \ --data '{ "externalReferenceId": "text" }'
No body