Subscriptions
Migrate subscription
Migrates the subscripiton to the provided version of the current plan. If possible, the migration will be done immediately. If not, the migration will be scheduled to the end of the current billing period.
post/api/v1/subscriptions/{subscriptionId}/migrate
Path parameters
subscriptionIdstring required
Example:01G65Z755AFWAKHE12NY0CQ9FH
Request body
Example request
{
"timing": "2023-01-01T01:01:01.001Z",
"billingAnchor": "2023-01-01T01:01:01.001Z"
}Response
The request has succeeded.