POST api/ProductSubscription/GetProductSubscriptionMessage?studentProductElementId={studentProductElementId}&elementId={elementId}

To get product subscription message

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentProductElementId

integer

Required

elementId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ProductAcessMessage
NameDescriptionTypeAdditional information
ShowRenewalMessage

boolean

None.

ShowExpirMessage

boolean

None.

ProductEndDate

date

None.

ProductElementEndDate

date

None.

StudentProductId

/

integer

None.

StudentproductElementId

integer

None.

ProductName

string

None.

IsDigitalProduct

boolean

None.

SubscriptionLink

string

None.

SubscriptionExtensionLink

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ShowRenewalMessage": true,
  "ShowExpirMessage": true,
  "ProductEndDate": "2026-04-02T23:48:50.4551212-04:00",
  "ProductElementEndDate": "2026-04-02T23:48:50.4551212-04:00",
  "StudentProductId": 5,
  "StudentproductElementId": 6,
  "ProductName": "sample string 7",
  "IsDigitalProduct": true,
  "SubscriptionLink": "sample string 9",
  "SubscriptionExtensionLink": "sample string 10"
}