Skip to main content
PUT
/
api
/
v1
/
technician_cost
/
update
/
{technician_id}
Actualizar costos de un tecnico
curl --request PUT \
  --url https://api.raul.ugps.io/api/v1/technician_cost/update/{technician_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

technician_id
string
required

ID del tecnico (UUID)

Body

application/json

The body is of type object.

Response

Costos actualizados exitosamente

The response is of type object.