Click or drag to resize

WorkOrderServiceGetJobs Method

Gets the jobs.

Namespace:  AMCS.Elemos.IntegrationService.Services.WorkOrder
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<Guid> GetJobs(
	string authenticationKey,
	JobSearchCriteriaEntity searchCriteria
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
searchCriteria
Type: AMCS.Elemos.IntegrationService.Entity.JobJobSearchCriteriaEntity
The search criteria.

Return Value

Type: IListGuid
Exceptions
ExceptionCondition
FaultException new FaultCode(Work Order Service)
FaultReason
FaultCodeWork Order Service
See Also