GetDetailsExtended
Description
The GetDetailsExtended() method returns the production details of a single, multiple or range of letters or postcards, such as: stationery items used, postage and more.
Additional production details, such as price, number of sheets, work mode and more are available using the GetDetails method.
Formal Definition
https://api.postalmethods.com/2009-02-26/PostalWS.asmx?op=GetDetailsExtended
Input
| Property | Type | Comments |
|---|---|---|
| Username | String | As provided during registration |
| Password | String | As provided during registration |
| ID | String | Single Item: Matches the ID provided as the response for the original Web Service request. Multiple Items: ID1,ID2,ID3. Response is provided for up to 1000 letters per query. Additional items are ignored. Items not assigned to the account or which the user has no permission to access are returned with a "No Permissions" status code.Range Of Items: LowerID-HigherID. Response is provided for up to 1000 letters per query. Additional items are ignored. Items not assigned to the account or which the user has no permission to access will not be returned.
|
Output: GetDetailsExtendedResponse
Structure: GetDetailsExtendedResult
| Element | Type | Comments |
|---|---|---|
| ResultCode | int | Result code for this Web Service request. Possible result codes appear in the Web Service Result Codes list. |
| Details | Array | Array of ExtendedDetails structures |
Structure: ExtendedDetails
| Element | Type | Comments |
|---|---|---|
| ID | int | Matches the ID requested in this Web Service request |
| Orientation | String | Portrait or landscape. Orientation used to print the user's document. |
| Envelope | String | Envelope used for this letter. |
| Paper | String | Paper used for this letter. |
| PrintColor | String | Full color or black. Color used for printing this mail item. |
| PrintSides | String | Simplex or duplex. Printing method used for this mail item. |
| Postcard | String | Type of postcard used for this postcard. |
| NationalMailing | String | Mailing priority when sending within the account country. |
| InternationalMailing | String | Mailing priority when sending outside the account country. |
