PUT v1/SubscriptionPaymentMethod

Documentation for 'Put'.

Request Information

Parameters

NameDescriptionAdditional information
subscriptionPaymentMethod
Documentation for 'subscriptionPaymentMethod'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
Click to beautify!
{
  "update": true,
  "subscriptionId": 2,
  "paymentMethodId": 1,
  "customerId": 3
}

application/xml, text/xml

Sample:
Click to beautify!
<SubscriptionPaymentMethod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Put">
  <CustomerId>3</CustomerId>
  <PaymentMethodId>1</PaymentMethodId>
  <SubscriptionId>2</SubscriptionId>
  <Update>true</Update>
</SubscriptionPaymentMethod>

application/x-www-form-urlencoded

Sample:
Click to beautify!

Sample not available.