Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Web/Cart/{sessionKey}/Payments/Check |
URI Parameters
|
Request BodyRequest object type : ApplyCheckPaymentRequest
|
{
"Amount": 1.0,
"PayerName": "sample string 2",
"CheckNumber": "sample string 3",
"PaymentMethodId": 4,
"Notes": "sample string 5"
}
<ApplyCheckPaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Amount>1</Amount>
<CheckNumber>sample string 3</CheckNumber>
<Notes>sample string 5</Notes>
<PayerName>sample string 2</PayerName>
<PaymentMethodId>4</PaymentMethodId>
</ApplyCheckPaymentRequest>
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 |