Retrieves track and trace information for mail items.
Access to this method is authorized by the Get mail items operation.
Success
Bad Request
Unauthorized
Internal Server Error
{- "Results": [
- {
- "Fid": "RR26042001XGR",
- "InfoFromEdi": [ ],
- "OperationalMailitems": [
- {
- "Characteristics": [
- {
- "ExemptIndicator": false,
- "ExpressIndicator": false,
- "HandlingClass": [
- null
], - "InsuredMoney": [
- null
]
}
], - "DestCountry": [
- {
- "Code": null,
- "Name": null,
- "LocalName": null
}
], - "InternationalId": "RR26042001XGR",
- "OrigCountry": [
- {
- "Code": "GR",
- "Name": "Greece",
- "LocalName": null
}
], - "Weight": 2,
- "Charges": [
- {
- "COD": [
- null
], - "Customer_charging_arrangement": [
- null
]
}
], - "Events": [
- {
- "CustomsReleaseStatus": [
- null
], - "Delivery": [
- null
], - "DeliveryAgent": [
- null
], - "DispatchNumber": null,
- "EdiEvent": [
- null
], - "EventOffice": [
- null
], - "IPSEventType": [
- null
], - "LocalDateTime": "2020-04-26T17:44:06",
- "NonDeliveryMeasure": [
- null
], - "NonDeliveryReason": [
- null
], - "ReceivedDispatch": null,
- "RetentionReason": [
- null
], - "CustomsOffice": [
- null
], - "CustomsOfficeType": [
- null
], - "GmtDateTime": "2020-04-26T17:44:06",
- "NextOffice": [
- null
], - "CollectionPostcode": "string"
}
], - "LocalId": "RR26042001XGR_LOCAL",
- "MrsInfo": [
- {
- "ExpirationDatetime": null,
- "ItemOriginalId": null,
- "StatusCode": null
}
], - "ProductType": [
- {
- "Code": null,
- "Name": null,
- "LocalName": null
}
]
}
]
}
]
}
Retrieves mail item check warnings.
Access to this method is authorized by the Get mail items operation.
Success
Bad Request
Unauthorized
Internal Server Error
{- "ItemIDs": [
- "string"
], - "FromGmtDt": "string",
- "ToGmtDt": "string"
}
{- "Results": [
- {
- "ItemId": "LL89954634XMK",
- "Warnings": [
- {
- "GmtDt": "2025-03-24T09:19:18.957",
- "LocalOffset": 2,
- "OfficeFCd": "PLWAWA",
- "User": "INTERNAL\\USR",
- "Workstation": "INTERNAL\\WKS",
- "IpsFunction": "INB107 (204)",
- "WarningTypeCd": "EAD",
- "Blocking": false,
- "WarningMessage": "No EAD status data for item",
- "EADResponseStatus": "NO_DATA"
}
]
}
]
}