update_subscription
Update a subscription's details, including name, currency, gateway, payment method, dates, and addresses, using the subscription ID.
Instructions
Update a subscription. PUT /subscriptions/{subscriptionId}. Optional: name, companyCurrencyId, companyGatewayId, customerPaymentMethodId, detail, effectiveStartDate, billingAddressId, shippingAddressId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Subscription ID (required) | |
| name | No | Subscription name | |
| companyCurrencyId | No | Company currency ID | |
| companyGatewayId | No | Company gateway ID | |
| customerPaymentMethodId | No | Customer payment method ID | |
| detail | No | Detail | |
| effectiveStartDate | No | Effective start date | |
| billingAddressId | No | Billing address ID | |
| shippingAddressId | No | Shipping address ID |