Otter · JSON Structure

Public Api Personal Identifiers Structure

The person's personal identifiers (e.g. tax identification number).

Type: object Properties: 2
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Properties

taxIdentificationNumber serviceProviderId

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/otter/refs/heads/main/json-structure/public-api-personal-identifiers-structure.json",
  "name": "PersonalIdentifiers",
  "description": "The person's personal identifiers (e.g. tax identification number).",
  "type": "object",
  "properties": {
    "taxIdentificationNumber": {
      "type": "string",
      "nullable": true,
      "description": "Person tax identification number.",
      "example": 1234567890
    },
    "serviceProviderId": {
      "type": "string",
      "nullable": true,
      "description": "External service provider ID i.e. Courier Id.",
      "example": "12345ba6-789e-123f-4e56-d78db90d123b"
    }
  }
}