APEX

Version v1 (latest)

Create Quote and Opportunity

Version v1
download iconDownload spec

Endpoint

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

This API allows users to create quote ID and opportunity ID.

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/opportunity-quote-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 '{"createQuoteOpty":{"quoteName":"New-Quote","quoteTerm":"12","globalLoginId":"GL1294"}}'

                RESPONSE

                1
                2
                3
                4
                5
                6
                7
                8
                {
                  "quoteId": "0Q0KQ000000D3OB0AK",
                  "opportunityId": "006KQ000002NN6gYAG",
                  "spId": "42365",
                  "opportunityName": "Test-Oppty",
                  "quoteName": "New-Quote",
                  "quoteTerm": "16"
                }