PUT v1/SubscriptionPaymentMethod
Request Information
URI Parameters
None.
Body Parameters
Common.Dto.Put.SubscriptionPaymentMethod| Name | Description | Type | Additional information |
|---|---|---|---|
| update | boolean |
None. |
|
| subscriptionId | integer |
None. |
|
| paymentMethodId | integer |
None. |
|
| customerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"update": true,
"subscriptionId": 2,
"paymentMethodId": 1,
"customerId": 3
}
Response Information
Resource Description
None.