Click or drag to resize

AccountCustomerServiceGetCustomerDisplayInformation Method

Gets some general helpful customer information to display on portal. For example the date of the next job, the contacts primary location address etc.

Namespace:  AMCS.Elemos.IntegrationService.Services.AccountCustomer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CustomerDisplayInformationResult GetCustomerDisplayInformation(
	string authenticationKey,
	CustomerDisplayInformationRequest request
)

Parameters

authenticationKey
Type: SystemString
request
Type: AMCS.Elemos.IntegrationService.Entity.CustomerCustomerDisplayInformationRequest

Return Value

Type: CustomerDisplayInformationResult
See Also