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