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": "b9dd2c1e-b9c0-42d0-8bec-56b46fe947b1",
"createdDate": "2026-04-15T12:11:50.8268871-06:00",
"modifiedDate": "2026-04-15T12:11:50.8268871-06:00",
"cardNumber": "sample string 4",
"transactionTotal": 5.1,
"locationID": "sample string 6",
"locationName": "sample string 7",
"accumulatedPoints": 8,
"redeemedPoints": 9
}