AT&T · JSON Structure

Enterprise Apis Product Order Request Structure

Request to create an AT&T enterprise service order

Type: object Properties: 4
Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

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

Properties

externalId description requestedStartDate orderItem

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-request",
  "title": "Product Order Request",
  "description": "Request to create an AT&T enterprise service order",
  "type": "object",
  "properties": {
    "externalId": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "requestedStartDate": {
      "type": "string"
    },
    "orderItem": {
      "type": "array"
    }
  }
}