get https://{accountName}.{environment}.com.br/api/giftcardproviders//giftcards/
Returns a specific giftcard from a giftcard provider.
Response body has the following properties:
Name | Type | Mandatory | Description |
---|---|---|---|
id |
string | Yes | |
redemptionToken |
string | Yes | |
redemptionCode |
string | Yes | |
balance |
decimal | ||
relationName |
string | Yes | |
emissionDate |
string | ||
expiringDate |
string | ||
caption |
string | Yes | |
provider |
string | Yes | Resource URL |
discount |
boolean | Yes | |
transaction |
object | Yes | Resource URL |
href |
href | Yes |
Response body example:
{
"id": "",
"redemptionToken": "",
"redemptionCode": "",
"balance":0.0,
"relationName": "",
"emissionDate": Date,
"expiringDate": Date,
"caption": "",
"provider": "",
"discount": false,
"groupName": "",
"transaction": {
"href": ""
}
}