An Employee object containing the employee data to insert as a new employee. On an insert, the employee code is ignored and a unique employee code is generated by AMS360 and returned to the caller.
An Employee object containing the employee data to insert as a new employee. On an insert, the employee code is ignored and a unique employee code is generated by AMS360 and returned to the caller.
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:elementminOccurs="0"name="Employee"nillable="true"type="tns:Employee"xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:annotation><xs:appinfo/><xs:documentation><summary>
An Employee object containing the employee data to insert as a new employee. On an insert, the employee code is ignored and a unique employee code is generated by AMS360 and returned to the caller.
</summary></xs:documentation></xs:annotation></xs:element>