Create 401k plan for legal entity
Create a new 401k plan for existing provider to legal entity
Token scopes: benefits:write
Authentication
AuthorizationBearer
## Authentication
Deel API uses API tokens to authenticate requests. A bearer token is required to authenticate all API requests.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
``` curl -X GET 'api.letsdeel.com/rest/v2/contracts' \ -H 'Authorization: Bearer YOUR-TOKEN-HERE' ```
### Generating Access Tokens 1. Navigate to **Apps & Perks > Developer Center**. 2. Click on the “Generate New Token” button. 3. In the popup, click “Generate Token” button to generate a new token. Your newly generated token is visible on the screen. 4. Make sure to copy and save your token once is generated. You won't be able to see it again!
OR
AuthorizationBearer
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/
Path parameters
legal_entity_id
Id from the legal entity to receive a new 401k plan
Request
This endpoint expects an object.
name
Name of the 401K plan.
start_date
Start date of the plan.
contribution_type
Type of contribution for the 401K plan.
Allowed values:
details
Object containing additional information about the 401K plan.
contribution_value
Value of the contribution if type is percent or amount.
contribution_value_for_match_rate
Array of objects containing limits and rates for match rate contribution type.
Response
Successful operation.
data