Site AIAB

Version v1
download iconDownload spec

Endpoint

POST
https://att-pricequote-eapi.gw.cloud.att.com/api/v1/site

Allows users to add sites and site details to the given quote

arrowRequest

Header Parameters

            Body Parameters

            Responses

            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
            curl --request POST \
                 --url https://att-pricequote-eapi.gw.cloud.att.com/api/v1/site \
                 --header 'accept: application/json' \
                 --header 'client_id: string' \
                 --header 'client_secret: string' \
                 --header 'content-type: application/json' \
                 --header 'source: string' \
                 --header 'x-trace-id: string' \
                 --header 'x-transaction-id: string' \
                 --data '
            {
              "quoteId": "0Q0dx000002KQy5CAG",
              "siteDetails": [
                {
                  "street": "2900 W PLANO PKWY",
                  "state": "TX",
                  "city": "plano",
                  "postalCode": "75075"
                }
              ]
            }
            '

            RESPONSE

            1
            2
            3
            4
            5
            6
            {
              "response": {
                "quoteMemberId": "string",
                "validationStatus": "string"
              }
            }