AT&T · JSON Structure

Mvnx Api Portability Order Update Structure

PortabilityOrderUpdate schema from AT&T API

Type: object Properties: 1
Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

PortabilityOrderUpdate 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

requestedCompletionDate

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-update-structure.json",
  "description": "PortabilityOrderUpdate schema from AT&T API",
  "type": "object",
  "properties": {
    "requestedCompletionDate": {
      "type": "datetime",
      "description": "Updated requested completion date",
      "example": "2026-04-25T00:00:00Z"
    }
  },
  "name": "PortabilityOrderUpdate"
}