https://wsapi.ams360.com/v3.0
https://wsapi.ams360.com/v3.0 / GLDepartmentGetByCodeResponse Element / GLDepartmentGetByCodeResult Element
In This Topic
    GLDepartmentGetByCodeResult Element
    In This Topic
    Description
    Message response object containing the general ledger department data matching the requested general ledger department code.
    Namespace https://wsapi.ams360.com/v3.0
    Type
    Diagram
    ShortName Element Name Element IsInactive Element GLDepartmentCode Element Sequence GLDepartment Element Sequence GLDepartmentGetByCodeResult Element
    Overview
    GLDepartmentGetByCodeResult optional GLDepartmentGetByCodeResponse Complex Type
    Message response object containing the general ledger department data matching the requested general ledger department code.
    Sequence
    GLDepartment optional GLDepartment Complex Type
    Single general ledger department type data structure.
    Sequence
    GLDepartmentCode optional xs:string
    Unique identifier for a revenue/expense unit within an agency branch (if branches have been defined) or within an agency division. Uniqueness is maintained in AMS360.
    IsInactive optional xs:boolean
    Flag indicating whether the general ledger department is active (false) or inactive (true).
    Name optional xs:string
    General ledger department name.
    ShortName optional xs:string
    Unique identifier for a general ledger department. This displayable code is entered and maintained by the agency. Unique general ledger department short name as defined in AMS360.
    Source
    <xs:element xmlns:q50="https://wsapi.ams360.com/v3.0/DataContract" minOccurs="0" name="GLDepartmentGetByCodeResult" nillable="true" type="q50:GLDepartmentGetByCodeResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:documentation>Message response object containing the general ledger department data matching the requested general ledger department code.</xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also