50
The upload extension API doesn't support for uploading the extension for Next Major/Minor version. It supports only the immediate installation.
STATUS DETAILS
Completed
Ideas Administrator

Thank you for this suggestion! This option is available with v2.0 of the API. 

POST  https://api.businesscentral.dynamics.com/v2.0/{environment name}/api/microsoft/automation/v2.0/companies({companyId})/extensionUpload

Content-type: application/json

Body:

{
    “schedule”: “Current version”
}


Other two options are “Next major version” and “Next minor version”.



Best regards,
Business Central Team