cURL
curl --request PATCH \ --url https://demo1-api.payrollintegrationsdemo.com/v1/plans/{plan} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "displayName": "<string>" } '
{ "id": "550e8400-e29b-41d4-a716-446655440000", "displayName": "Updated 401(k) Plan Name", "updatedAt": "2024-01-22T16:30:00Z" }
Updates an existing plan
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Display name of the plan
1 - 200
Plan updated successfully
Show child attributes