Cart Test
Web/Cart/{sessionKey}/Packages/Super/{superPackageLineItemId}/{subPackageId}/{performanceLineItemId}/{performanceId}
Removes a performance item from a super package in the cart

Seats are released for the specified performance in the package.
Http Verb DELETE
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Web/Cart/{sessionKey}/Packages/Super/{superPackageLineItemId}/{subPackageId}/{performanceLineItemId}/{performanceId}

URI Parameters

Parameter Name Data Type Required Notes
sessionKey string Y
superPackageLineItemId integer Y Lineitem ID of the super package to remove the performance from.
subPackageId integer Y ID of the sub package to remove the performance from.
performanceLineItemId integer Y Lineitem ID of the performance line in the package to remove.
performanceId integer Y PerformanceId ID of the performance to remove.

Request Body

None.

No request body.

No response body. Please check http status code header for success (200 OK) or failure. It there are error(s), a collection of ErrorMessages will be returned.

No response body. Please check http status code header for success (200 OK) or failure. It there are error(s), a collection of ErrorMessages will be returned.

Change Version Description Contract Old New
Operation Added 15.1.0 RemoveSuperPackagePerformanceItem has been added. RemoveSuperPackagePerformanceItem