Class UpdateBatchRequest
Used to update a batch to change different elements.
Properties
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| RequestId | System.string | Unique identifier used to identify the request. Used when associating the request to the response. |
| RequestDate | System.DateTime | DateTime request was made. Request timeout is 1 minute. |
| Credentials | TokenCredentials | REQUIRED. Generic object representing different security token validation options to authenticate to the EPS system. |
| Criteria | UpdateBatchCriteria | Criteria used to identify what parts of a batch to update, delete or close; i.e. Batch Reference number. |
UpdateBatchCriteria
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| BatchReference | System.String | REQUIRED. This is a unique string value assigned to a batch by EPS from the CreateBatchRequest. This references the batch to be updated. |
Examples
{
"__type": "UpdateBatchRequest:#JackHenry.Eps.Mobile.RDA",
"Criteria": {
"__type": "UpdateBatchCriteria:#JackHenry.Eps.Mobile.RDA",
"BatchReference": "String Content"
}
}
Methods
Validate(IValidatorContext)
Declaration
public override void Validate(IValidatorContext context)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| JHA.EPS.SharedService.Common.Validator.IValidatorContext | context |
Overrides
AuthenticatedRequest.Validate(IValidatorContext)
Exceptions
| TYPE | DESCRIPTION |
|---|---|
| JHA.EPS.SharedService.Common.Validator.ValidationResult | Batch must exist in our system |