get https://api.zenoti.com/v1/reports/online_gift_cards/flat_file
This API fetches the online gift cards status report data
Response object
JsonProperty | Data Type | Description |
---|---|---|
OnlineGiftCards | List | List of gift cards |
CenterId | Guid? | Center ID (nullable) |
GiftCardId | Guid? | Gift card ID (nullable) |
CenterName | string | Center name (nullable) |
InvoiceId | Guid? | Invoice ID (nullable) |
InvoiceNumber | string | Invoice number (nullable) |
GiftCardCode | string | Gift card code (nullable) |
GiftCardName | string | Gift card name (nullable) |
PurchasedBy | string | Purchased by (nullable) |
GiftCardType | string | Gift card type (nullable) |
PurchaseDate | DateTime? | Purchase date (nullable) |
ActivationDate | DateTime? | Activation date (nullable) |
GiftCardPrice | decimal? | Gift card price (nullable) |
GiftCardValue | decimal? | Gift card value (nullable) |
Status | string | Status (nullable) |
DeliveryMode | string | Delivery mode (nullable) |
ShippingAddress | string | Shipping address (nullable) |
ReceipientEmail | string | Recipient email (nullable) |
ReceipientMobileNumber | string | Recipient mobile number (nullable) |
ReceipientName | string | Recipient name (nullable) |