Click or drag to resize

CasualCustomerServiceInitiateCasualOrder Method

Initiates a customer order, creates a site order and job transaction record for customer and returns results.

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 InitiateCasualOrderResultEntity InitiateCasualOrder(
	string authenticationKey,
	InitiateCasualOrderPartialEntity initiateCustomerOrder
)

Parameters

authenticationKey
Type: SystemString
initiateCustomerOrder
Type: AMCS.Elemos.IntegrationService.Entity.CasualCustomerInitiateCasualOrderPartialEntity

Return Value

Type: InitiateCasualOrderResultEntity
See Also