The RenewalOrdersSearch object is used to specify search parameters.
RenewalOrdersSearch 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 renewal preset id |
OrderNumber |
String |
Search by order number. Max length: 128 |
Customer |
String |
Search by customer name. Max length: 50 |
Email |
String |
Search by e-mail address. Max length: 128 |
Company |
String |
Search by company name. Max length: 50 |
Phone |
String |
Search by phone. Max length: 25 |
Address |
String |
Search by street address. Max length: 50 |
City |
String |
Search by city name. Max length: 50 |
State |
String |
Search by state name. Max length: 50 |
Zip |
String |
Search by zip name. Max length: 25 |
Country |
String |
Search by country. Max length: 50 |
Comments |
String |
Search by comments. Max length: 64 |
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"
:
"85cb429aee4ee2119baec86000bd38b2"
"Customer"
:
"james"
}