| Http Verb | PUT |
| Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Web/Cart/{sessionKey}/CartFlags |
URI Parameters
|
Request BodyRequest object type : CartFlags
|
{
"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 |