Modify the subscription's external reference ID

Modify Subscription External Reference Id

post

This will modify subscription external reference Id.

Path parameters
subIdstringRequired

Subscription Id

Header parameters
tokenstringRequired

Basic authorization (dispatch Key and Secret)

Body
externalReferenceIdstringRequired

External reference id

Responses
202
Accepted
post
POST /v1/subscriptions/{subId}/reference-id HTTP/1.1
Host: api.digitalriver.com
token: text
Content-Type: application/json
Accept: */*
Content-Length: 30

{
  "externalReferenceId": "text"
}

No content

Last updated