Order Summary

Version v1
download iconDownload spec

Endpoint

POST
https://order-enrichment-eapi.gw.cloud.att.com/api/v1/order-enrichment/order-summary

The purpose of this API endpoint is to retrieve the order summary.

arrowRequest

Header Parameters

            Body Parameters

            Responses

            Success

            arrowBody

            application/json

            REQUEST

            1
            2
            3
            4
            5
            6
            7
            8
            9
            10
            11
            12
            curl --request POST \
                 --url https://order-enrichment-eapi.gw.cloud.att.com/api/v1/order-enrichment/order-summary \
                 --header 'accept: application/json' \
                 --header 'content-type: application/json' \
                 --data '
            {
              "orderId": "string",
              "subOrderId": "string",
              "toEmail": "string",
              "ccEmail": "string"
            }
            '

            RESPONSE

            1
            2
            3
            4
            5
            6
            7
            8
            9
            10
            11
            12
            13
            {
              "ContextId": "string",
              "EmailTo": "string",
              "ProductName": "string",
              "SellerTitle": "string",
              "BusinessName": "string",
              "EmailCC": "string",
              "action": "string",
              "SellerName": "string",
              "Id": "string",
              "flowName": "string",
              "orderId": "string"
            }