Deliverect · Schema

PostGiftcardsChannelChannellinkidProfilelinkGiftcardproviderprofilelinkidGetgiftcardbalance

Deliverect Get Balance

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

Properties

Name Type Description
number string
verificationCode string
View JSON Schema on GitHub

JSON Schema

gift-cards-api-post-giftcards-channel-channellinkid-profilelink-giftcardproviderprofilelinkid-getgiftcardbalance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-schema/gift-cards-api-post-giftcards-channel-channellinkid-profilelink-giftcardproviderprofilelinkid-getgiftcardbalance-schema.json",
  "title": "PostGiftcardsChannelChannellinkidProfilelinkGiftcardproviderprofilelinkidGetgiftcardbalance",
  "description": "Deliverect Get Balance",
  "type": "object",
  "properties": {
    "number": {
      "type": "string",
      "format": "color",
      "example": "string"
    },
    "verificationCode": {
      "type": "string",
      "format": "utc-millisec",
      "example": "string"
    }
  }
}