Set Checkout Attribute
Request Parameters:
This method is used to set checkout attribute to cart
URL: ../Plugins/XcellenceIt.Plugin.Misc.NopRestApi/RemoteService/WebService.svc/SetCheckOutAttribute
Parameter:
{
"apiSecretKey":"k117x118z122r116t100e100r118j122",
"storeId": "1",
"customerId": "1",
"currencyId": "1",
"languageId": "1",
"checkoutAttributeResponse":
[{
"AttributeId": "1", "AttributeValue": "2"
}]
}
Response:
{
"SetCheckOutAttributeResult":
{
"Id": 0,
"Message": "checkOut attribute set successfully ",
"CheckoutAttributeInfo": null,
"CheckoutAttributes": null,
"DiscountBox": null,
"DisplayTaxShippingInfo": false,
"GiftCardBox": null,
"IsApplied": true,
"IsEditable": false,
"Items": null,
"MinOrderSubtotalWarning": null,
"OnePageCheckoutEnabled": false,
"OrderReviewData": null,
"ShowProductImages": false,
"ShowSku": false,
"TermsOfServiceOnOrderConfirmPage": false,
"TermsOfServiceOnShoppingCartPage": false,
"Warnings": null
}
}