APEX

Version v1 (latest)

Contract

Version v1
download iconDownload spec

Endpoint

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

This API allows users to create a contract for the submitted 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/contract-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":"0Q0dx000002WN6nCAG","spId":"A-06399x","approverEmail":"addagadda.tejasri@accenture.com","contractInput":{"endCustomerDetails":{"companyName":"conrr","companyAddress":{"street":"3400 W PLANO PKWY","city":"Plano","state":"TX","zipCode":"75075-8011"}}}}'

                RESPONSE

                1
                2
                3
                4
                5
                6
                7
                8
                9
                10
                11
                12
                {
                  "ContractEnvelopeId": "a4Tdx000000cOxNEAU",
                  "ESignIntegrationResponseStep": {
                    "isSuccess": true,
                    "esignRequestIdABV": 527957,
                    "description": "Document has been sent to eSign successfully",
                    "code": 200,
                    "StatusMessage": "SentToeSign"
                  },
                  "SetError": false,
                  "callContractMS": true
                }