APEX

Version v1 (latest)

Add Product Configuration to Quote

Version v1
download iconDownload spec

Endpoint

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

This API allows users to add the customer’s desired product configurations into the given quote. This endpoint currently supports ADI products only.

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/config-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 '{"configDiscountPromoRequest":{"flowName":"sendconfigDiscountPromoDetails","id":"1234","pricingInputs":[{"siteId":"a7ldx000000o0pdAAA","productId":"OFF_ADI_MID_MARKET","configuration":{"configId":"jrjfjf","features":[{"name":"Architecture","value":"Switched"}]}}],"quoteId":"0Q0dx000002UEnZCAW"}}'

                RESPONSE

                1
                2
                3
                4
                5
                6
                7
                8
                9
                10
                11
                12
                13
                14
                15
                16
                17
                18
                19
                20
                21
                22
                23
                24
                25
                26
                27
                {
                  "priceResponse": {
                    "flowName": "sendconfigDiscountPromoDetails",
                    "pricingInputs": {
                      "productId": "OFF_ADI_MID_MARKET",
                      "pricing": {
                        "pricingParts": [
                          {
                            "appliedDiscount": 90,
                            "baseMRC": 4505,
                            "baseNRC": 0,
                            "maxDiscount": 90,
                            "minDiscount": 40,
                            "mrc": 4505,
                            "name": "Port",
                            "nrc": 0,
                            "quoteLineItems": "0QLdx000002f3C7GAI",
                            "totalMRC": 4505,
                            "totalNRC": 0,
                            "value": "PRD_PORT_MM"
                          }
                        ]
                      }
                    },
                    "quoteId": "0Q0dx000002FMzyCAG"
                  }
                }