APEX

Version v1 (latest)

Assign End Customer Name

Version v1
download iconDownload spec

Endpoint

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

This endpoint is used to assign 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 PATCH \
                     --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","endCustomerName":"Airespring","userDefined1":"u1","userDefined2":"u2","userDefined3":"u3","userDefined4":"u4"}]}'

                RESPONSE

                1
                2
                3
                4
                5
                6
                7
                8
                9
                10
                11
                {
                  "quoteId": "0Q0dx000002T7wDCAS",
                  "inputValues": [
                    {
                      "siteId": "a7ldx000000nqofAAA",
                      "endCustomerName": "Airespring",
                      "status": "Success",
                      "statusMessage": "Success"
                    }
                  ]
                }