AT&T Developer Hub · Schema

SimSwapDateRequest

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

Properties

Name Type Description
phoneNumber string Mobile phone number in E.164 format
View JSON Schema on GitHub

JSON Schema

at-t-developer-hub-simswapdaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SimSwapDateRequest",
  "title": "SimSwapDateRequest",
  "type": "object",
  "required": [
    "phoneNumber"
  ],
  "properties": {
    "phoneNumber": {
      "type": "string",
      "description": "Mobile phone number in E.164 format",
      "example": "+12125551234"
    }
  }
}