cURL
curl --request PUT \ --url https://api.raul.ugps.io/api/v1/boleta/{id}/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "boleta_status_id": 123 } '
{ "id_boleta": 123, "id_technician": "<string>", "uf_value": 123, "ids_visits": "<string>", "boleta_status_id": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Operacion: Update boleta status.
Bearer token authentication
New status ID