Service: zimbraAdmin
Namespace: "urn:zimbraAdmin"
InstallLicense SOAP Command

Install a license

Network edition only API TRUE
Authorization token required true
Admin Authorization token required true

InstallLicenseRequest

    <InstallLicenseRequest> ## InstallLicenseRequest
        <content [aid="{attachment-id}"] /> ## AttachmentIdAttrib
    </InstallLicenseRequest>

The following table describes elements and attributes you can define within a <InstallLicenseRequest> element:

XPath Required / Optional Description
/content Required (only 1) Content
/content@aid Optional (0 or 1) Type:String
Attachment ID

InstallLicenseResponse

    <InstallLicenseResponse validFrom="{valid-from-date-in-ms} (long)" validUntil="{valid-until-date-in-ms} (long)"
                               serverTime="{server-time-in-ms} (long)" /> ## InstallLicenseResponse

The following table describes elements and attributes you can define within a <InstallLicenseResponse> element:

XPath Required / Optional Description
@validFrom Required (only 1) Type:long
Valid form date in milliseconds
@validUntil Required (only 1) Type:long
Valid until date in milliseconds
@serverTime Required (only 1) Type:long
Time on server in milliseconds