 | 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)
Syntaxpublic IList<JobPartialEntity> ExportJobs(
string authenticationKey,
PartialJobSearchCriteriaEntity jobSearchCriteria
)
Public Function ExportJobs (
authenticationKey As String,
jobSearchCriteria As PartialJobSearchCriteriaEntity
) As IList(Of JobPartialEntity)
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
ExceptionsException | Condition |
---|
FaultException |
Error in JobSearchCriteriaEntity Request - Schedule does not exist;new FaultCode(GetJobsNoSchedule)
or
new FaultCode(ExportJobs-UsingJobSerchCriteria)
|
FaultCode |
GetJobsNoSchedule
or
ExportJobs-UsingJobSerchCriteria
|
See Also