GLDepartmentGetByShortName Element
In This Topic
Diagram
Overview
 |
 |
Sequence
 |
 |
Sequence
 |
GLDepartmentShortName 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 name="GLDepartmentGetByShortName" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q51="https://wsapi.ams360.com/v3.0/DataContract" minOccurs="0" name="Request" nillable="true" type="q51:GLDepartmentGetByShortNameRequest">
<xs:annotation>
<xs:documentation>Message request object containing the general ledger department short name for which to return data.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|
See Also