Get Upcoming Subscription Order List
Service URL: https://api.ssl2buy.com/orderservice/order/getupcomingsubscriptionorder
This method allows partner to get list of all upcoming subscription orders
Request Parameters “GetSubscriptionOrdersRequest”
Field Name | Description | Type | Required |
---|---|---|---|
PartnerEmail | SSL2Buy login Email | String (Max Length : 200) | Yes |
ApiKey | ApiKey | String (Max Length : 100) | Yes |
OrderNumber | Partner should pass the SSl2Buy order number. | Integer | No |
StartDate | Partner should pass the Start Date. | DateTime | No |
EndDate | Partner should pass the End Date. | DateTime | No |
PageNo | Partner should pass the Page Number. | Integer | No |
PageSize | Partner should pass the Page Size. | Integer | No |
Response Parameters “GetSubscriptionOrdersResponse”
Field Name | Description | Type |
---|---|---|
TotalOrders | Number of Total Orders | Integer |
TotalPages | Number of Total Pages | Integer |
UpcomingSubscriptionOrderList | List Object of Upcoming Subscription List | List |
DomainName | Domain Name | String |
OrderNumber | Order Number | Integer |
ProductName | Product Name | String |
ProductAmount | Amount of Product | Decimal |
Pin | Pin for the configuration link | String |
EndDate | End Date | DateTime |
APIError | ||
.. ErrorNumber | Error Number. Refer section “Error Description”. | Integer |
.. ErrorField | Error Field | String |
.. ErrorMessage | Description of errors | String |
StatusCode | Status Code of Response i.e 0 = Method is executed successfully. -1 = There is an Error in Response. |
Integer |