Click or drag to resize

CustomerServiceInitialiseJobForContractOrder Method

Initialises a Job For a Contract Customers Site Order

Namespace:  AMCS.Elemos.IntegrationService.Services.Customer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public InitialiseContractOrderJobEntity InitialiseJobForContractOrder(
	string authenticationKey,
	ContractOrderJobRequest request
)

Parameters

authenticationKey
Type: SystemString
the authentication key
request
Type: AMCS.Elemos.IntegrationService.Entity.CustomerContractOrderJobRequest
The request containing the site order id

Return Value

Type: InitialiseContractOrderJobEntity
See Also