Creates a trial license.
POST {{baseUrl}}/api/ecom/licenses/createTrial
[DEPRECATED: APIs under the ECom.Licenses scope are scheduled for End of Life effective December 1, 2020. At that time this API will no longer be available. Please see ECom.Shop (e.g. Create Trial) for the next generation Ecommerce API functionality.]
Request Body
{"Modules"=>[{"Code"=>"DNS", "Seats"=>50}, {"Code"=>"WSAT", "Seats"=>50}], "CustomerEmail"=>"jdoe@incorporated.com", "LanguageCode"=>"EN", "LocationCode"=>"USA", "PartnerProductId"=>"113400101", "Seats"=>50, "Country"=>"USA", "ExternalAccountId"=>"MyAccountRef9075"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"License":{"LicenseId":178637956,"Keycode":"A5DC61AE327B4D90A41E","ExternalAccountId":"MyAccountRef7223","Seats":50,"SeatsUsed":0,"StorageGb":50,"StartDate":"2022-11-29T10:36:05.5754819Z","ExpirationDate":"2023-11-29T10:36:05.5754819Z","Modules":[{"Seats":50,"Name":"DNS Protection","Code":"DNS","LicenseType":"trial","StartDate":"2022-11-29T10:36:05.5754819Z","ExpirationDate":"2023-11-29T10:36:05.5754819Z"},{"Seats":50,"Name":"Webroot Security Awareness Training","Code":"WSAT","LicenseType":"trial","StartDate":"2022-11-29T10:36:05.5754819Z","ExpirationDate":"2023-11-29T10:36:05.5754819Z"}]}}