You want to retrieve all the package detail where the package id is 2.
| Element | @Attribute |
Description/Contents |
| GetPackageDetail_RS |
Root element of message. |
| PackageDetails |
Collection of PackageDetail nodes |
| PackageDetail |
Element indicating package node |
| @ID |
Package ID |
| @Name |
Package Name |
| Description |
Detailed Package description |
| PackageTemplates |
Collection of PackageTemplate objects |
| PackageTemplate |
Element representing a Package Template |
| @ID |
Package Template ID |
| @Description |
Package Template Description |
| @DefaultComponentID |
ID of the Default Component for the Package Template |
| Components |
Collection of Operator Voucher Components |
| OpVoucherComponent |
Element representing an Operator Voucher Component |
| @ID |
Operator Voucher Component ID |
| @Description |
Operator Voucher Component Description |
| @VoucherType |
Voucher Type. Should be "OP" |
| Images |
Collection of Images for the Package |
| Image |
Element representing a single Image |
| @Description |
Text description of the Image |
| @Url |
Url of the Image |
| Tags |
Collection of Tags for the Package |
| Tag |
Element representing a single Tag |
| @Tag |
Tag |
| @Group |
(optional) Tag Group |
| @Category |
System Code from System Code Category ~TC (see
GetSysCodes for more information) |
| Featured |
Element used to define if the Package is as Featured Product |
| @Featured |
Flag to indicate if Package is a Featured Product |
| @Description |
Featured Product text |
| @Url |
Featured Product Image Url |
| TermsAndConditions |
Component Terms and Conditions |
| BonusPoints |
Collection of Bonus Point objects |
| BonusPoints |
Element representing a single instance of a Bonus Points available for the current package |
| @Name |
Name of Bonus Points |
| @Description |
Text description of Bonus Points |
| @Type |
Type of Bonus Points
| Value |
Description |
| x |
Points multiplier. The total points for this package should be calculated as the standard points multiplied by the bonus points value |
| # |
Points amount. The total points for this package should be calculated as the standard points plus the bonus points value |
|
| @Value |
Bonus Points Value, see @Type above for more details |
| @DateFrom |
Start date of the Bonus Points |
| @DateTo |
Finish date of the Bonus Points |
| @Weight |
If there are overlapping Bonus Point items for a given date the item with the largest Weight value should be used. |
| Status |
Element indicating the return status of the transaction. |
| @Code |
A numerical code for the status. |
| @Message |
The message of the status. The messages (and corresponding codes) returned are:
| Code |
Message |
| 0 |
Get Package Detail request successful. |
| 1 |
Invalid Package ID |
|