cURL
curl --request POST \ --url https://api.raul.ugps.io/api/v1/boleta \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id_technician": "<string>", "visit_detail_ids": [ "<string>" ], "uf_value": 1 } '
{ "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: Create new boleta.
Bearer token authentication
Technician UUID
Array of visit detail UUIDs
UF value at creation time
x >= 0