https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / VendorGetByCodeResponse Complex Type
In This Topic
    VendorGetByCodeResponse Complex Type
    In This Topic
    Description
    Response object containing a single vendor entity having the requested code.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Diagram
    VendorCode Element ShortName Element MiddleName Element LastName Element IsInactive Element IsCompany Element GLNumber Element FirstName Element EmployerIdentificationNumber Element Description Element Sequence Vendor Element Sequence VendorGetByCodeResponse Complex Type
    Overview
    VendorGetByCodeResponse
    Response object containing a single vendor entity having the requested code.
    Sequence
    Vendor optional Vendor Complex Type
    Single vendor type data structure.
    Sequence
    Description optional xs:string
    Text that will default into the description field on creating receipts, journal entries and the for field on creating checks. Entered and maintained by the agency.
    EmployerIdentificationNumber optional xs:string
    Vendor's tax identification number. Entered and maintained by the agency.
    FirstName optional xs:string
    Vendor's first name. If the vendor is a firm, this field does not apply and the value is null.
    GLNumber optional xs:string
    Unique identifier for a general ledger account number.
    IsCompany optional xs:boolean
    Flag indicating whether the vendor is a firm (true) or individual (false).
    IsInactive optional xs:boolean
    Flag indicating whether the vendor is active (false) or inactive (true).
    LastName optional xs:string
    Vendor's last name. If the vendor is a firm rather than an individual, this represents the firm name.
    MiddleName optional xs:string
    Vendor's middle name. If the vendor is a firm, this field does not apply and the value is null.
    ShortName optional xs:string
    Unique identifier for a vendor. This displayable code is entered and maintained by the agency.
    VendorCode optional xs:string
    Unique identifier for a vendor. Uniqueness is maintained in AMS360.
    Used By
    Source
    <xs:complexType name="VendorGetByCodeResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Response object containing a single vendor entity having the requested code.
                </summary>
        </xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element minOccurs="0" name="Vendor" nillable="true" type="tns:Vendor">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>
              <summary>
                Single vendor type data structure.
                </summary>
              <required />
            </xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
    See Also