The LicenseOrderDetails object contains parameters of a license order.
LicenseOrderDetails Parameters
Name |
Type |
Description |
OrderId |
String |
Order Id |
PresetName |
String |
Name of the license preset |
ProductName |
String |
Product name |
ProjectName |
String |
Project name |
DateCreated |
Date |
Date of the order |
OrderNumber |
String |
Order number |
Status |
String |
Order status. Possible values: Active, Blocked, Deleted |
Company |
String |
Company name |
Customer |
String |
Customer name |
Email |
String |
E-mail address |
Address |
String |
Street address |
City |
String |
City name |
State |
String |
State |
Zip |
String |
Zip code |
Country |
String |
Country name |
Phone |
String |
Phone name |
Comments |
String |
Comments |
Price |
float |
Price |
Codes |
int |
Codes quantity assigned to the order |
Registrator |
String |
Payment service used. Ex: PayPal, Regnow, Avangate etc |
Example Response
{
"OrderId"
:
"0b73aa4ccbdae41192ae005056c00008"
,
"PresetName"
:
"License preset 1-Project1-Tests"
,
"ProductName"
:
"User-friendly product name 1"
,
"ProjectName"
:
"Project 1"
,
"DateCreated"
:
"2015-04-04T13:06:00"
,
"OrderNumber"
:
"ITP-DLOA-2627H5EF-65A3469B-AA4BH2K6-7B483BK8-55"
,
"Status"
:
"Active"
,
"Company"
:
""
,
"Customer"
:
"customer name"
,
"Email"
:
"customer@email123123email123.com"
,
"Address"
:
""
,
"City"
:
""
,
"State"
:
""
,
"Zip"
:
""
,
"Country"
:
""
,
"Phone"
:
""
,
"Comments"
:
""
,
"Price"
: 0.0,
"Codes"
: 1,
"Registrator"
:
"PayPal"
}