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": "c9cb4607-3210-4435-93c8-89cf7d509e68", "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": "5097d6c0-719f-48b4-b649-1be57e47cb65", "AmountPaid": 3.0, "SubscriptionType": "sample string 4", "PaymentDateUtc": "2025-01-24T00:41:01.2574769Z", "Currency": "sample string 6", "TransactionId": "sample string 7", "SubscriptionStartDateUtc": "2025-01-24T00:41:01.2574769Z", "SubscriptionEndDateUtc": "2025-01-24T00:41:01.2574769Z", "IsApplied": true, "PackageName": "sample string 11" }