Returns a list of renewal orders.
Request Address
http:
//api.intelliprotector.com:8000/RenewalOrder/List
https:
//api.intelliprotector.com:9000/RenewalOrder/List
Request Parameters
Name |
Type |
Description |
AccessInfo |
Object |
The AccessInfo object which contains access information |
PageRequest |
Object |
The PageRequest object which describes page settings |
OrdersSearch |
Object |
The RenewalOrdersSearch object which has all search parameters |
* Required parameters are marked with
bold font.
Example Request
{
"PageRequest"
: {
"Index"
: 1,
"Size"
: 1
},
"OrdersSearch"
: {
"ProjectId"
:
"85cb429aee4ee2119baec86000bd38b2"
},
"AccessInfo"
: {
"VendorId"
:
"99999999999999999999999999999999"
,
"WebApiKey"
:
"00000000000000000000000000000000"
}
}
Example Response
{
"PageResponse"
: {
"Index"
: 1,
"Size"
: 1,
"Pages"
: 50,
"Records"
: 50
},
"RenewalOrders"
: [
{
"OrderId"
:
"e5d3e46b50e0e41181f3001bfc6ad16e"
,
"ProductName"
:
"User-friendly product name4"
,
"ProjectName"
:
"Project 4"
,
"DateCreated"
:
"2015-04-11T13:41:00"
,
"OrderNumber"
:
"ITP-DROA-BBD25286-4B2C439A-9DE86C36-4FDE425K-3A"
,
"Status"
:
"Active"
,
"Company"
:
""
,
"Customer"
:
"Customer-c49"
,
"Email"
:
"9547d5e@268mail.com"
,
"Address"
:
""
,
"City"
:
""
,
"State"
:
""
,
"Zip"
:
""
,
"Country"
:
""
,
"Phone"
:
""
,
"Comments"
:
""
,
"Price"
: 0.0,
"Codes"
: 1
}
],
"ResponseDetails"
: {
"ResponseStatus"
:
"Success"
,
"Message"
:
"Success"
}
}
Response Parameters
Name |
Description |
PageResponse |
The PageResponse object which represent page settings |
RenewalOrders |
An array of RenewalOrderInfo objects which describe orders settings |
ResponseDetails |
The ResponseDetails object with the status of a Web API call |