cURL
curl --request POST \ --url https://demo1-api.payrollintegrationsdemo.com/v1/plans/{plan}/tpes/{tpe} \ --header 'Authorization: Bearer <token>'
{ "planId": "550e8400-e29b-41d4-a716-446655440000", "tpeId": "660e8400-e29b-41d4-a716-446655440001", "planIdentifier": "PLAN-12345", "createdAt": "2024-01-15T10:30:00Z" }
Creates a new TPE relationship for a plan
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
TPE relationship created successfully