APEX

Version v1 (latest)

Credit Check

Version v1
download iconDownload spec

Endpoint

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

This API allows users to conduct customer credit checks.

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/creditCheck-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":"0Q0dx000002BpxKCAS","spId":"A-06399x"}'

                RESPONSE

                1
                2
                3
                4
                5
                6
                7
                8
                9
                10
                11
                12
                13
                14
                15
                16
                17
                18
                19
                20
                21
                22
                23
                24
                25
                26
                27
                28
                29
                30
                31
                32
                33
                34
                {
                  "flowName": "createCreditCheck",
                  "id": "1234",
                  "status": "Success",
                  "statusMessage": "New credit check record has been created",
                  "creditCheckId": "a9Xdx000000VF2nEAG",
                  "creditCheckDetails": {
                    "Approval_Date__c": "2026-02-27",
                    "Service_Address_City__c": "Minneapolis",
                    "Service_Address_Line1__c": "901 Marquette Ave Ste 700",
                    "Status__c": "Open",
                    "Requested_By__c": "005DV00000F2577YAB",
                    "Opportunity__c": "006dx00000Gr2ybAAB",
                    "IsValidated__c": true,
                    "OwnerId": "005DV00000F2577YAB",
                    "LegalEntity_Address_Country__c": "US",
                    "LegalEntity_Address_Zip__c": "55402-3247",
                    "LegalEntity_Address_State__c": "MN",
                    "LegalEntity_Address_City__c": "Minneapolis",
                    "LegalEntity_Address_Line1__c": "901 Marquette Ave Ste 700",
                    "Service_Address_Country__c": "US",
                    "Service_Address_Zip__c": "55402-3247",
                    "Service_Address_State__c": "MN",
                    "Bureau_Name__c": "NON",
                    "Credit_Check_Type__c": "Wireline",
                    "Doing_Business_As_Name__c": "ATCI APEX Test Account",
                    "Business_Name__c": "ATCI APEX Test Account",
                    "Account__c": "001DV00001qQX1QYAW",
                    "Credit_Result__c": "Verified",
                    "Credit_Class__c": "UNKNOWN",
                    "Approval_Status__c": "Approved",
                    "Quote__c": "0Q0dx000002f0e2CAA"
                  }
                }