Intended Application
To assign one time codes to a Gift Card Reward.
Notes
- No header. First record is processed.
 - Comma must be used as the field delimiter.
 - Codes can only be used once per database.
 - Gift card codes can be uploaded into the system with a denomination of $0, which allows the applicable promotions to set the denomination amounts "on-the-fly".
 
File Structure
| 
			 DATA COLUMN  | 
			DATA TYPE | DATA REQUIRED? | FORMATTING | NOTES | 
|---|---|---|---|---|
| 
			 Reward Type External Reference  | 
			
			 Alphanumeric(20)  | 
			
			 Yes  | 
			||
| One Time Code | Alphanumeric (40) | Yes | ||
| One Time PIN | Alphanumeric (12) | No | ||
| Denomination | Integer | Yes | 
Sample File
1: 2: 3: 4:  | 
                                10_GIFTCARD,339994888,1234,5 10_GIFTCARD,339994889,2354,5 10_GIFTCARD,339994890,2574,5 10_GIFTCARD,339994891,8974,5  | 
                            


