POST api/CheckSubscription
Request Information
URI Parameters
None.
Body Parameters
SubscribedUserName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ApplicationId | globally unique identifier |
None. |
|
IsApplied | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "ApplicationId": "b4e0835d-6e3a-48ff-871b-f7b163809da5", "IsApplied": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "c9dce6f8-d2f8-4eac-b5b6-b0838458850f", "AmountPaid": 3.0, "SubscriptionType": "sample string 4", "PaymentDateUtc": "2025-05-04T09:15:45.4985068Z", "Currency": "sample string 6", "TransactionId": "sample string 7", "SubscriptionStartDateUtc": "2025-05-04T09:15:45.4985068Z", "SubscriptionEndDateUtc": "2025-05-04T09:15:45.4985068Z", "IsApplied": true, "PackageName": "sample string 11" }