Click or drag to resize

ScheduleServiceExportJobs Method

Gets the jobs based on the search criteria passed

Namespace:  AMCS.Elemos.IntegrationService.Services.Schedule
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<JobPartialEntity> ExportJobs(
	string authenticationKey,
	PartialJobSearchCriteriaEntity jobSearchCriteria
)

Parameters

authenticationKey
Type: SystemString
The authentication key. This is an auto generated key generated by AMCS and should be provided to gain access to the system. This key is used to audit all methods and transactions performed using this interface.
jobSearchCriteria
Type: AMCS.Elemos.IntegrationService.Entity.CustomerPartialJobSearchCriteriaEntity
The job search criteria.

Return Value

Type: IListJobPartialEntity
Returns a list of JobPartialEntity
Exceptions
ExceptionCondition
FaultException Error in JobSearchCriteriaEntity Request - Schedule does not exist;new FaultCode(GetJobsNoSchedule) or new FaultCode(ExportJobs-UsingJobSerchCriteria)
FaultCode GetJobsNoSchedule or ExportJobs-UsingJobSerchCriteria
See Also