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": "5f9155bd-284f-4688-865b-c270491dce62", "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": "5a415da7-45f3-4b31-bfee-4674ee4df33d", "AmountPaid": 3.0, "SubscriptionType": "sample string 4", "PaymentDateUtc": "2024-10-13T00:07:20.8905289-05:00", "Currency": "sample string 6", "TransactionId": "sample string 7", "SubscriptionStartDateUtc": "2024-10-13T00:07:20.8905289-05:00", "SubscriptionEndDateUtc": "2024-10-13T00:07:20.8905289-05:00", "IsApplied": true, "PackageName": "sample string 11" }