Skip to main content

Class UpdateBatchRequest

This method is used to make changes to batch details.


Properties

NAMETYPEDESCRIPTION
RequestIdstringUnique identifier used to identify the request. Used when associating the request to the response.
RequestDatedateTimeDateTime request was made. Request timeout is 1 minute.
CredentialsTokenCredentialsREQUIRED. The credentials given from your last response.
CriteriaUpdateBatchCriteriaREQUIRED. Update options offered to determine what to do with an existing batch - Update details, Close or Delete.

UpdateBatchCriteriaCloseBatch

UpdateBatchCriteriaDeleteBatch

UpdateBatchCriteria

NAMETYPEDESCRIPTION
BatchReferencestringREQUIRED. The unique value assigned to the batch to be updated.

Examples

{
"__type": "UpdateBatchRequest:#JackHenry.Eps.Mobile.RDC",
"Criteria": {
"__type": "UpdateBatchCriteria:#JackHenry.Eps.Mobile.RDC",
"BatchReference": "String Content"
}
}

Methods

Validate(IValidatorContext)

Declaration

public override void Validate(IValidatorContext context)

Parameters

TYPENAMEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.IValidatorContextcontext

Overrides

AuthenticatedRequest.Validate(IValidatorContext)

Exceptions

TYPEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.ValidationResultCriteria cannot be null
JHA.EPS.SharedService.Common.Validator.ValidationResultBatchReference must exist in our system