Deliverect · JSON Structure

Gift Cards Api Post Giftcards Channel Channellinkid Profilelink Giftcardproviderprofilelinkid Getgiftcardbalance Structure

Deliverect Get Balance

Type: object Properties: 2
RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

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

Properties

number verificationCode

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-getgiftcardbalance-structure.json",
  "name": "PostGiftcardsChannelChannellinkidProfilelinkGiftcardproviderprofilelinkidGetgiftcardbalance",
  "description": "Deliverect Get Balance",
  "type": "object",
  "properties": {
    "number": {
      "type": "string",
      "example": "string"
    },
    "verificationCode": {
      "type": "string",
      "example": "string"
    }
  }
}