Get Upcoming Renewal Order List (Expiring within 30 days)
Service URL: https://api.ssl2buy.com/orderservice/order/getupcomingrenewalorderlist
This method allows partner to get upcoming renewal order list (Expiring within 30 days)
Request Parameters “GetOrderListRequest"
Field Name | Description | Type | Required |
---|---|---|---|
PartnerEmail | SSL2Buy login Email | String (Max Length : 200) | Yes |
ApiKey | ApiKey | String (Max Length : 100) | Yes |
PageNo | Partner should pass the Page Number. | Integer | Yes |
PageSize | Partner should pass the Page Size. (Maximum 50) | Integer | Yes |
Response Parameters “GetOrderListResponse"
Field Name | Description | Type |
---|---|---|
OrderList | List object of Orders | List |
OrderNumber | Order Number | Integer |
OrderDate | Order Date | DateTime |
SubscriptionYear | Subscription year. | Integer |
ProductName | Product Name | String |
OrderStatus | Order Status | String |
DomainName | Domain Name | String |
OrderAmount | Amount of Order | Decimal |
ExpireOn | If the link is pending for configuration, it will show Subscription End Date. If the link is used and certificate is issued, it will show Certificate End Date. |
DateTime |
TotalOrders | Number of Total Orders | Integer |
TotalPages | Number of Total Pages | Integer |
APIError | ||
.. ErrorNumber | Error Number. Refer section “Error Description”. | Integer |
.. ErrorField | Error Field | String |
.. ErrorMessage | Description of errors | String |
StatusCode | Status Code for Response from API i.e 0 = Success Response -1 = Error in Response |
Integer |