APEX

Version v1 (latest)

Order Handoff

Version v1
download iconDownload spec

Endpoint

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

The purpose of this API endpoint is to submit the order for Apex ADI.

arrowRequest

Header Parameters

                Body Parameters

                Responses

                200 - Okay

                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/order-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 '{"orderId":"801dx00000XEaaQAAT","subOrderId":"801dx00000XFEm2AAH"}'

                RESPONSE

                1
                2
                3
                4
                {
                  "status": "success",
                  "message": "order submitted and sent to serviceNow"
                }