GET GetRefundHistoryByUserId?UserId={UserId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RefundHistory
NameDescriptionTypeAdditional information
id

integer

None.

PurchaseDate

date

None.

OwnerId

string

None.

ClientId

string

None.

TotalAmount

decimal number

None.

TotalAmountPaid

decimal number

None.

TransactionRef

string

None.

TransactionId

integer

None.

Success

boolean

None.

DateCreated

date

None.

EventId

integer

None.

RefundDate

date

None.

RefundedBy

string

None.

NewTransactionId

integer

None.

NewTransactionRef

string

None.

AmountRefunded

decimal number

None.

TaxiId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "PurchaseDate": "2025-12-12T08:41:22.4609037+02:00",
    "OwnerId": "sample string 2",
    "ClientId": "sample string 3",
    "TotalAmount": 1.1,
    "TotalAmountPaid": 1.1,
    "TransactionRef": "sample string 4",
    "TransactionId": 1,
    "Success": true,
    "DateCreated": "2025-12-12T08:41:22.4609037+02:00",
    "EventId": 1,
    "RefundDate": "2025-12-12T08:41:22.4609037+02:00",
    "RefundedBy": "sample string 7",
    "NewTransactionId": 1,
    "NewTransactionRef": "sample string 8",
    "AmountRefunded": 9.1,
    "TaxiId": 1
  },
  {
    "$ref": "1"
  }
]