End-Customer Lookup
Version v1
Endpoint
POST
Contact DL-APS_API_Services@att.com to get Endpoint details /customerAccountLookup
This endpoint is triggered end customer account name and address.
Header Parameters
Body Parameters
Responses
Body
application/json
REQUEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
curl --request POST \
--url https://Contact%20DL-APS_API_Services@att.com/%20to%20get%20Endpoint%20details/customerAccountLookup \
--header 'accept: application/json' \
--header 'client_id: string' \
--header 'client_secret: string' \
--header 'content-type: application/json' \
--header 'source: string' \
--header 'x-trace-id: string' \
--header 'x-transaction-id: string' \
--data '
{
"spId": "10067",
"accountName": "Texas",
"address": {
"street": "Pecan",
"city": "Houston",
"state": "Houston",
"country": "USA",
"zipCode": "75469"
}
}
'
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
35
36
37
38
39
[
{
"segment": "",
"segmentCode": "",
"subSegment": "",
"endCustomerName": "",
"endCustomerId": "",
"loaStatus": "",
"exception": "",
"acid": "",
"salesSegment": "",
"accountStatus": "",
"allianceStatus": "",
"address": {
"street": "",
"city": "",
"state": "",
"Country": "",
"zipCode": ""
}
},
{
"endCustomerName": "",
"endCustomerId": "",
"loaStatus": "",
"exception": "",
"acid": "",
"salesSegment": "",
"accountStatus": "",
"allianceStatus": "",
"address": {
"street": "",
"city": "",
"state": "",
"Country": "",
"zipCode": ""
}
}
]