Preview Request ID
Version v1
Endpoint
POST
Contact DL-APS_API_Services@att.com to get Endpoint details /quick-price/lw
To get a preview of qualified addresses associated with the request ID that could be used for a dashboard and reporting
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
curl --request POST \
--url https://Contact%20DL-APS_API_Services@att.com/%20to%20get%20Endpoint%20details/quick-price/lw \
--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 '
[
{
"requestId": "DEV::QP::yourRequestId"
},
{
"requestId": "DEV::QP::yourRequestId"
}
]
'
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"value": [
{
"requestId": "DEV::QP::yourRequestId",
"requestName": "WalmartADI",
"createdAt": "[timestamp]",
"lastUpdatedAt": "[timestamp]",
"expirationDate": "[timestamp]",
"expired": true,
"channel": "alliance [value is set in the XP layer]",
"products": [
"IPBB",
"HSIAE",
"ASEOD",
"ATTPhone",
"ADI",
"ADIE"
],
"addresses": [
{
"addressId": "1",
"addressName": "NY123",
"createdAt": "[timestamp]",
"lastUpdatedAt": "[timestamp]",
"expirationDate": "[timestamp]",
"status": "In-Progress",
"errorStatus": "[message related to error",
"result": "[no match|close-match|match]",
"submittedAddress": {
"stateOrProvince": "FL",
"postcode": "33309",
"id": "a8Q0n0000andIqBJF",
"streetaddress": "100 W Cypress",
"addressName": "123Fl",
"city": "Fort Lauderdale",
"geographicSubAddress": {
"id": "a8Q0n0000andIqBJF",
"buildingName": "bldg 120",
"levelNumber": "flr 2",
"subUnitNumber": "unit 38",
"@type": "UnfieldedAddress"
}
},
"gisAddress": {
"glid": "[glid value]",
"country": "US [from address val result: country field]",
"address1": "3400 PLANO PKWY [from address val result: baseAddress]",
"city": "PLANO [from address val result: city]",
"state": "TX [from address val result: gisState]",
"postalCode": "75075 [from address val result: postalCode]",
"structureValue": "BLDG 3",
"levelValue": "FLR 2",
"unitValue": "UNIT 5"
},
"qualifiedProducts": [
"ATTPhone",
"ADIE",
"ADI",
"HSIAE",
"IPBB",
"ASEOD"
]
}
]
}
]
}