GET GetRefundHistoryByUsersId?UserId={UserId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetRefundHistoryByUserId_Result
NameDescriptionTypeAdditional information
id

integer

None.

PurchaseDate

date

None.

ClientId

string

None.

TotalAmount

decimal number

None.

TotalAmountPaid

decimal number

None.

TransactionRef

string

None.

TransactionId

integer

None.

Success

boolean

None.

DateCreated

date

None.

RefundDate

date

None.

RefundedBy

string

None.

NewTransactionId

integer

None.

NewTransactionRef

string

None.

AmountRefunded

decimal number

None.

VendorId

integer

None.

StockId

integer

None.

VendorName

string

None.

TempLogo

Collection of byte

None.

Logo

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "PurchaseDate": "2025-12-11T12:04:00.4346089+02:00",
    "ClientId": "sample string 2",
    "TotalAmount": 1.1,
    "TotalAmountPaid": 1.1,
    "TransactionRef": "sample string 3",
    "TransactionId": 1,
    "Success": true,
    "DateCreated": "2025-12-11T12:04:00.4346089+02:00",
    "RefundDate": "2025-12-11T12:04:00.4346089+02:00",
    "RefundedBy": "sample string 6",
    "NewTransactionId": 1,
    "NewTransactionRef": "sample string 7",
    "AmountRefunded": 8.1,
    "VendorId": 1,
    "StockId": 1,
    "VendorName": "sample string 9",
    "TempLogo": "QEA=",
    "Logo": "sample string 10"
  },
  {
    "id": 1,
    "PurchaseDate": "2025-12-11T12:04:00.4346089+02:00",
    "ClientId": "sample string 2",
    "TotalAmount": 1.1,
    "TotalAmountPaid": 1.1,
    "TransactionRef": "sample string 3",
    "TransactionId": 1,
    "Success": true,
    "DateCreated": "2025-12-11T12:04:00.4346089+02:00",
    "RefundDate": "2025-12-11T12:04:00.4346089+02:00",
    "RefundedBy": "sample string 6",
    "NewTransactionId": 1,
    "NewTransactionRef": "sample string 7",
    "AmountRefunded": 8.1,
    "VendorId": 1,
    "StockId": 1,
    "VendorName": "sample string 9",
    "TempLogo": "QEA=",
    "Logo": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRefundHistoryByUserId_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BonaMarketAPI.Database">
  <GetRefundHistoryByUserId_Result>
    <AmountRefunded>8.1</AmountRefunded>
    <ClientId>sample string 2</ClientId>
    <DateCreated>2025-12-11T12:04:00.4346089+02:00</DateCreated>
    <Logo>sample string 10</Logo>
    <NewTransactionId>1</NewTransactionId>
    <NewTransactionRef>sample string 7</NewTransactionRef>
    <PurchaseDate>2025-12-11T12:04:00.4346089+02:00</PurchaseDate>
    <RefundDate>2025-12-11T12:04:00.4346089+02:00</RefundDate>
    <RefundedBy>sample string 6</RefundedBy>
    <StockId>1</StockId>
    <Success>true</Success>
    <TempLogo>QEA=</TempLogo>
    <TotalAmount>1.1</TotalAmount>
    <TotalAmountPaid>1.1</TotalAmountPaid>
    <TransactionId>1</TransactionId>
    <TransactionRef>sample string 3</TransactionRef>
    <VendorId>1</VendorId>
    <VendorName>sample string 9</VendorName>
    <id>1</id>
  </GetRefundHistoryByUserId_Result>
  <GetRefundHistoryByUserId_Result>
    <AmountRefunded>8.1</AmountRefunded>
    <ClientId>sample string 2</ClientId>
    <DateCreated>2025-12-11T12:04:00.4346089+02:00</DateCreated>
    <Logo>sample string 10</Logo>
    <NewTransactionId>1</NewTransactionId>
    <NewTransactionRef>sample string 7</NewTransactionRef>
    <PurchaseDate>2025-12-11T12:04:00.4346089+02:00</PurchaseDate>
    <RefundDate>2025-12-11T12:04:00.4346089+02:00</RefundDate>
    <RefundedBy>sample string 6</RefundedBy>
    <StockId>1</StockId>
    <Success>true</Success>
    <TempLogo>QEA=</TempLogo>
    <TotalAmount>1.1</TotalAmount>
    <TotalAmountPaid>1.1</TotalAmountPaid>
    <TransactionId>1</TransactionId>
    <TransactionRef>sample string 3</TransactionRef>
    <VendorId>1</VendorId>
    <VendorName>sample string 9</VendorName>
    <id>1</id>
  </GetRefundHistoryByUserId_Result>
</ArrayOfGetRefundHistoryByUserId_Result>