AddUserTimeNonWorkShiftModelWebKioskTerminalID Property |  |
The web kiosk terminal id that the transaction came through
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic int WebKioskTerminalID { get; set; }
function get_WebKioskTerminalID();
function set_WebKioskTerminalID(value);
Property Value
Int32
Remarks
The web kiosk terminal id that the transaction came through. This value will default to 0 and should only be passed if the client is using a web kiosk to process the transaction.
Example10
See Also