Indicates whether or not commission is paid to this employee. If set to 'True', commissions are calculated for reporting purposes only and posted to the general ledger table as memo commissions.
Indicates whether a suspense item should be written for this employee when policy or accounting transactions are received in download that require customer assignment or when email is received.
A numeric code that is being issued for all producers from the National Insurance Producer Registry to eliminate the sole dependency on using social security numbers as unique identifiers. This is being done as part of the effort to implement electronic appointments and terminations.
Indicates the status of the employee. Code value from the "EmployeeStatus" value list. Valid values are: A = Active I = Inactive R = Retired D = Deleted - Cannot be used during an Insert/Update operation
<xs:complexTypename="EmployeeGetByCodeResponse"xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:annotation><xs:appinfo/><xs:documentation><summary>
Response object containing a single employee entity having the requested code.
</summary></xs:documentation></xs:annotation><xs:sequence><xs:elementminOccurs="0"name="Employee"nillable="true"type="tns:EmployeeWithBusinessUnits"/></xs:sequence></xs:complexType>