Version v1 (latest)

End-Customer Lookup

Version v1

To gather essential data such as Alliance status and customer specifics like sub-account ID.

POST
Contact DL-APS_API_Services@att.com to get Endpoint details /customerAccountLookup
Download API Specification
arrowRequest

Header Parameters

            Body Parameters

            Responses

            arrowBody

            application/json

              Example Request

              1
              2
              3
              4
              5

              Example Response

              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              17
              18
              19
              20
              21
              22
              23
              [
                {
                  "accountAddress": {
                    "city": "PLANO",
                    "country": "USA",
                    "state": "TX",
                    "street": "2900 W PLANO PKWY",
                    "zipCode": "750758004"
                  },
                  "accountName": "AT&T CLOUD TEST FOUNDRY",
                  "accountId": "0013g00000cUIRtAAO",
                  "acid": null,
                  "salesSegment": null,
                  "subAccountId": "U8GOM4",
                  "contractStatus": null,
                  "parentPartnerAccId": null,
                  "partnerId": null,
                  "loaStatus": "N",
                  "allianceStatus": "ATT ONLY",
                  "accountStatus": "Inactive",
                  "exception": "N"
                }
              ]