https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / GLDepartmentGetByCodeResponse Complex Type
In This Topic
    GLDepartmentGetByCodeResponse Complex Type
    In This Topic
    Description
    Response object containing a single general ledger department entity having the requested code.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Diagram
    ShortName Element Name Element IsInactive Element GLDepartmentCode Element Sequence GLDepartment Element Sequence GLDepartmentGetByCodeResponse Complex Type
    Overview
    GLDepartmentGetByCodeResponse
    Response object containing a single general ledger department entity having the requested 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.
    Used By
    Source
    <xs:complexType name="GLDepartmentGetByCodeResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Response object containing a single general ledger department entity having the requested code.
                </summary>
        </xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element minOccurs="0" name="GLDepartment" nillable="true" type="tns:GLDepartment">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>
              <summary>
                Single general ledger department type data structure.
                </summary>
              <required />
            </xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
    See Also