Click or drag to resize

CreateTokenInCustomerAliasExternal Property

Gets or sets the CustomerAliasExternal

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

Property Value

String
Remarks
This value represents the External Customer Alias of a specific Brand. Customer aliases must be created ahead of time by a system 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