Skip to main content
PATCH
/
api
/
v2
/
equipment
/
{id}
/
transfer
Transfer an equipment to another responsible party
curl --request PATCH \
  --url https://app.tarefy.com/nodeapi/api/v2/equipment/{id}/transfer \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "new_responsible_user_id": 123,
  "notes": "<string>",
  "withdrawal_date": "2023-12-25"
}
'

Documentation Index

Fetch the complete documentation index at: https://developers.tarefy.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Body

application/json
new_responsible_user_id
integer
required
notes
string
withdrawal_date
string<date>

Response

200

Equipamento transferido com sucesso