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
Syntax public int WebKioskTerminalID { get; set; }
function get_WebKioskTerminalID();
function set_WebKioskTerminalID(value);
Property Value
Int32Remarks
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.
Example 10
See Also