POST api/CheckSubscription

Request Information

URI Parameters

None.

Body Parameters

SubscribedUser
NameDescriptionTypeAdditional information
Id

integer

None.

ApplicationId

globally unique identifier

None.

IsApplied

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ApplicationId": "30f899d4-7b84-4740-8589-5c5b330e2719",
  "IsApplied": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

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": "d5660f51-ec70-4037-a7ce-02869d0934d5",
  "AmountPaid": 3.0,
  "SubscriptionType": "sample string 4",
  "PaymentDateUtc": "2024-04-25T14:45:59.8859318-05:00",
  "Currency": "sample string 6",
  "TransactionId": "sample string 7",
  "SubscriptionStartDateUtc": "2024-04-25T14:45:59.8859318-05:00",
  "SubscriptionEndDateUtc": "2024-04-25T14:45:59.8859318-05:00",
  "IsApplied": true,
  "PackageName": "sample string 11"
}