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": "c8ea12bc-cd21-40f0-bec7-34dffb6a6d9d",
"createdDate": "2026-06-22T16:33:11.3753602-06:00",
"modifiedDate": "2026-06-22T16:33:11.3763569-06:00",
"cardNumber": "sample string 4",
"transactionTotal": 5.1,
"locationID": "sample string 6",
"locationName": "sample string 7",
"accumulatedPoints": 8,
"redeemedPoints": 9
}