Retrieve a specific vendedor by ID. Accessible by all authenticated users.
cURL
curl --request GET \ --url https://api.example.com/api/v1/vendedores/:id
{ "success": true, "data": { "id": "770e8400-e29b-41d4-a716-446655440000", "name": "Carlos Martínez", "username": "cmartinez", "email": "[email protected]", "phone": "8091234567", "role": "VENDEDOR", "ventanaId": "660e8400-e29b-41d4-a716-446655440000", "code": "CM001", "isActive": true, "settings": { "print": { "name": "Portable Printer", "phone": "8091234567", "width": 58, "footer": "Gracias por su preferencia", "barcode": true, "bluetoothMacAddress": "AA:BB:CC:DD:EE:FF" }, "theme": "dark" }, "platform": "android", "appVersion": "2.0.7", "deletedAt": null, "deletedBy": null, "deletedReason": null, "createdAt": "2024-03-15T13:00:00Z", "updatedAt": "2024-03-15T14:30:00Z" } }
Show Vendedor object