GET api/CheckSubscription/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TabSubscribedUserName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ApplicationId | globally unique identifier |
None. |
|
AmountPaid | decimal number |
None. |
|
SubscriptionType | string |
None. |
|
PaymentDateUtc | date |
None. |
|
Currency | string |
None. |
|
TransactionId | string |
None. |
|
SubscriptionStartDateUtc | date |
None. |
|
SubscriptionEndDateUtc | date |
None. |
|
IsApplied | boolean |
None. |
|
PackageName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "ApplicationId": "9c7e7a17-defe-4e4d-bd56-24a4d6e7f9c4", "AmountPaid": 3.0, "SubscriptionType": "sample string 4", "PaymentDateUtc": "2024-12-21T06:14:27.6559599-06:00", "Currency": "sample string 6", "TransactionId": "sample string 7", "SubscriptionStartDateUtc": "2024-12-21T06:14:27.6559599-06:00", "SubscriptionEndDateUtc": "2024-12-21T06:14:27.6559599-06:00", "IsApplied": true, "PackageName": "sample string 11" }