GET api/userprofile/purchasehistory/overview

Get Purchase History Overview

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

NameDescriptionTypeAdditional information
Items

Overview Items

Collection of OverviewItem

None.

Balance

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "items": [
    {
      "createdDate": "2024-11-21T08:31:49.5772669+01:00",
      "amount": 1.1,
      "text": "sample string 2"
    },
    {
      "createdDate": "2024-11-21T08:31:49.5772669+01:00",
      "amount": 1.1,
      "text": "sample string 2"
    }
  ],
  "balance": 1.1
}