The LicenseOrderInfo object contains parameters of a license order.
LicenseOrderInfo Parameters
Name |
Type |
Description |
OrderId |
String |
Order Id |
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 |
Example Response
{
"OrderId"
:
"a5f7b552fad9e41192ae005056c00008"
,
"ProductName"
:
"User-friendly product name3"
,
"ProjectName"
:
"Project 3"
,
"DateCreated"
:
"2015-04-03T12:10:00"
,
"OrderNumber"
:
"ITP-DLOA-46CAF33K-K7494C6H-A85HCD6B-46CHC8HB-6E"
,
"Status"
:
"Active"
,
"Company"
:
"Company-2d6"
,
"Customer"
:
"Customer-f34"
,
"Email"
:
"808c3bbc@360mail.com"
,
"Address"
:
"Address-139cf"
,
"City"
:
"City-1b915"
,
"State"
:
"State-922"
,
"Zip"
:
"ceb8d"
,
"Country"
:
"Mauritania"
,
"Phone"
:
"282517645"
,
"Comments"
:
""
,
"Price"
: 54.0,
"Codes"
: 2
}