POST call, passing a JSON body as specified below. POST when the queue has ended. {
entityCode : 440,
barcode: "0098260111383",
amount : 100.0,
activationDate : "2021-08-31 10:00:00",
country : "IT",
branchCode : "1150",
priceList : "1150",
currencySymbol : "€",
currency : "EUR",
clientBarcode : "clientBarcode",
clientCode : "clientCode",
clientDenomination : "GINO"
} {
entityCode : 440,
barcode: "0098260111383",
amount : -50.0,
}| Field | Description | Type | Mandatory |
|---|---|---|---|
| entityCode | The entity code String | ✓ | |
| barcode | Giftcard barcode String | ✓ | |
| amount | The consumed (negative) value of the gift card. In case of activation, pass the (positive) value of the gift card number | ✓ | |
| activationDate | Activation date with format "yyyy-MM-dd HH:mm:ss", using GMT time String | Only on insert | |
| country | Country String | Only on insert | |
| branchCode | Branch code String | Only on insert | |
| priceList | Price list String | Only on insert | |
| currencySymbol | Currency symbol String | Only on insert | |
| currency | Currency code String | Only on insert | |
| clientBarcode | Client barcode String | ||
| clientCode | Client code String | ||
| clientDenomination | Client denomination String | ||
| callback | callback url | ||
| payload | in case of callback this payload will be passed |