Click or drag to resize

TokenCreateUserName Property

Gets or sets the User name

Namespace: AppOne.Web.Service.Services
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string UserName { get; set; }

Property Value

String
Remarks
This value represents a user that belongs to a user associated with a specific customer. User names must be created ahead of time by a system administrator.
Note  Note
The default web service user name that can be used is 'wsuser' and will have the priveleges that are set via the feature access template which can be found here:
Web Time System > Configuration > General > Web Services > Settings Tab.

If you decide to not use the recommended 'wsuser' name then you can also use any employee account associated with the customer account (CustomerAlias).
Caution note  Caution
If you decide to use an employee name then you may have issues getting back specific data if that user doesn't have the correct credentials.
Example
wsuser, admin, shanna
See Also