GET api/User/CheckStudentProductStatus?studentProductId={studentProductId}
Giving Redirecting page based on product status
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studentProductId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RedirectPath| Name | Description | Type | Additional 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"
}
}