Pending actions

Get All Subscription Pending Actions

get

This will get all pending action of subscription by subscription id

Path parameters
subIdstringRequired

Subscription Id

Header parameters
tokenstringRequired

Basic authorization (dispatch Key and Secret) or Full access token

Responses
200
OK
application/json
get
GET /v1/subscriptions/{subId}/pending-actions HTTP/1.1
Host: api.digitalriver.com
token: text
Accept: */*
{
  "subscriptionId": "text",
  "actions": [
    {
      "action": {
        "ACTIVATE": "text",
        "EXPIRATION_DATE": "text",
        "CANCEL": "text",
        "PAYMENT_OPTION": "text",
        "PAYMENT_SOURCE": "text",
        "RENEWAL_PRICE": "text",
        "RENEWAL_TYPE": "text",
        "RENEWAL_PRODUCT": "text",
        "RENEWAL_QUANTITY": "text",
        "REDUCE": "text",
        "DOWNGRADE": "text",
        "PERPETUAL_PRICE": "text",
        "SHIP_TO_ADDRESS": "text",
        "REFERENCE_ID": "text"
      },
      "receivedTime": "text"
    }
  ]
}

Last updated