PaymentSignatures Test
TXN/Payment/Signatures?paymentId={paymentId}
Get all payment signatures.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/Payment/Signatures?paymentId={paymentId}

URI Parameters

Parameter Name Data Type Required Notes
paymentId integer N

Request Body

None.

No request body.

Response object type : Collection of PaymentSignature

Response object type Collection of PaymentSignature has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Id integer N
PaymentId integer N
Signature Collection of byte N
UpdatedBy string N
UpdatedDateTime date N
[
  {
    "CreatedDateTime": "2025-04-24T05:18:58.4209932-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Id": 1,
    "UpdatedDateTime": "2025-04-24T05:18:58.4209932-07:00",
    "UpdatedBy": "sample string 3",
    "PaymentId": 4,
    "Signature": "QEA="
  },
  {
    "CreatedDateTime": "2025-04-24T05:18:58.4209932-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Id": 1,
    "UpdatedDateTime": "2025-04-24T05:18:58.4209932-07:00",
    "UpdatedBy": "sample string 3",
    "PaymentId": 4,
    "Signature": "QEA="
  }
]
<PaymentSignatures xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PaymentSignature>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:18:58.4209932-07:00</CreatedDateTime>
    <Id>1</Id>
    <PaymentId>4</PaymentId>
    <Signature>QEA=</Signature>
    <UpdatedBy>sample string 3</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:18:58.4209932-07:00</UpdatedDateTime>
  </PaymentSignature>
  <PaymentSignature>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:18:58.4209932-07:00</CreatedDateTime>
    <Id>1</Id>
    <PaymentId>4</PaymentId>
    <Signature>QEA=</Signature>
    <UpdatedBy>sample string 3</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:18:58.4209932-07:00</UpdatedDateTime>
  </PaymentSignature>
</PaymentSignatures>

No entries in change log for this operation.