https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / ArrayOfGLBranch Complex Type
In This Topic
    ArrayOfGLBranch Complex Type
    In This Topic
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Diagram
    ShortName Element Name Element IsInactive Element GLBranchCode Element Sequence GLBranch Element Sequence ArrayOfGLBranch Complex Type
    Overview
    Sequence
    Sequence
    GLBranchCode optional xs:string
    Unique identifier for a secondary operating unit of a business group or agency. Uniqueness is maintained in AMS360.
    IsInactive optional xs:boolean
    Flag indicating whether the general ledger branch is active (false) or inactive (true).
    Name optional xs:string
    General ledger branch name.
    ShortName optional xs:string
    Unique identifier for a general ledger branch. This displayable code is entered and maintained by the agency.
    Used By
    Source
    <xs:complexType name="ArrayOfGLBranch" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="GLBranch" nillable="true" type="tns:GLBranch" />
      </xs:sequence>
    </xs:complexType>
    See Also