Cart Test
Web/Cart/{sessionKey}/ReceiptString?receiptSettingsId={receiptSettingsId}&targetFormat={targetFormat}
Returns a formatted receipt for a cart
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Web/Cart/{sessionKey}/ReceiptString?receiptSettingsId={receiptSettingsId}&targetFormat={targetFormat}

URI Parameters

Parameter Name Data Type Required Notes
sessionKey string Y
receiptSettingsId integer N ID of the receipt settings to use (ReferenceData/ReceiptSettings).
targetFormat integer N HTML for targetFormat 1 and CPCL for targetFormat 2.

Request Body

None.

No request body.

Response object type : ReceiptStringResponse

Response object type ReceiptStringResponse has the following properties.
Property Name Data Type Length Required Readonly Notes
ReceiptString string
{
  "ReceiptString": "sample string 1"
}
<ReceiptStringResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ReceiptString>sample string 1</ReceiptString>
</ReceiptStringResponse>
Change Version Description Contract Old New
Property Removed 15.1.0 EmbeddedImages has been removed from ReceiptStringResponse ReceiptStringResponse EmbeddedImages
Parameter Changed 15.0.0 sessionKey has been marked as required. Required