GET api2/subscriptions.json
Get subscriptions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of API.Code.DeviceHelperAPI+SubscriptionInfoName | Description | Type | Additional information |
---|---|---|---|
Title | string |
None. |
|
Description | string |
None. |
|
ID | integer |
None. |
|
NextBillingDate | date |
None. |
|
ChargeForNextBillingDate | integer |
None. |
|
Currency | DB_Class.CheckoutServiceNew.eCurrency |
None. |
|
NextRenewalDue | date |
None. |
|
CancelationDate | date |
None. |
|
Status | string |
None. |
|
Active | boolean |
None. |
Response Formats
[ { "Title": "sample string 1", "Description": "sample string 2", "ID": 3, "NextBillingDate": "2024-10-09T20:32:10.6623942+02:00", "ChargeForNextBillingDate": 5, "Currency": "All", "NextRenewalDue": "2024-10-09T20:32:10.6623942+02:00", "CancelationDate": "2024-10-09T20:32:10.6623942+02:00", "Status": "sample string 8", "Active": true }, { "Title": "sample string 1", "Description": "sample string 2", "ID": 3, "NextBillingDate": "2024-10-09T20:32:10.6623942+02:00", "ChargeForNextBillingDate": 5, "Currency": "All", "NextRenewalDue": "2024-10-09T20:32:10.6623942+02:00", "CancelationDate": "2024-10-09T20:32:10.6623942+02:00", "Status": "sample string 8", "Active": true } ]