Http Verb | PUT |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Web/Cart/{sessionKey}/LineItems/{lineItemId}/PriceTypeId |
URI Parameters
|
Request BodyRequest object type : UpdatePriceTypeRequest
|
{
"OriginalPriceType": 1,
"NewPriceType": 1,
"NewPriceTypeReason": 1
}
<UpdatePriceTypeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<NewPriceType>1</NewPriceType>
<NewPriceTypeReason>1</NewPriceTypeReason>
<OriginalPriceType>1</OriginalPriceType>
</UpdatePriceTypeRequest>
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 |