https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / BankGetByCodeResponse Element
In This Topic
    BankGetByCodeResponse Element
    In This Topic
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    Diagram
    IsInactive Element GLDivisionCode Element AccountType Element GLNumber Element RoutingNumber Element BankAccountNumber Element ShortName Element BankName Element BankCode Element Sequence Bank Element Sequence BankGetByCodeResponse Element
    Overview
    Sequence
    Bank optional Bank Complex Type
    Single Bank type data structure.
    Sequence
    BankCode optional xs:string
    Unique identifier for a bank. Uniqueness is maintained in AMS360.
    BankName optional xs:string
    Bank's name.
    ShortName optional xs:string
    Unique identifier for a bank. This displayable code is entered and maintained by the agency.
    BankAccountNumber optional xs:string
    Unique number that identifies the bank account. This number is specified by the bank.
    RoutingNumber optional xs:string
    GLNumber optional xs:string
    Unique identifier for a General Ledger account number.
    AccountType optional xs:string
    Indicates whether the bank account type is an operating account or a trust account. O = Operating account and T = Trust account.
    GLDivisionCode optional xs:string
    Agency's division code. Uniqueness is maintained in AMS360.
    IsInactive optional xs:boolean
    Flag indicating whether the bank is active (false) or inactive (true).
    Source
    <xs:element name="BankGetByCodeResponse" nillable="true" type="tns:BankGetByCodeResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
    See Also