GET api/ttransaction/getbyorder?order={order}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| order | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
TTransaction| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | integer | None. | |
| Order | integer | None. | |
| BankResponseCode | string | None. | |
| BankResponseText | string | None. | |
| BankAuthorizationNumber | string | None. | |
| BankTransactionId | string | None. | |
| BankTransactionType | string | None. | |
| BankAmount | string | None. | |
| BankPurshaseAmount | string | None. | |
| BankReferenceNumber | string | None. | |
| BankHostTime | string | None. | |
| BankHash | string | None. | |
| BankUsername | string | None. | |
| BankAVSResponse | string | None. | |
| BankCVVRespoonse | string | None. | |
| TransactionDate | date | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "Id": 1,
  "Order": 2,
  "BankResponseCode": "sample string 3",
  "BankResponseText": "sample string 4",
  "BankAuthorizationNumber": "sample string 5",
  "BankTransactionId": "sample string 6",
  "BankTransactionType": "sample string 7",
  "BankAmount": "sample string 8",
  "BankPurshaseAmount": "sample string 9",
  "BankReferenceNumber": "sample string 10",
  "BankHostTime": "sample string 11",
  "BankHash": "sample string 12",
  "BankUsername": "sample string 13",
  "BankAVSResponse": "sample string 14",
  "BankCVVRespoonse": "sample string 15",
  "TransactionDate": "2025-10-29T23:28:26.408993-07:00"
}
        application/xml, text/xml
            Sample:
<TTransaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniqueness.Store.Ticket.API.Models"> <BankAVSResponse>sample string 14</BankAVSResponse> <BankAmount>sample string 8</BankAmount> <BankAuthorizationNumber>sample string 5</BankAuthorizationNumber> <BankCVVRespoonse>sample string 15</BankCVVRespoonse> <BankHash>sample string 12</BankHash> <BankHostTime>sample string 11</BankHostTime> <BankPurshaseAmount>sample string 9</BankPurshaseAmount> <BankReferenceNumber>sample string 10</BankReferenceNumber> <BankResponseCode>sample string 3</BankResponseCode> <BankResponseText>sample string 4</BankResponseText> <BankTransactionId>sample string 6</BankTransactionId> <BankTransactionType>sample string 7</BankTransactionType> <BankUsername>sample string 13</BankUsername> <Id>1</Id> <Order>2</Order> <TransactionDate>2025-10-29T23:28:26.408993-07:00</TransactionDate> </TTransaction>