Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Web/Cart/{sessionKey}/OnAccount |
URI Parameters
|
Request BodyRequest object type : AddOnAccountRequest
|
{
"Amount": 1.0,
"PaymentMethodId": 2,
"Notes": "sample string 3"
}
<AddOnAccountRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Amount>1</Amount>
<Notes>sample string 3</Notes>
<PaymentMethodId>2</PaymentMethodId>
</AddOnAccountRequest>
Response object type : AddOnAccountResponse
Response object type AddOnAccountResponse has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
PaymentId | integer |
{
"PaymentId": 1
}
<AddOnAccountResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<PaymentId>1</PaymentId>
</AddOnAccountResponse>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Parameter Changed | 15.0.0 | sessionKey has been marked as required. | Required |