https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / GLBranchGetByShortNameRequest Complex Type
In This Topic
    GLBranchGetByShortNameRequest Complex Type
    In This Topic
    Description
    Request object containing selection criteria to retrieve a general ledger branch entity by general ledger branch short name.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Diagram
    GLBranchShortName Element Sequence GLBranchGetByShortNameRequest Complex Type
    Overview
    GLBranchGetByShortNameRequest
    Request object containing selection criteria to retrieve a general ledger branch entity by general ledger branch short name.
    Sequence
    GLBranchShortName optional xs:string
    Unique identifier for a general ledger branch. This displayable code is entered and maintained by the agency. Unique general ledger branch short name as defined in AMS360.
    Used By
    Source
    <xs:complexType name="GLBranchGetByShortNameRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Request object containing selection criteria to retrieve a general ledger branch entity by general ledger branch short name.
                </summary>
        </xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element minOccurs="0" name="GLBranchShortName" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>
              <summary>
                Unique identifier for a general ledger branch. This displayable code is entered and maintained by the agency.
                </summary>
              <len min="0" max="6" />
              <values>
                Unique general ledger branch short name as defined in AMS360.
                </values>
              <required />
            </xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
    See Also