post
https://secure.fusebill.com/v1/customeractivation&view=
This function allows you to activate a customer currently in draft status.
There are various fields in the JSON payload which are required when activating a draft customer. These options are activateAllSubscriptions , activateAllDraftPurchases and temporarilyDisableAutoPost. All of these fields are required unless preview has been set to true, in which case only the customerID is required.
To include the full invoice object created from the activation , you can include the parameter view=sideeffects in the URL. This will cause the newly created invoice object to be included in the response.
To make sure a customer only activates if their payment succeeds, set rollBackOnFail to true.
