POST api/subscriptions/{subscriptionId}/paymentinfo/{paymentInfoId}
Sets the specified payment information to be used for the specified subscription.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionId |
The ID of the subscription for which to set the payment information. |
integer |
Required |
paymentInfoId |
The ID of the payment information details to set for the subscription. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Nothing.
None.