There are 2 ways to start a subscription at a specific date :
- from the backoffice
- with the API
1 – How start a Subscription from the Backoffice
First, create a new Subscription.
Set the start date and send the “Subscribe” link to the customer to finalize the subscription (register its payment information).
2 – How to Start a Subscription with the API
Starting a Subscription at a specific date can be done with the following request with “DateStart” parameter:
POST /v1/Subscription/
{
{
“ReferenceOffer”: “premium”,
“ReferenceCustomer”: “123456”,
“DateStart”: “2017-06-19T08:38:00.00Z”
“ReferenceCustomer”: “123456”,
“DateStart”: “2017-06-19T08:38:00.00Z”
}
See more at: https://docs.proabono.com/api/#override-a-subscription