Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Web/Cart/{sessionKey}/ValidateLimits |
URI Parameters
|
Request BodyRequest object type : ValidateLimitsRequest
|
{
"PerformanceId": 1,
"PackageId": 2,
"PriceTypeId": 3,
"SeatCount": 4
}
<ValidateLimitsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<PackageId>2</PackageId>
<PerformanceId>1</PerformanceId>
<PriceTypeId>3</PriceTypeId>
<SeatCount>4</SeatCount>
</ValidateLimitsRequest>
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 |
---|---|---|---|---|---|
Parameter Changed | 15.0.0 | sessionKey has been marked as required. | Required |