PUT api/TTransaction/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

TTransaction
NameDescriptionTypeAdditional 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.

Request 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": "2024-11-13T20:25:13.5084674-08: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>2024-11-13T20:25:13.5084674-08:00</TransactionDate>
</TTransaction>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.