Perform an EAD check on a set of mailitems. IPS will call CDS or GTT to perform the checks.
Access to this method is authorized by the Perform EAD checks operation.
For each mailitem in the request, the response will contain:
Success
Bad Request
Unauthorized
Forbidden Request
Internal Server Error
{- "Items": [
- {
- "ItemId": "LE22031701XNA",
- "OriginCountryCd": "NA",
- "DestinationCountryCd": "PL"
}
]
}
[- {
- "DisableAllEADStatusChecks": false,
- "EADSound": "MySound.wav",
- "Items": [
- {
- "ItemId": "LE22031701XNA",
- "ReceptacleId": "NAWDHAPLWAWAUN10085001110017",
- "ExcludeFromEADCheck": false,
- "EADStatus": {
- "DestinationCountryCd": "NA",
- "OriginCountryCd": "PL",
- "HasITMATT": false,
- "EarliestEventDT": "2022-03-17T17:00:00",
- "Referrals": [
- {
- "Code": "BCFS",
- "EventDT": "2022-03-17T17:00:00",
- "ResponsePending": false
}
]
}, - "ResponseStatus": [
- {
- "Name": "NO_DATA",
- "ColorCd": "F0F0F0",
- "Message": "No EAD status data for item",
- "ShowWarning": true,
- "BlockOperation": false
}
]
}
]
}
]
Perform an EAD check on a single receptacle. IPS will call CDS or GTT to perform the checks.
Access to this method is authorized by the Perform EAD checks operation.
For each mailitem found in the specified receptacle, the response will contain:
Success
Bad Request
Unauthorized
Forbidden Request
Internal Server Error
[- {
- "DisableAllEADStatusChecks": false,
- "EADSound": "MySound.wav",
- "Items": [
- {
- "ItemId": "LE22031701XNA",
- "ReceptacleId": "NAWDHAPLWAWAUN10085001110017",
- "ExcludeFromEADCheck": false,
- "EADStatus": {
- "DestinationCountryCd": "NA",
- "OriginCountryCd": "PL",
- "HasITMATT": false,
- "EarliestEventDT": "2022-03-17T17:00:00",
- "Referrals": [
- {
- "Code": "BCFS",
- "EventDT": "2022-03-17T17:00:00",
- "ResponsePending": false
}
]
}, - "ResponseStatus": [
- {
- "Name": "NO_DATA",
- "ColorCd": "F0F0F0",
- "Message": "No EAD status data for item",
- "ShowWarning": true,
- "BlockOperation": false
}
]
}
]
}
]