GET api/CheckSubscription/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

TabSubscribedUser
NameDescriptionTypeAdditional 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": "023f2746-d802-47c8-978b-e03e3e0433dc",
  "AmountPaid": 3.0,
  "SubscriptionType": "sample string 4",
  "PaymentDateUtc": "2024-04-24T10:20:13.6285114-05:00",
  "Currency": "sample string 6",
  "TransactionId": "sample string 7",
  "SubscriptionStartDateUtc": "2024-04-24T10:20:13.6285114-05:00",
  "SubscriptionEndDateUtc": "2024-04-24T10:20:13.6285114-05:00",
  "IsApplied": true,
  "PackageName": "sample string 11"
}