GET api/Inventory/GetDepositPayments?DealershipID={DealershipID}&TransactionID={TransactionID}

Gets single vehicle financial transaction payments.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DealershipID

integer

Required

TransactionID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PartialPayment
NameDescriptionTypeAdditional information
AppliedDate

date

None.

BankID

integer

None.

SuggestivePrice

decimal number

None.

BankList

Collection of MasterListItem

None.

PaidOff

boolean

None.

context

string

None.

SoldAtID

integer

None.

PayeeID

integer

None.

RefNo

string

None.

VehicleID

integer

None.

SoldAtList

Collection of MasterListItem

None.

IsBatchPart

boolean

None.

IncludeBatchPart

boolean

None.

TransactionID

integer

None.

PaymentDate

date

None.

PaymentDateText

string

None.

Amount

decimal number

Range: inclusive between 0 and 1000000000

AdvanceTax

decimal number

None.

PaymentTypeID2

byte

None.

PaymentTypeID

enumPaymentType

None.

PreviousPaymentTypeID

enumPaymentType

None.

Memo

string

None.

CheckNo

integer

None.

PrintLater

boolean

None.

CardHolderName

string

None.

CardNumber

string

None.

ExpiryMonth

byte

None.

ExpiryYear

integer

None.

ConvenienceFee

decimal number

None.

DebitCardTypeID

enumDebitCardType

None.

RecordState

AddEditDeleteEnum

None.

IsRemoved

boolean

None.

