UpdateEmployee
URL

https://go.paycycle.com.au/API/Employee/Employee.svc/UpdateEmployee

Description

This method allows an employees details to be updated.

Input

    <UpdateEmployeeRequest xmlns="http://api.paycycle.com.au/v1.0">

        <ApiKey/>00000000-0000-0000-0000-000000000000</ApiKey>

        <AuthorisationKey/>00000000-0000-0000-0000-000000000000</AuthorisationKey>

        <Employee>

            <EmployeeID/>2022</EmployeeID>

            <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>

    </UpdateEmployeeRequest>

Output

    <UpdateEmployeeResponse xmlns="http://api.paycycle.com.au/v1.0">

        <Status/>OK</Status>

        <ErrorDescription/></ErrorDescription>

    </UpdateEmployeeResponse>