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": "8cb36ab6-7c13-4d09-8271-30c2e2f79287",
"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": "2ef479fe-1114-4783-ba21-40ce53936d42",
"AmountPaid": 3.0,
"SubscriptionType": "sample string 4",
"PaymentDateUtc": "2025-12-07T08:18:20.8724758Z",
"Currency": "sample string 6",
"TransactionId": "sample string 7",
"SubscriptionStartDateUtc": "2025-12-07T08:18:20.8724758Z",
"SubscriptionEndDateUtc": "2025-12-07T08:18:20.8724758Z",
"IsApplied": true,
"PackageName": "sample string 11"
}