EnableLocationRestriction

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AppliedDate": "2025-05-11T13:47:08.1731582-04:00",
    "BankID": 1,
    "SuggestivePrice": 1.0,
    "BankList": [
      {
        "ItemID": 1,
        "Description": "sample string 2"
      },
      {
        "ItemID": 1,
        "Description": "sample string 2"
      }
    ],
    "PaidOff": true,
    "context": "sample string 3",
    "SoldAtID": 1,
    "PayeeID": 1,
    "RefNo": "sample string 4",
    "VehicleID": 1,
    "SoldAtList": [
      {
        "ItemID": 1,
        "Description": "sample string 2"
      },
      {
        "ItemID": 1,
        "Description": "sample string 2"
      }
    ],
    "IsBatchPart": true,
    "IncludeBatchPart": true,
    "TransactionID": 7,
    "PaymentDate": "2025-05-11T13:47:08.1731582-04:00",
    "PaymentDateText": "05/11/25",
    "Amount": 9.0,
    "AdvanceTax": 10.0,
    "PaymentTypeID2": 1,
    "PaymentTypeID": 1,
    "PreviousPaymentTypeID": 1,
    "Memo": "sample string 11",
    "CheckNo": 1,
    "PrintLater": true,
    "CardHolderName": "sample string 13",
    "CardNumber": "sample string 14",
    "ExpiryMonth": 64,
    "ExpiryYear": 1,
    "ConvenienceFee": 1.0,
    "DebitCardTypeID": 1,
    "RecordState": 3,
    "IsRemoved": true,
    "EnableLocationRestriction": true
  },
  {
    "AppliedDate": "2025-05-11T13:47:08.1731582-04:00",
    "BankID": 1,
    "SuggestivePrice": 1.0,
    "BankList": [
      {
        "ItemID": 1,
        "Description": "sample string 2"
      },
      {
        "ItemID": 1,
        "Description": "sample string 2"
      }
    ],
    "PaidOff": true,
    "context": "sample string 3",
    "SoldAtID": 1,
    "PayeeID": 1,
    "RefNo": "sample string 4",
    "VehicleID": 1,
    "SoldAtList": [
      {
        "ItemID": 1,
        "Description": "sample string 2"
      },
      {
        "ItemID": 1,
        "Description": "sample string 2"
      }
    ],
    "IsBatchPart": true,
    "IncludeBatchPart": true,
    "TransactionID": 7,
    "PaymentDate": "2025-05-11T13:47:08.1731582-04:00",
    "PaymentDateText": "05/11/25",
    "Amount": 9.0,
    "AdvanceTax": 10.0,
    "PaymentTypeID2": 1,
    "PaymentTypeID": 1,
    "PreviousPaymentTypeID": 1,
    "Memo": "sample string 11",
    "CheckNo": 1,
    "PrintLater": true,
    "CardHolderName": "sample string 13",
    "CardNumber": "sample string 14",
    "ExpiryMonth": 64,
    "ExpiryYear": 1,
    "ConvenienceFee": 1.0,
    "DebitCardTypeID": 1,
    "RecordState": 3,
    "IsRemoved": true,
    "EnableLocationRestriction": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfPartialPayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DC.Core.Model">
  <PartialPayment>
    <AdvanceTax>10</AdvanceTax>
    <Amount>9</Amount>
    <CardHolderName>sample string 13</CardHolderName>
    <CardNumber>sample string 14</CardNumber>
    <CheckNo>1</CheckNo>
    <ConvenienceFee>1</ConvenienceFee>
    <DebitCardTypeID>Visa</DebitCardTypeID>
    <EnableLocationRestriction>true</EnableLocationRestriction>
    <ExpiryMonth>64</ExpiryMonth>
    <ExpiryYear>1</ExpiryYear>
    <IsRemoved>true</IsRemoved>
    <Memo>sample string 11</Memo>
    <PaymentDate>2025-05-11T13:47:08.1731582-04:00</PaymentDate>
    <PaymentTypeID>FloorPlan</PaymentTypeID>
    <PrintLater>true</PrintLater>
    <TransactionID>7</TransactionID>
    <AppliedDate>2025-05-11T13:47:08.1731582-04:00</AppliedDate>
    <BankID>1</BankID>
    <BankList>
      <MasterListItem>
        <Description>sample string 2</Description>
        <ItemID>1</ItemID>
      </MasterListItem>
      <MasterListItem>
        <Description>sample string 2</Description>
        <ItemID>1</ItemID>
      </MasterListItem>
    </BankList>
    <IncludeBatchPart>true</IncludeBatchPart>
    <IsBatchPart>true</IsBatchPart>
    <PaidOff>true</PaidOff>
    <PayeeID>1</PayeeID>
    <RefNo>sample string 4</RefNo>
    <SoldAtID>1</SoldAtID>
    <SoldAtList>
      <MasterListItem>
        <Description>sample string 2</Description>
        <ItemID>1</ItemID>
      </MasterListItem>
      <MasterListItem>
        <Description>sample string 2</Description>
        <ItemID>1</ItemID>
      </MasterListItem>
    </SoldAtList>
    <SuggestivePrice>1</SuggestivePrice>
    <VehicleID>1</VehicleID>
    <context>sample string 3</context>
  </PartialPayment>
  <PartialPayment>
    <AdvanceTax>10</AdvanceTax>
    <Amount>9</Amount>
    <CardHolderName>sample string 13</CardHolderName>
    <CardNumber>sample string 14</CardNumber>
    <CheckNo>1</CheckNo>
    <ConvenienceFee>1</ConvenienceFee>
    <DebitCardTypeID>Visa</DebitCardTypeID>
    <EnableLocationRestriction>true</EnableLocationRestriction>
    <ExpiryMonth>64</ExpiryMonth>
    <ExpiryYear>1</ExpiryYear>
    <IsRemoved>true</IsRemoved>
    <Memo>sample string 11</Memo>
    <PaymentDate>2025-05-11T13:47:08.1731582-04:00</PaymentDate>
    <PaymentTypeID>FloorPlan</PaymentTypeID>
    <PrintLater>true</PrintLater>
    <TransactionID>7</TransactionID>
    <AppliedDate>2025-05-11T13:47:08.1731582-04:00</AppliedDate>
    <BankID>1</BankID>
    <BankList>
      <MasterListItem>
        <Description>sample string 2</Description>
        <ItemID>1</ItemID>
      </MasterListItem>
      <MasterListItem>
        <Description>sample string 2</Description>
        <ItemID>1</ItemID>
      </MasterListItem>
    </BankList>
    <IncludeBatchPart>true</IncludeBatchPart>
    <IsBatchPart>true</IsBatchPart>
    <PaidOff>true</PaidOff>
    <PayeeID>1</PayeeID>
    <RefNo>sample string 4</RefNo>
    <SoldAtID>1</SoldAtID>
    <SoldAtList>
      <MasterListItem>
        <Description>sample string 2</Description>
        <ItemID>1</ItemID>
      </MasterListItem>
      <MasterListItem>
        <Description>sample string 2</Description>
        <ItemID>1</ItemID>
      </MasterListItem>
    </SoldAtList>
    <SuggestivePrice>1</SuggestivePrice>
    <VehicleID>1</VehicleID>
    <context>sample string 3</context>
  </PartialPayment>
</ArrayOfPartialPayment>