Birdeye · Schema

Associate Request

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Properties

Name Type Description
fieldId number
fieldValue string
businessNumber number
View JSON Schema on GitHub

JSON Schema

associate-request.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/birdeye/refs/heads/main/json-schema/associate-request.json",
  "title": "Associate Request",
  "type": "object",
  "properties": {
    "fieldId": {
      "type": "number"
    },
    "fieldValue": {
      "type": "string"
    },
    "businessNumber": {
      "type": "number"
    }
  },
  "required": [
    "fieldId",
    "fieldValue",
    "businessNumber"
  ]
}