AT&T · JSON Structure

Mvnx Api Portability Order Create Structure

PortabilityOrderCreate schema from AT&T API

Type: object Properties: 1
Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

PortabilityOrderCreate is a JSON Structure definition published by AT&T, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

portabilityOrderItem

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/at-and-t/refs/heads/main/json-structure/mvnx-api-portability-order-create-structure.json",
  "description": "PortabilityOrderCreate schema from AT&T API",
  "type": "object",
  "properties": {
    "portabilityOrderItem": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "msisdn": {
            "type": "string",
            "description": "Phone number to port",
            "example": "+12125551234"
          },
          "portingType": {
            "type": "string",
            "enum": [
              "FULL",
              "PARTIAL"
            ],
            "example": "FULL"
          },
          "currentCarrier": {
            "type": "string",
            "description": "Current carrier name",
            "example": "Verizon"
          }
        }
      }
    }
  },
  "name": "PortabilityOrderCreate"
}