cURL
curl --request PATCH \ --url https://demo1-api.payrollintegrationsdemo.com/v1/plans/{plan}/tpes/{tpe} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "enabled": true } '
{ "message": "<string>", "errors": [ "<string>" ] }
Updates a TPE relationship
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Enable or disable the TPE relationship
TPE relationship updated successfully