POST api/{version}/PurchaseAddons/SaveAddonStudentOrder
Used to save the add on details from add check out
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
AddOnCheckOutSaveInput| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentOrderDetails |
Gets or sets the student order details |
StudentOrders |
None. |
| OrderShippingDetails |
Gets or sets the student order details |
OrderShippingDetails |
None. |
| PaymentInfo |
Gets or sets the payment ifo details |
StudentPaymentInfo |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AddOnCheckOutResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Result |
Gets or sets the response after add ons |
boolean |
None. |
| StudentOrderDetails |
Gets or sets the student order details |
StudentOrders |
None. |
| RedirectUrl |
Gets or sets the redirect url |
string |
None. |
| Constant |
Gets or sets the return values in a constants |
string |
None. |
| RedirectStudentProductId |
Gets or sets the redirect student product id |
integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample: