Cart Test
Web/Cart/{sessionKey}/CartFlags
Updates flags on the cart
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Web/Cart/{sessionKey}/CartFlags

URI Parameters

Parameter Name Data Type Required Notes
sessionKey string Y

Request Body

Request object type : CartFlags

Request object type CartFlags has the following properties.
Property Name Data Type Length Required Readonly Notes
ShouldCalculateFees boolean Sets the calculate_fees value in T_WEB_ORDER.
ShouldCalculatePrices boolean Sets the calculate_prices value in T_WEB_ORDER.
{
  "ShouldCalculatePrices": true,
  "ShouldCalculateFees": true
}
<CartFlags xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ShouldCalculateFees>true</ShouldCalculateFees>
  <ShouldCalculatePrices>true</ShouldCalculatePrices>
</CartFlags>

Response object type : CartFlags

Response object type CartFlags has the following properties.
Property Name Data Type Length Required Readonly Notes
ShouldCalculateFees boolean Sets the calculate_fees value in T_WEB_ORDER.
ShouldCalculatePrices boolean Sets the calculate_prices value in T_WEB_ORDER.
{
  "ShouldCalculatePrices": true,
  "ShouldCalculateFees": true
}
<CartFlags xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ShouldCalculateFees>true</ShouldCalculateFees>
  <ShouldCalculatePrices>true</ShouldCalculatePrices>
</CartFlags>
Change Version Description Contract Old New
Operation Added 15.0.0 UpdateCartFlags has been added. UpdateCartFlags