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": "0e0b688f-1bc0-4336-88d1-db24c249ce0d", "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": "331d6971-3252-4a48-b61c-32fa3e291957", "AmountPaid": 3.0, "SubscriptionType": "sample string 4", "PaymentDateUtc": "2023-12-07T05:07:01.8833901-06:00", "Currency": "sample string 6", "TransactionId": "sample string 7", "SubscriptionStartDateUtc": "2023-12-07T05:07:01.8833901-06:00", "SubscriptionEndDateUtc": "2023-12-07T05:07:01.8833901-06:00", "IsApplied": true, "PackageName": "sample string 11" }