GET api/GiftCard?giftCardNumber={giftCardNumber}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
giftCardNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CardInfoViewModelName | Description | Type | Additional information |
---|---|---|---|
CardTypeCustom | string |
None. |
|
RequestStatus | string |
None. |
|
CardTypeFriendlyName | string |
None. |
|
BillingIntervalCode | string |
None. |
|
CardTypeCode | string |
None. |
|
CardStatusCode | string |
None. |
|
CreationDateTime | date |
None. |
|
CurrencyBalance | decimal number |
None. |
|
LastLoadCurrencyAmount | decimal number |
None. |
|
LastLoadPointAmount | decimal number |
None. |
|
LastLoadTransactionDateTime | date |
None. |
|
LastRedeemCurrencyAmount | decimal number |
None. |
|
LastRedeemPointAmount | decimal number |
None. |
|
LastRedeemTransactionDateTime | date |
None. |
|
PointBalance | decimal number |
None. |
|
PrimaryCardNumber | string |
None. |
|
ProductCode | string |
None. |
|
SiteID | integer |
None. |
|
CardID | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "CardTypeCustom": "sample string 1", "RequestStatus": "sample string 2", "CardTypeFriendlyName": "sample string 3", "BillingIntervalCode": "sample string 4", "CardTypeCode": "sample string 5", "CardStatusCode": "sample string 6", "CreationDateTime": "2025-05-31T01:52:33.0721136-04:00", "CurrencyBalance": 8.1, "LastLoadCurrencyAmount": 9.1, "LastLoadPointAmount": 10.1, "LastLoadTransactionDateTime": "2025-05-31T01:52:33.0721136-04:00", "LastRedeemCurrencyAmount": 12.1, "LastRedeemPointAmount": 13.1, "LastRedeemTransactionDateTime": "2025-05-31T01:52:33.0721136-04:00", "PointBalance": 15.1, "PrimaryCardNumber": "sample string 16", "ProductCode": "sample string 17", "SiteID": 18, "CardID": "sample string 19" }