GLGroupGetByShortName Element
In This Topic
Diagram
Overview
 |
 |
Sequence
 |
 |
Sequence
 |
GLGroupShortName optional xs:string
Unique identifier for a general ledger division. This displayable code is entered and maintained by the agency. Unique general ledger group short name as defined in AMS360.
| | | | |
Source
<xs:element name="GLGroupGetByShortName" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q60="https://wsapi.ams360.com/v3.0/DataContract" minOccurs="0" name="Request" nillable="true" type="q60:GLGroupGetByShortNameRequest">
<xs:annotation>
<xs:documentation>Message request object containing the general ledger group short name for which to return data.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|
See Also