APEX

Version v1 (latest)

Create Order

Version v1
download iconDownload spec

Endpoint

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

This API allows users to process order details and create a new order.

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-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 '{"quoteId":"0Q0dx000002Y7ifCAC","checkT&C":true,"contacts":{"contactDetails":{"primary":{"city":"string","email":"string","firstName":"string","lastName":"string","phone":"string","state":"string","street":"string","type":"string","zip":"string"},"alternate":{"city":"string","email":"string","firstName":"string","lastName":"string","phone":"string","state":"string","street":"string","type":"string","zip":"string"}}}}'

                RESPONSE

                1
                2
                3
                4
                5
                6
                7
                8
                9
                10
                11
                12
                13
                14
                {
                  "orderId": "801dx00000XWPy1AAH",
                  "status": "Success",
                  "statusMessage": "Success",
                  "subOrder": {
                    "subOrderId": "801dx00000XWdL5AAL",
                    "subOrderItem": [
                      {
                        "orderItemId": "802dx00000Hq16HAAR",
                        "orderItemType": "AT&T Dedicated Internet"
                      }
                    ]
                  }
                }