Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/Payment/Signatures/Order/{orderId} |
URI Parameters
|
Request BodyRequest object type : PaymentSignature
|
{
"CreatedDateTime": "2025-04-24T05:12:17.3927718-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Id": 1,
"UpdatedDateTime": "2025-04-24T05:12:17.3927718-07:00",
"UpdatedBy": "sample string 3",
"PaymentId": 4,
"Signature": "QEA="
}
<PaymentSignature xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-04-24T05:12:17.3927718-07:00</CreatedDateTime>
<Id>1</Id>
<PaymentId>4</PaymentId>
<Signature>QEA=</Signature>
<UpdatedBy>sample string 3</UpdatedBy>
<UpdatedDateTime>2025-04-24T05:12:17.3927718-07:00</UpdatedDateTime>
</PaymentSignature>
Response object type : PaymentSignature
Response object type PaymentSignature has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
CreatedBy | string | N | Auto-assigned | ||
CreatedDateTime | date | N | Auto-assigned | ||
CreateLocation | string | N | Auto-assigned | ||
Id | integer | N | Auto-assigned | ||
PaymentId | integer | Y | |||
Signature | Collection of byte | Y | |||
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | N | Auto-assigned |
{
"CreatedDateTime": "2025-04-24T05:12:17.3927718-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Id": 1,
"UpdatedDateTime": "2025-04-24T05:12:17.3927718-07:00",
"UpdatedBy": "sample string 3",
"PaymentId": 4,
"Signature": "QEA="
}
<PaymentSignature xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-04-24T05:12:17.3927718-07:00</CreatedDateTime>
<Id>1</Id>
<PaymentId>4</PaymentId>
<Signature>QEA=</Signature>
<UpdatedBy>sample string 3</UpdatedBy>
<UpdatedDateTime>2025-04-24T05:12:17.3927718-07:00</UpdatedDateTime>
</PaymentSignature>
No entries in change log for this operation.