APEX

Version v1 (latest)

New Billing

Version v1
download iconDownload spec

Endpoint

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

This API allows users to collect billing details associated with the 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-enrichment/newBilling-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":"801dx00000YmDAlAAN","subOrderId":"801dx00000Ym90fAAB","description":"","paperlessBilling":"","contacts":{"contactDetails":[{"email":"string","type":"string","firstName":"string","lastName":"string","street":"string","city":"string","state":"string","country":"string","phone":"string","zipCode":"string"}]}}'

                RESPONSE

                1
                2
                3
                4
                5
                6
                {
                  "billingAccountId": "001dx00000YzuHrAAJ",
                  "orderId": "801dx00000YzoPjAAJ",
                  "status": "Billing Account created successfully",
                  "subOrderId": "801dx00000Yzv11AAB"
                }