POST api/NewHireImport?version={version}
Imports a collection of new hire records. Each record is processed individually to maximize the number of successful imports. It also handles Rehires and NoHires.
Request Information
Parameters
Name | Description |
---|---|
version
(param in the URI) |
2 |
newHireImportsV2
(param in the body) |
A collection of NewHireImport records. Every item must abide by these rules for the listed properties. Each record is processed individually to maximize the number of successful imports. Records that fail to save are returned along with corresponding error messages. • A record is classified as a Rehire if its SSN and Date of Birth already exist in the system, provided that no matching record has a status of Active or Leave of Absence. • If AllowCrossCompanyHire is enabled, hiring or rehiring employees already active in other organizational companies is permitted. • If IncludeRehireEligibility is enabled within the organization, the system validates "NoHire" employees for rehire eligibility and returns an error. ------------- Company Information ------------- CompanyCode (string) • Required, max 3 characters Division (string) • Required, max 3 characters BusinessUnit (string) • Required, max 5 characters Department (string) • Required, max 5 characters Location (string) • Required, max 5 characters ------------- Personal Information ------------- FirstName (string) • Required, max 30 characters • Follows regex pattern "^[a-zA-Z0-9\s'\-\.]+$" MiddleName (string) • Optional, max 20 characters • Follows regex pattern "^[a-zA-Z0-9\s'\-\.]*$" LastName (string) • Required, max 30 characters, must match regex pattern • Follows regex pattern "^[a-zA-Z0-9\s'\-\.]+$" Suffix (string) • Optional, max 5 characters • Only these accepted "I, II, III, IV, Jr., Sr." PreferredName (string) • Optional, max 15 characters (only in v2) • Follows regex pattern "^[a-zA-Z0-9\s'\-\.]*$" SocialSecurityNumber (string) • Required, format XXX-XX-XXXX BirthDate (DateTime) • Required, year must be > 1899 Sex (string) • Required, 1 character ("M" or "F") MaritalStatus (string) • Required, max 10 characters Race (string) • Optional, specific values allowed • Default: "N" - None Specified "A" - Asian, "B" - Black or African American, "H" - Hispanic or Latino, "I" - American Indian or Alaska Native, "O" - Two or More Races, "P" - Native Hawaiian or Other Pacific Islander, "W" - White EeoClass (string) • Optional, specific values allowed ------------- Contact Information ------------- StreetAddress1 (string) • Required, max 30 characters StreetAddress2 (string) • Optional, max 30 characters City (string) • Required, max 25 characters • Follows regex pattern "^[a-zA-Z0-9\s'\-\.]+$" State (string) • Required, max 2 characters ZipCode (string) • Required, max 10 characters • Follows regex pattern "^[0-9]{5}(?:[-][0-9]{4})?$" Country (string) • Optional County (string) • Optional AreaCode (string) • Optional, max 5 characters PhoneNumber (string) • Optional, max 12 characters CellPhoneAreaCode (string) • Optional, max 5 characters CellPhoneNumber (string) • Optional, max 12 characters PersonalEmailAddress (string) • Optional, must be valid email format PrimaryContactMethod (string) • Optional, "E" for email or "P" for phone • When "E", PersonalEmailAddress must be populated with a valid format email address • When "P", CellPhoneNumber and CellPhoneAreaCode must both be populated and in valid format ------------- Employment Information ------------- JobCode (string) • Required, max 10 characters EmployeeStatusCode (string) • Required, max 10 characters Position (string) • Optional, max 30 characters HireDate (DateTime) • Required, year must be > 1899 TerminationDate (DateTime) • Optional, year must be > 1899 if provided EmployeeClassification (string) • Required, max 4 characters, must be "W2", "1099", or "TIP" EmployeeSelfServiceUserAccess (string) • Optional, must be "full" or "none" • If not provided, "none" will be used • If other values provided, it will not pass validation • "Full" access requires existence of personal email, otherwise validation fails • NewHire/Rehire Email is only sent to employees with "full" access • NewHire/Rehire Sms is only sent to employees with "full" access, a valid Phone and Company Claim enabled ------------- Wage Information ------------- PayrollGroupCode (string) • Required, max 10 characters PayrollSchedule (string) • Optional, max 50 characters PayrollScheduleId (int) • Optional SalaryAmount (decimal) • Required EmployeePayType (string) • Optional NormalUnitAmount (decimal) • Optional UnitRate (decimal) • Optional PayPeriodAmount (decimal) • Optional AutoTimesheetIndicator (bool) • Optional ------------- Tax Information ------------- StateWitholding (string) • Required, max 4 characters StateUnemployment (string) • Required, max 4 characters SecondaryStateWithholding_Cd (string) • Optional, max 4 characters FederalMaritalStatus (string) • Required, max 10 characters • Must be "M", "S", or "H" in most cases StateMaritalStatus (string) • Required, max 10 characters • Must be "M", "S", or "H" in most cases PrimaryLocalMaritalStatus (string) • Optional, max 10 characters SecondaryLocalMaritalStatus (string) • Optional, max 10 characters FederalExemptions (int) • Required, 0-255 StateExemptions (decimal) • Required StateSpecialExemptions (decimal) • Optional PrimaryLocalExemptions (decimal) • Optional SecondaryLocalExemptions (decimal) • Optional FederalExtraAmount (decimal) • Optional StateExtraAmount (decimal) • Optional MinimumWageState (string) • Optional, max 2 characters MinimumWageCity (string) • Optional, max 25 characters ------------- 2020 W4 Tax Information ------------- W4Form2020 (string) • Optional, "Y" or "N" FederalMultipleJobs (string) • Optional, "Y" or "N" FederalDependentTaxCredit_Amt (decimal) • Optional FederalOtherIncome_Amt (decimal) • Optional FederalDeductions_Amt (decimal) • Optional StateMultipleJobs (string) • Optional, "Y" or "N" StateDependentTaxCredit_Amt (decimal) • Optional StateOtherIncome_Amt (decimal) • Optional StateDeductions_Amt (decimal) • Optional ------------- Direct Deposit Information ------------- Order (int) • Optional, 0-255, must start with 1 RoutingNumber (string) • Optional, must be 9 digits and valid AccountNumber (string) • Optional, max 17 characters AccountType (string) • Optional, "Checking" or "Savings" EffectiveDate (DateTime) • Optional Status (string) • Optional, "Deposit" or "Prenote" DepositAmount (string) • Optional, "Balance" or "Partial" PartialAmount (decimal) • Optional PartialAmountType (string) • Optional, "Full Dollar" or "Percentage" |
Request body formats
application/json, text/json
Sample:
[ { "CompanyCode": "", "Division": "", "BusinessUnit": "", "Department": "", "Location": "", "FirstName": "", "MiddleName": "", "LastName": "", "Suffix": "", "PreferredName": "", "SocialSecurityNumber": "", "BirthDate": "2000-01-01T00:00:00", "Sex": "", "MaritalStatus": "", "Race": "", "EeoClass": "", "StreetAddress1": "", "StreetAddress2": "", "City": "", "State": "", "ZipCode": "", "Country": "", "County": "", "AreaCode": "", "PhoneNumber": "", "CellPhoneAreaCode": "", "CellPhoneNumber": "", "PersonalEmailAddress": "", "PrimaryContactMethod": "", "JobCode": "", "EmployeeStatusCode": "", "Position": "", "HireDate": "2000-01-01T00:00:00", "TerminationDate": "2000-01-01T00:00:00", "EmployeeClassification": "", "EmployeeSelfServiceUserAccess": "", "PayrollGroupCode": "", "PayrollSchedule": "", "PayrollScheduleId": 0, "SalaryAmount": 0.0, "EmployeePayType": "", "NormalUnitAmount": 0.0, "UnitRate": 0.0, "PayPeriodAmount": 0.0, "AutoTimesheetIndicator": false, "StateWitholding": "", "StateUnemployment": "", "FederalMaritalStatus": "", "StateMaritalStatus": "", "PrimaryLocalMaritalStatus": "", "SecondaryLocalMaritalStatus": "", "FederalExemptions": 0, "StateExemptions": 0.0, "StateSpecialExemptions": 0.0, "PrimaryLocalExemptions": 0.0, "SecondaryLocalExemptions": 0.0, "FederalExtraAmount": 0.0, "StateExtraAmount": 0.0, "MinimumWageState": "", "MinimumWageCity": "", "W4Form2020": "", "FederalW4_2020_Ind": false, "FederalMultipleJobs": "", "FederalMultipleJobs_Ind": false, "FederalDependentTaxCredit_Amt": 0.0, "FederalOtherIncome_Amt": 0.0, "FederalDeductions_Amt": 0.0, "StateMultipleJobs": "", "StateMultipleJobs_Ind": false, "StateDependentTaxCredit_Amt": 0.0, "StateOtherIncome_Amt": 0.0, "StateDeductions_Amt": 0.0, "Order": 0, "RoutingNumber": "", "AccountNumber": "", "AccountType": "", "EffectiveDate": "2000-01-01T00:00:00", "Status": "", "DepositAmount": "", "PartialAmount": 0.0, "PartialAmountType": "", "IsStatusPrenote": false, "IsPartialAmountTypePercentage": false, "IsDepositAmountBalance": false, "EmployeeCode": "" }, { "CompanyCode": "", "Division": "", "BusinessUnit": "", "Department": "", "Location": "", "FirstName": "", "MiddleName": "", "LastName": "", "Suffix": "", "PreferredName": "", "SocialSecurityNumber": "", "BirthDate": "2000-01-01T00:00:00", "Sex": "", "MaritalStatus": "", "Race": "", "EeoClass": "", "StreetAddress1": "", "StreetAddress2": "", "City": "", "State": "", "ZipCode": "", "Country": "", "County": "", "AreaCode": "", "PhoneNumber": "", "CellPhoneAreaCode": "", "CellPhoneNumber": "", "PersonalEmailAddress": "", "PrimaryContactMethod": "", "JobCode": "", "EmployeeStatusCode": "", "Position": "", "HireDate": "2000-01-01T00:00:00", "TerminationDate": "2000-01-01T00:00:00", "EmployeeClassification": "", "EmployeeSelfServiceUserAccess": "", "PayrollGroupCode": "", "PayrollSchedule": "", "PayrollScheduleId": 0, "SalaryAmount": 0.0, "EmployeePayType": "", "NormalUnitAmount": 0.0, "UnitRate": 0.0, "PayPeriodAmount": 0.0, "AutoTimesheetIndicator": false, "StateWitholding": "", "StateUnemployment": "", "FederalMaritalStatus": "", "StateMaritalStatus": "", "PrimaryLocalMaritalStatus": "", "SecondaryLocalMaritalStatus": "", "FederalExemptions": 0, "StateExemptions": 0.0, "StateSpecialExemptions": 0.0, "PrimaryLocalExemptions": 0.0, "SecondaryLocalExemptions": 0.0, "FederalExtraAmount": 0.0, "StateExtraAmount": 0.0, "MinimumWageState": "", "MinimumWageCity": "", "W4Form2020": "", "FederalW4_2020_Ind": false, "FederalMultipleJobs": "", "FederalMultipleJobs_Ind": false, "FederalDependentTaxCredit_Amt": 0.0, "FederalOtherIncome_Amt": 0.0, "FederalDeductions_Amt": 0.0, "StateMultipleJobs": "", "StateMultipleJobs_Ind": false, "StateDependentTaxCredit_Amt": 0.0, "StateOtherIncome_Amt": 0.0, "StateDeductions_Amt": 0.0, "Order": 0, "RoutingNumber": "", "AccountNumber": "", "AccountType": "", "EffectiveDate": "2000-01-01T00:00:00", "Status": "", "DepositAmount": "", "PartialAmount": 0.0, "PartialAmountType": "", "IsStatusPrenote": false, "IsPartialAmountTypePercentage": false, "IsDepositAmountBalance": false, "EmployeeCode": "" }, { "CompanyCode": "", "Division": "", "BusinessUnit": "", "Department": "", "Location": "", "FirstName": "", "MiddleName": "", "LastName": "", "Suffix": "", "PreferredName": "", "SocialSecurityNumber": "", "BirthDate": "2000-01-01T00:00:00", "Sex": "", "MaritalStatus": "", "Race": "", "EeoClass": "", "StreetAddress1": "", "StreetAddress2": "", "City": "", "State": "", "ZipCode": "", "Country": "", "County": "", "AreaCode": "", "PhoneNumber": "", "CellPhoneAreaCode": "", "CellPhoneNumber": "", "PersonalEmailAddress": "", "PrimaryContactMethod": "", "JobCode": "", "EmployeeStatusCode": "", "Position": "", "HireDate": "2000-01-01T00:00:00", "TerminationDate": "2000-01-01T00:00:00", "EmployeeClassification": "", "EmployeeSelfServiceUserAccess": "", "PayrollGroupCode": "", "PayrollSchedule": "", "PayrollScheduleId": 0, "SalaryAmount": 0.0, "EmployeePayType": "", "NormalUnitAmount": 0.0, "UnitRate": 0.0, "PayPeriodAmount": 0.0, "AutoTimesheetIndicator": false, "StateWitholding": "", "StateUnemployment": "", "FederalMaritalStatus": "", "StateMaritalStatus": "", "PrimaryLocalMaritalStatus": "", "SecondaryLocalMaritalStatus": "", "FederalExemptions": 0, "StateExemptions": 0.0, "StateSpecialExemptions": 0.0, "PrimaryLocalExemptions": 0.0, "SecondaryLocalExemptions": 0.0, "FederalExtraAmount": 0.0, "StateExtraAmount": 0.0, "MinimumWageState": "", "MinimumWageCity": "", "W4Form2020": "", "FederalW4_2020_Ind": false, "FederalMultipleJobs": "", "FederalMultipleJobs_Ind": false, "FederalDependentTaxCredit_Amt": 0.0, "FederalOtherIncome_Amt": 0.0, "FederalDeductions_Amt": 0.0, "StateMultipleJobs": "", "StateMultipleJobs_Ind": false, "StateDependentTaxCredit_Amt": 0.0, "StateOtherIncome_Amt": 0.0, "StateDeductions_Amt": 0.0, "Order": 0, "RoutingNumber": "", "AccountNumber": "", "AccountType": "", "EffectiveDate": "2000-01-01T00:00:00", "Status": "", "DepositAmount": "", "PartialAmount": 0.0, "PartialAmountType": "", "IsStatusPrenote": false, "IsPartialAmountTypePercentage": false, "IsDepositAmountBalance": false, "EmployeeCode": "" } ]
application/xml, text/xml
Sample:
<ArrayOfNewHireImportDtoV2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netchex.Internal.Core.Models.NetchexEmployee.External"> <NewHireImportDtoV2> <AccountNumber></AccountNumber> <AccountType></AccountType> <AreaCode></AreaCode> <AutoTimesheetIndicator>false</AutoTimesheetIndicator> <BirthDate>2000-01-01T00:00:00</BirthDate> <BusinessUnit></BusinessUnit> <CellPhoneAreaCode></CellPhoneAreaCode> <CellPhoneNumber></CellPhoneNumber> <City></City> <CompanyCode></CompanyCode> <Country></Country> <County></County> <Department></Department> <DepositAmount></DepositAmount> <Division></Division> <EeoClass></EeoClass> <EffectiveDate>2000-01-01T00:00:00</EffectiveDate> <EmployeeClassification></EmployeeClassification> <EmployeeCode></EmployeeCode> <EmployeePayType></EmployeePayType> <EmployeeSelfServiceUserAccess></EmployeeSelfServiceUserAccess> <EmployeeStatusCode></EmployeeStatusCode> <FederalDeductions_Amt>0</FederalDeductions_Amt> <FederalDependentTaxCredit_Amt>0</FederalDependentTaxCredit_Amt> <FederalExemptions>0</FederalExemptions> <FederalExtraAmount>0</FederalExtraAmount> <FederalMaritalStatus></FederalMaritalStatus> <FederalMultipleJobs></FederalMultipleJobs> <FederalMultipleJobs_Ind>false</FederalMultipleJobs_Ind> <FederalOtherIncome_Amt>0</FederalOtherIncome_Amt> <FederalW4_2020_Ind>false</FederalW4_2020_Ind> <FirstName></FirstName> <HireDate>2000-01-01T00:00:00</HireDate> <JobCode></JobCode> <LastName></LastName> <Location></Location> <MaritalStatus></MaritalStatus> <MiddleName></MiddleName> <MinimumWageCity></MinimumWageCity> <MinimumWageState></MinimumWageState> <NormalUnitAmount>0</NormalUnitAmount> <Order>0</Order> <PartialAmount>0</PartialAmount> <PartialAmountType></PartialAmountType> <PayPeriodAmount>0</PayPeriodAmount> <PayrollGroupCode></PayrollGroupCode> <PayrollSchedule></PayrollSchedule> <PayrollScheduleId>0</PayrollScheduleId> <PersonalEmailAddress></PersonalEmailAddress> <PhoneNumber></PhoneNumber> <Position></Position> <PreferredName></PreferredName> <PrimaryContactMethod></PrimaryContactMethod> <PrimaryLocalExemptions>0</PrimaryLocalExemptions> <PrimaryLocalMaritalStatus></PrimaryLocalMaritalStatus> <Race></Race> <RoutingNumber></RoutingNumber> <SalaryAmount>0</SalaryAmount> <SecondaryLocalExemptions>0</SecondaryLocalExemptions> <SecondaryLocalMaritalStatus></SecondaryLocalMaritalStatus> <Sex></Sex> <SocialSecurityNumber></SocialSecurityNumber> <State></State> <StateDeductions_Amt>0</StateDeductions_Amt> <StateDependentTaxCredit_Amt>0</StateDependentTaxCredit_Amt> <StateExemptions>0</StateExemptions> <StateExtraAmount>0</StateExtraAmount> <StateMaritalStatus></StateMaritalStatus> <StateMultipleJobs></StateMultipleJobs> <StateMultipleJobs_Ind>false</StateMultipleJobs_Ind> <StateOtherIncome_Amt>0</StateOtherIncome_Amt> <StateSpecialExemptions>0</StateSpecialExemptions> <StateUnemployment></StateUnemployment> <StateWitholding></StateWitholding> <Status></Status> <StreetAddress1></StreetAddress1> <StreetAddress2></StreetAddress2> <Suffix></Suffix> <TerminationDate>2000-01-01T00:00:00</TerminationDate> <UnitRate>0</UnitRate> <W4Form2020></W4Form2020> <ZipCode></ZipCode> </NewHireImportDtoV2> <NewHireImportDtoV2> <AccountNumber></AccountNumber> <AccountType></AccountType> <AreaCode></AreaCode> <AutoTimesheetIndicator>false</AutoTimesheetIndicator> <BirthDate>2000-01-01T00:00:00</BirthDate> <BusinessUnit></BusinessUnit> <CellPhoneAreaCode></CellPhoneAreaCode> <CellPhoneNumber></CellPhoneNumber> <City></City> <CompanyCode></CompanyCode> <Country></Country> <County></County> <Department></Department> <DepositAmount></DepositAmount> <Division></Division> <EeoClass></EeoClass> <EffectiveDate>2000-01-01T00:00:00</EffectiveDate> <EmployeeClassification></EmployeeClassification> <EmployeeCode></EmployeeCode> <EmployeePayType></EmployeePayType> <EmployeeSelfServiceUserAccess></EmployeeSelfServiceUserAccess> <EmployeeStatusCode></EmployeeStatusCode> <FederalDeductions_Amt>0</FederalDeductions_Amt> <FederalDependentTaxCredit_Amt>0</FederalDependentTaxCredit_Amt> <FederalExemptions>0</FederalExemptions> <FederalExtraAmount>0</FederalExtraAmount> <FederalMaritalStatus></FederalMaritalStatus> <FederalMultipleJobs></FederalMultipleJobs> <FederalMultipleJobs_Ind>false</FederalMultipleJobs_Ind> <FederalOtherIncome_Amt>0</FederalOtherIncome_Amt> <FederalW4_2020_Ind>false</FederalW4_2020_Ind> <FirstName></FirstName> <HireDate>2000-01-01T00:00:00</HireDate> <JobCode></JobCode> <LastName></LastName> <Location></Location> <MaritalStatus></MaritalStatus> <MiddleName></MiddleName> <MinimumWageCity></MinimumWageCity> <MinimumWageState></MinimumWageState> <NormalUnitAmount>0</NormalUnitAmount> <Order>0</Order> <PartialAmount>0</PartialAmount> <PartialAmountType></PartialAmountType> <PayPeriodAmount>0</PayPeriodAmount> <PayrollGroupCode></PayrollGroupCode> <PayrollSchedule></PayrollSchedule> <PayrollScheduleId>0</PayrollScheduleId> <PersonalEmailAddress></PersonalEmailAddress> <PhoneNumber></PhoneNumber> <Position></Position> <PreferredName></PreferredName> <PrimaryContactMethod></PrimaryContactMethod> <PrimaryLocalExemptions>0</PrimaryLocalExemptions> <PrimaryLocalMaritalStatus></PrimaryLocalMaritalStatus> <Race></Race> <RoutingNumber></RoutingNumber> <SalaryAmount>0</SalaryAmount> <SecondaryLocalExemptions>0</SecondaryLocalExemptions> <SecondaryLocalMaritalStatus></SecondaryLocalMaritalStatus> <Sex></Sex> <SocialSecurityNumber></SocialSecurityNumber> <State></State> <StateDeductions_Amt>0</StateDeductions_Amt> <StateDependentTaxCredit_Amt>0</StateDependentTaxCredit_Amt> <StateExemptions>0</StateExemptions> <StateExtraAmount>0</StateExtraAmount> <StateMaritalStatus></StateMaritalStatus> <StateMultipleJobs></StateMultipleJobs> <StateMultipleJobs_Ind>false</StateMultipleJobs_Ind> <StateOtherIncome_Amt>0</StateOtherIncome_Amt> <StateSpecialExemptions>0</StateSpecialExemptions> <StateUnemployment></StateUnemployment> <StateWitholding></StateWitholding> <Status></Status> <StreetAddress1></StreetAddress1> <StreetAddress2></StreetAddress2> <Suffix></Suffix> <TerminationDate>2000-01-01T00:00:00</TerminationDate> <UnitRate>0</UnitRate> <W4Form2020></W4Form2020> <ZipCode></ZipCode> </NewHireImportDtoV2> <NewHireImportDtoV2> <AccountNumber></AccountNumber> <AccountType></AccountType> <AreaCode></AreaCode> <AutoTimesheetIndicator>false</AutoTimesheetIndicator> <BirthDate>2000-01-01T00:00:00</BirthDate> <BusinessUnit></BusinessUnit> <CellPhoneAreaCode></CellPhoneAreaCode> <CellPhoneNumber></CellPhoneNumber> <City></City> <CompanyCode></CompanyCode> <Country></Country> <County></County> <Department></Department> <DepositAmount></DepositAmount> <Division></Division> <EeoClass></EeoClass> <EffectiveDate>2000-01-01T00:00:00</EffectiveDate> <EmployeeClassification></EmployeeClassification> <EmployeeCode></EmployeeCode> <EmployeePayType></EmployeePayType> <EmployeeSelfServiceUserAccess></EmployeeSelfServiceUserAccess> <EmployeeStatusCode></EmployeeStatusCode> <FederalDeductions_Amt>0</FederalDeductions_Amt> <FederalDependentTaxCredit_Amt>0</FederalDependentTaxCredit_Amt> <FederalExemptions>0</FederalExemptions> <FederalExtraAmount>0</FederalExtraAmount> <FederalMaritalStatus></FederalMaritalStatus> <FederalMultipleJobs></FederalMultipleJobs> <FederalMultipleJobs_Ind>false</FederalMultipleJobs_Ind> <FederalOtherIncome_Amt>0</FederalOtherIncome_Amt> <FederalW4_2020_Ind>false</FederalW4_2020_Ind> <FirstName></FirstName> <HireDate>2000-01-01T00:00:00</HireDate> <JobCode></JobCode> <LastName></LastName> <Location></Location> <MaritalStatus></MaritalStatus> <MiddleName></MiddleName> <MinimumWageCity></MinimumWageCity> <MinimumWageState></MinimumWageState> <NormalUnitAmount>0</NormalUnitAmount> <Order>0</Order> <PartialAmount>0</PartialAmount> <PartialAmountType></PartialAmountType> <PayPeriodAmount>0</PayPeriodAmount> <PayrollGroupCode></PayrollGroupCode> <PayrollSchedule></PayrollSchedule> <PayrollScheduleId>0</PayrollScheduleId> <PersonalEmailAddress></PersonalEmailAddress> <PhoneNumber></PhoneNumber> <Position></Position> <PreferredName></PreferredName> <PrimaryContactMethod></PrimaryContactMethod> <PrimaryLocalExemptions>0</PrimaryLocalExemptions> <PrimaryLocalMaritalStatus></PrimaryLocalMaritalStatus> <Race></Race> <RoutingNumber></RoutingNumber> <SalaryAmount>0</SalaryAmount> <SecondaryLocalExemptions>0</SecondaryLocalExemptions> <SecondaryLocalMaritalStatus></SecondaryLocalMaritalStatus> <Sex></Sex> <SocialSecurityNumber></SocialSecurityNumber> <State></State> <StateDeductions_Amt>0</StateDeductions_Amt> <StateDependentTaxCredit_Amt>0</StateDependentTaxCredit_Amt> <StateExemptions>0</StateExemptions> <StateExtraAmount>0</StateExtraAmount> <StateMaritalStatus></StateMaritalStatus> <StateMultipleJobs></StateMultipleJobs> <StateMultipleJobs_Ind>false</StateMultipleJobs_Ind> <StateOtherIncome_Amt>0</StateOtherIncome_Amt> <StateSpecialExemptions>0</StateSpecialExemptions> <StateUnemployment></StateUnemployment> <StateWitholding></StateWitholding> <Status></Status> <StreetAddress1></StreetAddress1> <StreetAddress2></StreetAddress2> <Suffix></Suffix> <TerminationDate>2000-01-01T00:00:00</TerminationDate> <UnitRate>0</UnitRate> <W4Form2020></W4Form2020> <ZipCode></ZipCode> </NewHireImportDtoV2> </ArrayOfNewHireImportDtoV2>
Response Information
Returns success indications and messages on import operation for each record. conditionally indicates whether the New Hire Import list is empty.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.