AT&T · JSON Structure

Enterprise Apis Product Order Structure

AT&T enterprise product order status and details

Type: object Properties: 5
Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

Enterprise Apis Product Order Structure is a JSON Structure definition published by AT&T, describing 5 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id externalId state orderDate completionDate

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://devex-web.att.com/schemas/enterprise/product-order",
  "title": "Product Order",
  "description": "AT&T enterprise product order status and details",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "externalId": {
      "type": "string"
    },
    "state": {
      "type": "string",
      "enum": [
        "acknowledged",
        "inProgress",
        "pending",
        "held",
        "cancelled",
        "completed",
        "failed",
        "partial"
      ]
    },
    "orderDate": {
      "type": "string"
    },
    "completionDate": {
      "type": [
        "string",
        "null"
      ]
    }
  }
}