Deliverect · JSON Structure

Gift Cards Api Post Giftcards Channel Channellinkid Profilelink Giftcardproviderprofilelinkid Applygiftcard Structure

Deliverect Apply Gift Card

Type: object Properties: 3
RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

PostGiftcardsChannelChannellinkidProfilelinkGiftcardproviderprofilelinkidApplygiftcard is a JSON Structure definition published by Deliverect, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

number verificationCode amount

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-structure/gift-cards-api-post-giftcards-channel-channellinkid-profilelink-giftcardproviderprofilelinkid-applygiftcard-structure.json",
  "name": "PostGiftcardsChannelChannellinkidProfilelinkGiftcardproviderprofilelinkidApplygiftcard",
  "description": "Deliverect Apply Gift Card",
  "type": "object",
  "properties": {
    "number": {
      "type": "string",
      "example": "string"
    },
    "verificationCode": {
      "type": "string",
      "example": "string"
    },
    "amount": {
      "type": "int32",
      "example": 1250
    }
  }
}