Greenshades API v1.0.20230915
about 2 years ago by Jason Monsorno
OverviewThis release of the Greenshades API documentation includes endpoint improvements and additions:
PUTUpdate an employee's direct deposit settings. Overwrites any existing settings. Provide an empty list of accounts to clear all accounts.
- "Provide an empty list of accounts to clear all accounts." was added to description.
- Matching functionality of supporting an empty list to clear all account was added.
DELETEDelete an employee's direct deposit settings. Clear all accounts.
- Addition of new endpoint to explicitly delete an employee direct deposit
POSTAdd employees to a pay run.
- Bulk version of Add employee to a pay run.
Employee Direct Deposit
Employee Direct Deposit may now be cleared via the API by either provided and empty collection to the existing Update endpoint or by utilizing the new Delete endpoint.
API References:
PUTUpdate an employee's direct deposit settings. Overwrites any existing settings. Provide an empty list of accounts to clear all accounts.DELETEDelete an employee's direct deposit settings. Clear all accounts.
Bulk Pay Run Operations
Adding multiple employees to a single pay run may now be done via the API.
