GET api/userprofile/purchasehistory/overview
Get Purchase History Overview
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Name | Description | Type | Additional information |
---|---|---|---|
Items |
Overview Items |
Collection of OverviewItem |
None. |
Balance | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "items": [ { "createdDate": "2025-01-18T02:46:30.6914717+01:00", "amount": 1.1, "text": "sample string 2" }, { "createdDate": "2025-01-18T02:46:30.6914717+01:00", "amount": 1.1, "text": "sample string 2" } ], "balance": 1.1 }