Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | False |
| AchBatchHeaderId | Integer | False |
| RecordTypeCode | String | False |
| TransactionCode | String | False |
| ReceivingDfiIdentification | String | False |
| CheckDigit | Integer | False |
| DfiAccountNumber | String | False |
| Amount | Decimal | False |
| IdentificationNumber | String | False |
| ReceivingCompanyName | String | False |
| DiscretionaryData | String | False |
| AddendaRecordIndicator | String | False |
| TraceNumber | String | False |
| CreatedOn | DateTime | False |
| CreatedBy | Integer | False |
| ModifiedOn | DateTime | False |
| ModifiedBy | Integer | False |
| InactiveOn | DateTime | True |
| InactiveBy | Integer | True |
| IsInactive | Boolean | False |
Object:
{
Id":####,AchBatchHeaderId":####,
RecordTypeCode":"abcABC123",
TransactionCode":"abcABC123",
ReceivingDfiIdentification":"abcABC123",
CheckDigit":####,
DfiAccountNumber":"abcABC123",
Amount":###.##,
IdentificationNumber":"abcABC123",
ReceivingCompanyName":"abcABC123",
DiscretionaryData":"abcABC123",
AddendaRecordIndicator":"abcABC123",
TraceNumber":"abcABC123",
CreatedOn":"MM-dd-yyyy hh:mm:ss",
CreatedBy":####,
ModifiedOn":"MM-dd-yyyy hh:mm:ss",
ModifiedBy":####,
InactiveOn":"MM-dd-yyyy hh:mm:ss",
InactiveBy":####,
IsInactive":True/False
}