Details

Name Data Type Is Nullable
Id Integer False
AchFileHeaderId Integer False
RecordTypeCode String False
ServiceClassCode String False
CompanyName String False
CompanyDiscretionaryData String False
CompanyIdentification String False
StandardEntryClassCode String False
CompanyEntryDescription String False
CompanyDescriptiveDate DateTime False
EffectiveEntryDate DateTime False
OriginatorStatusCode String False
OriginatingFinancialInstitution String False
BatchNumber Integer False
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False

Object:

{
    Id":####,
    AchFileHeaderId":####,
    RecordTypeCode":"abcABC123",
    ServiceClassCode":"abcABC123",
    CompanyName":"abcABC123",
    CompanyDiscretionaryData":"abcABC123",
    CompanyIdentification":"abcABC123",
    StandardEntryClassCode":"abcABC123",
    CompanyEntryDescription":"abcABC123",
    CompanyDescriptiveDate":"MM-dd-yyyy hh:mm:ss",
    EffectiveEntryDate":"MM-dd-yyyy hh:mm:ss",
    OriginatorStatusCode":"abcABC123",
    OriginatingFinancialInstitution":"abcABC123",
    BatchNumber":####,
    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
}