Returns basic information for the specified package/series.
GetPackageSeriesDefinitionFromId(XmlIds AS String)
XML String
XmlIds = XML String containing the Package/Series Ids of the records to return. You must format this string using the XML IdList Structure Definition.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
iLocationId |
Integer |
4 |
Not used. |
|
iPackageId |
Integer |
4 |
Package/Series Id. |
|
cItemType |
String |
40 |
Item included with the package/series (product or service). |
|
iItemId |
Integer |
4 |
Id of the product or service included with the package/series. |
|
nQuantity |
Decimal |
7,2 |
Quantity of the product or service included with the package/series. |
|
nLineNo |
Decimal |
1 |
Line number for the item included with the package/series.. |
|
nPrice |
Decimal |
8 |
Retail price of the package/series. |
|
iGId |
Integer |
4 |
Package/Series Global Id. |