The LicenseOrderCreateDetails object contains parameters for license order creation.
LicenseOrderCreateDetails Parameters
| Name |
Type |
Description |
| LicensePresetId |
String |
License preset id |
| CodesQuantity |
Number |
Codes quantity. Range: 0..100 |
| Company |
String |
Company name. Max length: 50 |
| CustomerName |
String |
Customer name. Max length: 50 |
| Email |
String |
E-mail address. Max length: 128 |
| Address |
String |
Street address. Max length: 50 |
| City |
String |
City name. Max length: 50 |
| State |
String |
State. Max length: 50 |
| ZipCode |
String |
Zip code. Max length: 25 |
| Country |
String |
Country name. Max length: 50 |
| Phone |
String |
Phone name. Max length: 25 |
| Price |
Float |
Price |
| Comments |
String |
Comments. Max length: 64 |
* Required parameters are marked with
bold font.
Example Request
{
"LicensePresetId": "35969d4ff54ee2119baec86000bd38b2",
"CustomerName": "Customer-eb2",
"Email": "241949dcbe66@259mail.com",
"CodesQuantity": 1,
"Price": 49.9,
"Comments": "comments for the order"
}