POST api/CheckSubscription
Request Information
URI Parameters
None.
Body Parameters
SubscribedUser| Name | 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": "058cb7d7-0b5a-45cd-bc5f-b9de9a2532ae",
"IsApplied": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TabSubscribedUser| Name | 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": "c213f869-c93e-4ee6-8b2c-06a26e5904a1",
"AmountPaid": 3.0,
"SubscriptionType": "sample string 4",
"PaymentDateUtc": "2026-02-01T20:29:02.4047701Z",
"Currency": "sample string 6",
"TransactionId": "sample string 7",
"SubscriptionStartDateUtc": "2026-02-01T20:29:02.4047701Z",
"SubscriptionEndDateUtc": "2026-02-01T20:29:02.4047701Z",
"IsApplied": true,
"PackageName": "sample string 11"
}