POST api/PurchaseAddons/GetOrderAmountOnShipping
Used to get the order amount for shipping
Request Information
URI Parameters
None.
Body Parameters
AddonOrderAmountOnShipping| Name | Description | Type | Additional information |
|---|---|---|---|
| objAddOnCheckOut | AddOnCheckOut |
None. |
|
| Type | string |
None. |
|
| StudentProductId | integer |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AddOnCheckOut| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchsedProductInfo |
Gets or sets the Purchsed Product Info |
Collection of PurchasedItems |
None. |
| StudentOrders |
Gets or sets the cart items |
StudentOrders |
None. |
| Total |
Gets or sets the total amount |
decimal number |
None. |
| GrandTotal |
Gets or sets the grand total during check out page |
decimal number |
None. |
| ComboDiscount |
Get or sets the combo discount amount |
decimal number |
None. |
| AlreadyPaid |
Gets or sets the already paid amount |
decimal number |
None. |
| TobePaidPaid |
Gets or sets the remaining amount to be paid |
decimal number |
None. |
| IsFromAddonCheckout |
Gets or sets whether the details is from addon check out |
boolean |
None. |
| ToShowPurchaseSection |
Gets or sets whether the to show the purchase section or not |
boolean |
None. |
| RemovedProductId |
Gets or sets corporate offered product removed details for addon page |
Collection of integer |
None. |
| FromPage | string |
None. |
|
| LaterAmount |
Gets or sets LaterAmount for addon page |
decimal number |
None. |
| ShippingTypes |
gets or set the shipping types based on shipment charges |
Collection of SelectListItem |
None. |
Response Formats
application/json
Sample:
text/json
Sample: