GetLetterStatusV2
Description
The GetLetterStatusV2() method is the simplest way to get a status report of a single letter sent through the PostalMethods service.
Formal Definition
https://api.postalmethods.com/PostalWS.asmx?op=GetLetterStatusV2
Input
| Property | Type | Comments |
|---|---|---|
| Username | String | As provided during registration |
| Password | String | As provided during registration |
| ID | int | Matches the ID provided as the response for the original Web Service request |
Output: GetLetterStatusV2Response
Structure: GetLetterStatusV2Result
| Element | Type | Comments |
|---|---|---|
| ResultCode | int | Result code for this Web Service request. Possible result codes appear in the Web Service Result Codes list. |
| Status | int | The current status code of the letter. Letter Sending Status Codes |
| Description | string | The text description for the status code of the letter. Letter Sending Status Codes |
| LastUpdateTime | DateTime | The time stamp of the last update made to the letter's status. |
