GET api/{version}/User/CheckStudentProductStatus?studentProductId={studentProductId}

Giving Redirecting page based on product status

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentProductId

integer

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

RedirectPath
NameDescriptionTypeAdditional information
RedirectPage

string

None.

ErrorMessage

string

None.

ActiveOrderParameter

ActiveOrderParameters

None.

PaymentOrderParameter

OrderPaymentParameters

None.

ProductParameter

ProductParameters

None.

Response Formats

application/json, text/json

Sample:
{
  "RedirectPage": "sample string 1",
  "ErrorMessage": "sample string 2",
  "ActiveOrderParameter": {
    "StudentOrderId": 1,
    "PurchaseSetId": 2,
    "StudentProductId": 3
  },
  "PaymentOrderParameter": {
    "SudentProductId": 1,
    "StudentOrderId": 2,
    "fmmbl": "sample string 3"
  },
  "ProductParameter": {
    "StudentProductId": 1,
    "ElementId": 2,
    "Type": "sample string 3"
  }
}