Tech Data · JSON Structure

Streamone Ion Customer Structure

End customer account structure in the TD SYNNEX StreamOne Ion platform

Type: Properties: 0
CloudDistributionInformation TechnologyPartnerFortune 500

StreamOne Ion Customer is a JSON Structure definition published by Tech Data.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "StreamOne Ion Customer",
  "description": "End customer account structure in the TD SYNNEX StreamOne Ion platform",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "required": true,
      "description": "Unique customer identifier"
    },
    {
      "name": "name",
      "type": "string",
      "required": true,
      "description": "Customer organization name"
    },
    {
      "name": "email",
      "type": "string",
      "format": "email",
      "required": true,
      "description": "Primary contact email"
    },
    {
      "name": "phone",
      "type": "string",
      "required": false,
      "description": "Primary phone number"
    },
    {
      "name": "status",
      "type": "string",
      "required": true,
      "enum": ["Active", "Inactive", "Suspended"],
      "description": "Account status"
    },
    {
      "name": "address",
      "type": "object",
      "required": false,
      "description": "Physical address",
      "fields": [
        { "name": "street", "type": "string" },
        { "name": "city", "type": "string" },
        { "name": "state", "type": "string" },
        { "name": "postalCode", "type": "string" },
        { "name": "country", "type": "string" }
      ]
    },
    {
      "name": "createdAt",
      "type": "string",
      "format": "date-time",
      "required": false,
      "description": "Creation timestamp"
    },
    {
      "name": "updatedAt",
      "type": "string",
      "format": "date-time",
      "required": false,
      "description": "Last update timestamp"
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/streamone-ion-customer-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.