GetEmployeeDetailed
URL

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

Description

This method retrieves the specified employee for the customer making the request.

Input

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

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

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

        <EmployeeID/>2022</EmployeeID>

    </GetEmployeeDetailedRequest>

Output

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

        <Status/>OK</Status>

        <ErrorDescription/></ErrorDescription>

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

    </GetEmployeeDetailedResponse>

 

The response is detailed information about the employee.