Returns tip details for the specified transaction header record(s).
GetTransactionTips(XmlIds AS String)
XML String
XmlIds = XML String containing the Transaction Header 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 |
|
tDateTime |
DateTime |
8 |
Date/time of the transaction. |
|
lVoid |
Boolean |
1 |
Indicates whether an employee voided the transaction. |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
iLocationId |
Integer |
4 |
Not used. |
|
iHeaderId |
Integer |
4 |
Transaction Header Id. Unique identifier for each transaction. |
|
cInvoiceNo |
String |
12 |
Transaction invoice number. (Formatted as YYYYMMDDXXXX - where XXXX is an incrementing ticket number.) |
|
iEmpId |
Integer |
4 |
Employee Id. Foreign Key to Employee iId. |
|
nAmount |
Decimal |
8 |
Tip amount. |
|
iPackageId |
Integer |
4 |
Package Id. |
|
iGId |
Integer |
4 |
Transaction Header Global Id. |