Update subscription

put

/ccstore/v1/selfservice/subscriptions/{subscriptionNumber}

Updates a subscription for the given subscriptionNumber.

Request

Supported Media Types
Path Parameters
Body ()
Update subscription payload
Root Schema : updateSubscriptionRequest
Type: object
Show Source
Nested Schema : creditCards
Type: array
Show Source
Nested Schema : products
Type: array
Show Source
Nested Schema : creditCardInput
Type: object
Show Source
Nested Schema : productUpdateItem
Type: object
Show Source
Nested Schema : creditCards
Type: array
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful response
Body ()
Root Schema : subscriptionDetailsResponse
Type: object
Show Source
Nested Schema : pagedCreditCards
Type: object
Show Source
Nested Schema : pagedProducts
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : creditCardItem
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : subscriptionProductItem
Type: object
Show Source

400 Response

Bad request
Body ()
Root Schema : Error
Type: object
Show Source

500 Response

Internal server error
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top