https://wsapi.ams360.com/v3.0
https://wsapi.ams360.com/v3.0 / LineOfBusinessGetByCode Element
In This Topic
    LineOfBusinessGetByCode Element
    In This Topic
    Namespace https://wsapi.ams360.com/v3.0
    Diagram
    LineOfBusinessCode Element Sequence Request Element Sequence LineOfBusinessGetByCode Element
    Overview
    Sequence
    Request optional LineOfBusinessGetByCodeRequest Complex Type
    Message request object containing the selection criteria for the line of business data to return.
    Sequence
    LineOfBusinessCode optional xs:string
    A character code representing the line of business. This must correspondto a code for a defined line of business or no data will be returned. Code value corresponding to a line of business.
    Source
    <xs:element name="LineOfBusinessGetByCode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:sequence>
          <xs:element xmlns:q211="https://wsapi.ams360.com/v3.0/DataContract" minOccurs="0" name="Request" nillable="true" type="q211:LineOfBusinessGetByCodeRequest">
            <xs:annotation>
              <xs:documentation>Message request object containing the selection criteria for the line of business data to return.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    See Also