APEX

Version v1 (latest)

Add Sites to Quote

Version v1
download iconDownload spec

Endpoint

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

This API allows users to add sites and site details to the given quote.

arrowRequest

Header Parameters

                Body Parameters

                Responses

                Your request was processed successfully

                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/site \
                     --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":"0Q0UO000001NHXR0A4","siteDetails":[{"subUnitType":"string","subStructureType":"string","roomSuite":"string","levelType":"string","glid":"000011Q452","floor":"29","building":"string","street":"115 S LA SALLE","state":"IL","postalCode":"60603","city":"CHGO"}]}'

                RESPONSE

                1
                2
                3
                4
                {
                  "quoteMemberId": "a7lKf000000lO3bIAE",
                  "validationStatus": "Valid"
                }