Skip to main content

Class Batch

Represents a batch of items for deposit.


Properties

NAMETYPEDESCRIPTION
BatchNumberstringA unique number either assigned by the user to correlate to the integrators system or autogenerated by the system. Also known as Deposit Name.
BatchReferencestringThe unique value assigned to each batch which can be used to find details about the batch.
EventsEvent[]Events that have occured on the batch.
LocationNamestringThe location used for the deposit.
LocationReferencestringThe unique value of the location used for the deposit.
StatusstringThe Batch status code.
StatusDescriptionstringThe Batch status description to be displayed.
TotalAmountdecimalThe amount of the items in a batch in DECIMAL format.
TotalCountdecimalThe number of items in the batch.

Event

NAMETYPEDESCRIPTION
DateDateTimeThe date the event occured.
DescriptionstringPublic property Description The description of the event.

Batch.Status

Batch Status CodeBatch Status Description
BatchStatus01Deleted
BatchStatus02Deposited
BatchStatus03Deposited With Adjustment
BatchStatus04Needs Rescan
BatchStatus05Open For Scanning
BatchStatus06Partial Deposit
BatchStatus07Rejected
BatchStatus08Submitted
BatchStatus09Unknown

Batch.StatusDescription

Batch Status CodeBatch Status Description
BatchStatus01Deleted
BatchStatus02Deposited
BatchStatus03Deposited With Adjustment
BatchStatus04Needs Rescan
BatchStatus05Open For Scanning
BatchStatus06Partial Deposit
BatchStatus07Rejected
BatchStatus08Submitted
BatchStatus09Unknown

Examples

{
"__type": "Batch:#JackHenry.Eps.Mobile.RDC",
"LocationName": "String Content",
"LocationReference": "String Content",
"BatchReference": "String Content",
"BatchNumber": "String Content",
"Status": "String Content",
"StatusDescription": "String Content",
"TotalAmount": 12678967.54,
"TotalCount": 12678967.54,
"Events": []
}