cURL
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 '{}'
{}
Operacion: Actualizar costos de un tecnico.
Bearer token authentication
ID del tecnico (UUID)
The body is of type object.
object
Costos actualizados exitosamente
The response is of type object.