SetEmployeeBankAccount
URL

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

Description

This method allows the employee's bank account details to be set.

Input

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

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

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

        <BankAccount>

            <EmployeeID>2022</EmployeeID>

            <ReferenceText>Salary</ReferenceText>

            <BSB>123123</BSB>

            <AccountNumber>12345678</AccountNumber>

            <AccountName>Mr J. Smith</AccountName>

        </BankAccount>

    </SetEmployeeBankAccountRequest>

Output

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

        <Status>OK</Status>

        <ErrorDescription></ErrorDescription>

    </SetEmployeeBankAccountResponse>

 

Only a single bank account can be set through the API. Existing bank account details are overridden.