Returns details of package/series sales for the specified client(s).
GetPackageSeriesSalesInfoByClientId(XmlIds AS String)
XML String
XmlIds = XML String containing the Client 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. |
|
iPkgId |
Integer |
4 |
Package/Series Id. |
|
iHeaderId |
Integer |
4 |
Transaction Header Id. Unique identifier for each transaction. |
|
iParentPkgId |
Integer |
4 |
|
|
iClientId |
Integer |
4 |
Client Id. |
|
iItemId |
Integer |
4 |
Item line number. |
|
cItemType |
String |
1 |
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 |
4 |
Quantity of the product or service included with the package/series. |
|
nRemaining |
Decimal |
4 |
Number on unused product or services for the package/series. |
|
nPriceEach |
Decimal |
8 |
Sales price of the product or service included with the package/series. |
|
nValueEach |
Decimal |
8 |
Value of the product or service included with the package/series. |
|
iGId |
Integer |
4 |
Package/Series Global Id. |
|
lTaxable |
Boolean |
1 |
Indicates if the package/series is taxable. |