Skip to main content

Gift Card

Add a gift card.

URL:https://api.lingaros.com/v1/lingapos/giftcard

MethodTypeDescription
giftCardNumberStringGift Card number.
currentBalanceStrStringGift Card's current balance.
storeStringStore ID.
createdAtIntWhere the gift card is created.
ownedByStringAccount 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 \