GET Card/Transactions/Points/{CardNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CardNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PointTransaction| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CardNumber | string |
None. |
|
| TransactionTotal | decimal number |
None. |
|
| LocationID | string |
None. |
|
| LocationName | string |
None. |
|
| AccumulatedPoints | integer |
None. |
|
| RedeemedPoints | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "28a260f6-1d62-464a-9732-62119fb21edd",
"createdDate": "2026-02-22T18:12:04.2781165-06:00",
"modifiedDate": "2026-02-22T18:12:04.2781165-06:00",
"cardNumber": "sample string 4",
"transactionTotal": 5.1,
"locationID": "sample string 6",
"locationName": "sample string 7",
"accumulatedPoints": 8,
"redeemedPoints": 9
}