Click or drag to resize

CreateTokenInCustomerAlias Property

Gets or sets the CustomerAlias

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

Property Value

String
Remarks
This value represents the customer alias of a specific brand. Customer aliases must be created ahead of time by a system administrator in the time-web brand administrator.

Note  Note
The CustomerAlias and CustomerAliasExternal are both similar keys types that are used to identify a specific Customer within a Brand. The CustomerAliasExternal is designed to be an external key that is maintained by the requesting party whereas the CustomerAlias is a key that is created internally in time web services and then given to a third party

Caution note  Caution
Both the CustomerAlias and CustomerAliasExternal should NOT be passed at the same time. If both items are set then you will receive an exception message saying that only one can be set.
Example
CompanyXYZ
See Also