Skip to main content
PATCH
/
v1
/
employer-identifiers
/
{employer_identifier}
/
tpes
/
{tpe}
Update TPE relationship
curl --request PATCH \
  --url https://api.payrollintegrationsapp.com/v1/employer-identifiers/{employer_identifier}/tpes/{tpe} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true
}
'
{
  "message": "<string>",
  "errors": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

employer_identifier
string
required
tpe
string<uuid>
required

Body

application/json
enabled
boolean
required

Enable or disable the TPE relationship

Response

TPE relationship updated successfully