AddEmployee
URL
https://go.paycycle.com.au/API/Employee/Employee.svc/AddEmployee
Description
This method allows an employee to be added to Paycycle.
Input
<AddEmployeeRequest xmlns="http://api.paycycle.com.au/v1.0">
<ApiKey/>00000000-0000-0000-0000-000000000000</ApiKey>
<AuthorisationKey/>00000000-0000-0000-0000-000000000000</AuthorisationKey>
<Employee>
<PayerEmployeeNumber/>5214520</PayerEmployeeNumber>
<Title/>Mr</Title>
<FirstGivenName/>John</FirstGivenName>
<Surname/>Smith</Surname>
<OtherGivenNames/>Frederick</OtherGivenNames>
<DateOfBirth/>1908-11-11T00:00:00</DateOfBirth>
<Gender/>M</Gender>
<HomeAddressLines/>1 John St</HomeAddressLines>
<HomeSuburb/>Smithville</HomeSuburb>
<HomeStateAbbreviation/>NSW</HomeStateAbbreviation>
<HomePostCode/>2121</HomePostCode>
<HomeCountryCode/>AU</HomeCountryCode>
<Telephone/>04112345678</Telephone>
<Mobile/>04112345678</Mobile>
<Email/>john@hotmail.com</Email>
<TwitterUserName/>@john</TwitterUserName>
<StartDate/>1956-02-01T00:00:00</StartDate>
<EndDate/>2003-09-15T00:00:00</EndDate>
<Occupation/>Engineer</Occupation>
<Classification/>Level 3.2</Classification>
</Employee>
</AddEmployeeRequest>
Output
<AddEmployeeResponse xmlns="http://api.paycycle.com.au/v1.0">
<Status/>OK</Status>
<ErrorDescription/></ErrorDescription>
<EmployeeID/>2022</EmployeeID>
</AddEmployeeResponse>
The response includes Paycycle's internal identifier for the employee.