APEX

Version v1 (latest)

Fetch End Customer Lookup

Version v1
download iconDownload spec

Endpoint

POST
Contact DL-APS_API_Services@att.com to get Endpoint details /customerAccountLookup-apex

This endpoint is used to fetch the end customer names.

arrowRequest

Header Parameters

                Body Parameters

                Responses

                200 - Okay

                arrowBody

                application/json

                REQUEST

                1
                2
                3
                4
                5
                6
                7
                8
                9
                10
                curl --request POST \
                     --url https://Contact%20DL-APS_API_Services@att.com/%20to%20get%20Endpoint%20details/customerAccountLookup-apex \
                     --header 'accept: string' \
                     --header 'client_id: string' \
                     --header 'client_secret: string' \
                     --header 'content-type: string' \
                     --header 'source: string' \
                     --header 'x-trace-id: string' \
                     --header 'x-transaction-id: string' \
                     --data '{"quoteId":"0Q0dx000002T7wDCAS","sites":[{"siteId":"a7ldx000000nqofAAA"}]}'

                RESPONSE

                1
                2
                3
                4
                5
                6
                7
                8
                9
                10
                11
                12
                13
                14
                15
                {
                  "quoteId": "0Q0dx000000SJHRCA4",
                  "outputValues": [
                    {
                      "siteId": "a7ldx000000DeZ7AAK",
                      "status": "Success",
                      "statusMessage": "Success",
                      "endCustomers": [
                        "DSC TELECOM L.P.",
                        "AT&T® HIGH SPEED INTERNET",
                        "SODEXO MANAGEMENT INC."
                      ]
                    }
                  ]
                }