Greenshades API v1.0.20230915
about 1 year ago by Jason Monsorno
Overview
This release of the Greenshades API documentation includes endpoint improvements and additions:
PUT
Update 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.
DELETE
Delete an employee's direct deposit settings. Clear all accounts.
- Addition of new endpoint to explicitly delete an employee direct deposit
POST
Add 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:
PUT
Update an employee's direct deposit settings. Overwrites any existing settings. Provide an empty list of accounts to clear all accounts.DELETE
Delete 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.