post https://secure.fusebill.com/v1/SubscriptionStandingOrder/
This action will change a subscription to a standing order subscription.
Property | Type | Description |
---|---|---|
subscriptionid | integer | This is the subscription id of the subscription to be changed to a standing order. |
Examples
curl -X POST "https://secure.fusebill.com/v1/SubscriptionStandingOrder/216252"\
-H "Content-Type: application/json" \
-H "Authorization: Basic {APIKey}"
//this example will change the subscription with the ID 216252 to a standing order.