Class UpdateItemRequest
Used to update an item using different criteria to update 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. |
Examples
{
"__type": "UpdateItemRequest:#JackHenry.Eps.Mobile.RDA",
"Criteria": {
"__type": "UpdateItemCriteria:#JackHenry.Eps.Mobile.RDA",
"ItemReference": "String Content"
}
}
Fields
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| _rdBatch() | JHA.EPS.SharedService.Common.Model.RemoteDeposit.RDBatch | |
| _rdItem() | JHA.EPS.SharedService.Common.Model.RemoteDeposit.RDItem |