Gift Card
Add a gift card.
Method | Type | Description |
---|---|---|
giftCardNumber | String | Gift Card number. |
currentBalanceStr | String | Gift Card's current balance. |
store | String | Store ID. |
createdAt | Int | Where the gift card is created. |
ownedBy | String | Account which the gift card belongs to. |
curl -X POST \
-H "apikey: generated-api-key" \
-H "Content-Type: application/json" \
-d '{
"giftCardNumber": "603628298292001380868",
"currentBalanceStr": "10.00",
"store": "59801e209230ca6068bfdf65",
"createdAt": 2,
"createdFor": "59801e209230ca6068bfdf65",
"ownedBy": "58aa965a9230ca7de746b1ec"
}' \
https://api.lingaros.com/v1/lingapos/giftcard \