Account
Migrate an existing Account to a Core billing Account
Used to migrate an existing Account to a Core billing Account
put/accounts/{account_id}/migrations/core
Path parameters
account_idstring required
The ID of the account to update
Query parameters
trialboolean
Whether or not to convert the Account to a trial Account. Defaults to whether the existing account.mabl_plan_type == 'trial'
trial_start_timeinteger
Trial start time. Defaults to the existing trial start time.
trial_end_timeinteger
Trial end time. Defaults to the existing trial end time.
start_timeinteger
Subscription start start time. Defaults to the existing subscription start time.
end_timeinteger
Subscription end time. Defaults to the existing subscription end time.
Response
The Account that was migrated
Changes
Changed in 1 of the 10 revisions of this API.1
- ○
added the optional property
subscription/allocations/enforce_limitto the response with the201statusresponse-optional-property-added
- ○