The LicenseOrdersSearch object is used to specify search parameters.
LicenseOrdersSearch Parameters
Name |
Type |
Description |
DateFrom |
Date |
Search from specified date, ex: "2010-01-01T10:01:00" |
DateTo |
Date |
Search to specified date, ex: "2020-01-01T10:01:00" |
ProjectId |
String |
Search by specified project id |
PresetId |
String |
Search by license preset id |
OrderNumber |
String |
Search by order number |
Customer |
String |
Search by customer name |
Email |
String |
Search by e-mail address |
Company |
String |
Search by company name |
Phone |
String |
Search by phone |
Address |
String |
Search by street address |
City |
String |
Search by city name |
State |
String |
Search by state name |
Zip |
String |
Search by zip name |
Country |
String |
Search by country |
Comments |
String |
Search by comments |
Status |
String |
Search by status. Possible values: Active, Blocked, Deleted |
* Required parameters are marked with
bold font.
Example Request
{
"DateFrom"
:
"2010-01-01T13:06:00"
,
"DateTo"
:
"2020-01-01T13:06:00"
,
"ProjectId"
:
"0b73aa4ccbdae41192ae005056c00008"
,
"Status"
:
"Active"
,
"Customer"
:
"james"
}