Update subscription
put
/ccstore/v1/selfservice/subscriptions/{subscriptionNumber}
Updates a subscription for the given subscriptionNumber.
Request
Supported Media Types
- application/json
Path Parameters
-
subscriptionNumber(required): string
The subscription number
Update subscription payload
Response
Supported Media Types
- application/json
200 Response
Successful response
Root Schema : subscriptionDetailsResponse
Type:
Show Source
object-
BillToAccountId:
string
-
BillToContactId:
string
-
BillToContactName:
string
-
BillToContactNumber:
string
-
BillToPartyId:
string
-
BillToSiteUseId:
string
-
creditCards:
object pagedCreditCards
-
LastUpdateDate:
string
-
PaymentMethod:
string
-
PaymentMethodName:
string
-
PONumber:
string
-
products:
object pagedProducts
-
ShipToContactId:
string
-
ShipToContactName:
string
-
ShipToContactNumber:
string
-
ShipToContactPartyId:
string
-
ShipToParty:
string
-
WireNumber:
string
Nested Schema : subscriptionProductItem
Type:
Show Source
object-
BillToAccountId:
string
-
BillToContactId:
string
-
BillToContactName:
string
-
BillToContactNumber:
string
-
BillToPartyId:
string
-
creditCards:
object pagedCreditCards
-
LastUpdateDate:
string
-
PaymentMethod:
string
-
PaymentMethodName:
string
-
PONumber:
string
-
ShipToContactId:
string
-
ShipToContactName:
string
-
ShipToContactNumber:
string
-
ShipToContactPartyId:
string
-
ShipToPartyId:
string
-
SubscriptionProductPuid:
string
-
WireNumber:
string
400 Response
Bad request
Root Schema : Error
Type:
Show Source
object-
errorCode:
string
The numerical code identifying the error
-
message:
string
-
moreInfo:
string
An optional non-localized message with more information
-
status:
string
The HTTP status code
500 Response
Internal server error
Root Schema : Error
Type:
Show Source
object-
errorCode:
string
The numerical code identifying the error
-
message:
string
-
moreInfo:
string
An optional non-localized message with more information
-
status:
string
The HTTP status code