APEX

Version v1 (latest)

RDS Product and Port Reserve

Version v1
download iconDownload spec

Endpoint

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

This API allows users to gather the required information to perform RDS product validation and port reservation.

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/order-enrichment/apexRDSProdandPortReserve \
                     --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 '{"subOrderId":"801dx00000WdaKbAAJ","Room":"201","Floor":"2","Notes":"Testing additional notes","TSPCode":"TSP645321-44"}'

                RESPONSE

                1
                2
                3
                4
                5
                6
                {
                  "orderId": "801dx00000Gd00lAAB",
                  "status": "Success",
                  "statusMessage": "Floor & Room info is saved",
                  "subOrderId": "801dx00000Gd81K"
                }