Click or drag to resize

ScheduleServiceDeallocateJobs Method

Deallocate the jobs from the schedule based on the list of jobs sent

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 DeallocateJobResultEntity DeallocateJobs(
	string authenticationKey,
	DeallocateJobEntity jobsToDeallocate
)

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.
jobsToDeallocate
Type: AMCS.Elemos.IntegrationService.Entity.CustomerDeallocateJobEntity
The jobs to deallocate.

Return Value

Type: DeallocateJobResultEntity
Returns a list of deallocated jobs
Exceptions
ExceptionCondition
FaultException Error in DeallocateJobs Request - GetByGuid - Job does not exist;new FaultCode(DeallocateJobsGetByGuid) or new FaultCode(DeallocateJobsError)
FaultCode DeallocateJobsGetByGuid or DeallocateJobsError
See Also