Click or drag to resize

CasualCustomerServiceCreateCasualCustomer Method

Creates a new casual customer and returns a result entity

Namespace:  AMCS.Elemos.IntegrationService.Services.CasualCustomer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CreateCasualCustomerResultEntity CreateCasualCustomer(
	string authenticationKey,
	CreateCasualCustomerPartialEntity casualCustomer
)

Parameters

authenticationKey
Type: SystemString
casualCustomer
Type: AMCS.Elemos.IntegrationService.Entity.CasualCustomerCreateCasualCustomerPartialEntity
Customer information to save

Return Value

Type: CreateCasualCustomerResultEntity
See Also