Reserve Number - Add Port - Update Port Cancel - Cancel Port

Version 1.0.0
download iconDownload spec

Endpoint

POST
https://partner.att.com/omni-svcs/v1/order/{orderid}/subscriber-number

Perform NumberManagement Operations

arrowRequest

Path Parameters

    Body Parameters

    Responses

    Number selection response

    arrowBody

    application/json

    REQUEST

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    curl --request POST \
         --url https://partner.att.com/omni-svcs/v1/order/string/subscriber-number \
         --header 'accept: application/json' \
         --header 'content-type: application/json' \
         --data '
    {
      "addPort": [
        {
          "rootBundleProductOrderItemId": "RBPOI123456",
          "ctn": "9721215258",
          "desiredDueDate": "2025-08-10",
          "formerCarrierAccount": "FC123456",
          "formerSP": "Verizon",
          "marketCode": "TX",
          "customerDetails": {
            "firstName": "John",
            "lastName": "Doe",
            "streetNumber": "123",
            "streetName": "Main St",
            "city": "Plano",
            "state": "TX",
            "zipcode": "75024",
            "contactNumber": "2145551234"
          }
        }
      ]
    }
    '