The RenewalOrderDetails object contains parameters of a renewal order.
RenewalOrderDetails Parameters
| Name |
Type |
Description |
| OrderId |
String |
Renewal 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 |
| Registrator |
String |
Payment service used. Ex: PayPal, Regnow, Avangate etc |
| PresetId |
String |
The renewal preset id |
| PresetName |
String |
Name of the renewal preset |
Example Response
{
"Registrator": "Manual",
"PresetId": "557420ddf54ee2119baec86000bd38b2",
"PresetName": "Renewal preset 1-Project4-Tests",
"OrderId": "86d3480a50e0e41181f3001bfc6ad16e",
"ProductName": "User-friendly product name4",
"ProjectName": "Project 4",
"DateCreated": "2015-04-11T13:39:00",
"OrderNumber": "ITP-DROA-67E87ACE-D478458A-92B52FF7-72KH9HCD-FF",
"Status": "Active",
"Company": "Company-212",
"Customer": "Customer-c49",
"Email": "9547d5e@268mail.com",
"Address": "Address-cff62",
"City": "City-df0e2",
"State": "State-b15",
"Zip": "e794d",
"Country": "Bolivia",
"Phone": "576597976",
"Comments": "",
"Price": 57.0,
"Codes": 2
}