Create Opportunity ID & Quote ID AIAB

Version v1
download iconDownload spec

Endpoint

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

Allows users to create the quote ID and opportunity ID.

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
            23
            curl --request POST \
                 --url https://att-pricequote-eapi.gw.cloud.att.com/api/v1/opportunity-quote \
                 --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 '
            {
              "createQuoteOpty": {
                "spId": "10096",
                "subAccountId": "U8GOU7",
                "opportunityName": "Test-Oppty",
                "quoteName": "New-Quote",
                "quoteTerm": "18",
                "globalLoginId": "GL1294",
                "stageName": "Prequalifying",
                "opportunityType": "Growth"
              }
            }
            '

            RESPONSE

            1
            2
            3
            4
            5
            6
            7
            {
              "spId": "10006",
              "quoteId": "0Q0Kf000000xjVKKAY",
              "subAccountId": "U8GOM4",
              "opportunityId": "006Kf00000JkiR8IAJ",
              "quoteTerm": "26"
            }