-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusps.json
25 lines (25 loc) · 824 Bytes
/
usps.json
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
{
"Fault": {
"faultcode": "Client",
"faultstring": "An exception has been raised as a result of client data.",
"detail": {
"Errors": {
"ErrorDetail": {
"Severity": "Authentication",
"PrimaryErrorCode": {
"Code": "250003",
"Description": "Invalid Access License number"
},
"Location": {
"LocationElementName": "p2:AccessLicenseNumber",
"XPathOfElement": ""
},
"SubErrorCode": {
"Code": "01",
"Description": "Missing required element"
}
}
}
}
}
}