To check how long the client has been with their current employer, you supply the years and months as 1 or 2 digit numerics.
If you include the EmployerInformation, you must supply both years and months.
For example, to specify the client has been with their current employer for 3 years, you would supply:
<ns:EmployerInformation> <ns:TimeWithEmployer> <ns:Years>3</ns:Years> <ns:Months>0</ns:Months> </ns:TimeWithEmployer> </ns:EmployerInformation> |