Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create and Update Employee Cost Rates via SDK #240

Open
CzechsMix opened this issue Jun 29, 2023 · 1 comment
Open

Create and Update Employee Cost Rates via SDK #240

CzechsMix opened this issue Jun 29, 2023 · 1 comment

Comments

@CzechsMix
Copy link

I notice there's no support in the SDK documentation for Employee Cost Rates, which is documented as "Legacy".

Is this functionality obsolete? Is it marked for removal? Has it been replaced by something else?

What's the current method for specifying the hourly rate or annual salary of a new employee or updating the salary or hourly rate of an existing employee?

@MrSent
Copy link

MrSent commented Aug 11, 2023

The documentation shows what is available via the API. The SDK doesn't provide methods to access everything in the API. Sometimes you need to do it manually which is a pain in the neck. Legacy doesn't mean it is obsolete. It is just using the old methods which will always be available and in some cases are the only way to do certain things. If the documentation shows it is available in the API, and there isn't anything in the SDK for it, you will need to construct the XML yourself rather than rely on inbuilt functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants