https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / ArrayOfCompanyInfo Complex Type
In This Topic
    ArrayOfCompanyInfo Complex Type
    In This Topic
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Diagram
    CompanyType Element ShortName Element ParentCompanyCode Element Name Element NAICCompanyCode Element IsInactive Element CompanyCode Element Sequence CompanyInfo Element Sequence ArrayOfCompanyInfo Complex Type
    Overview
    Sequence
    Sequence
    CompanyCode optional xs:string
    Unique identifier for a company. Uniqueness is maintained in AMS360.
    IsInactive optional xs:boolean
    Flag indicating whether the company is active (false) or inactive (true).
    NAICCompanyCode optional xs:string
    National Association of Insurance Commissioners (NAIC) company code. This code uniquely identifies insurance companies. The company code and NAIC company code combination must be unique.
    Name optional xs:string
    Name of Insurance, Finance, Brokerage, Fee or Writing Company. Duplicate names are not allowed across company types with the exception of writing company names. Writing companies can be the same as long as they have different parent companies.
    ParentCompanyCode optional xs:string
    Unique identifier of a company or holding company that owns or is affiliated with other companies. If the Company type is a writing company (a subsidiary company of a Parent company), this field identifies the parent company associated with the writing company. For all other company types it will be the same as the company code.
    ShortName optional xs:string
    Identifier for a company. This displayable code is entered and maintained by the agency. Company short name can be duplicated across company types (insurance, brokerage, finance, and fee) and within company type if company type is brokerage, finance, or fee. Writing company short name can be duplicated across company types (insurance and brokerage) and within company type if company type is brokerage. Confirm company type when determining whether writing company or company short name is being used.
    CompanyType optional xs:string
    Indicates the type of company. Code value from the "CompanyType" value list.

    Valid values are:
    E = Fee
    F = Finance
    S = Subscription
    W = Writing
    B = Brokerage
    N = Insurance

    Method=ValueListGet()
    InputType=ValueListGetRequest
    ListName=CompanyType
    Used By
    Source
    <xs:complexType name="ArrayOfCompanyInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="CompanyInfo" nillable="true" type="tns:CompanyInfo" />
      </xs:sequence>
    </xs:complexType>
    See Also