Entradas

Mostrando las entradas con la etiqueta per_users_roles

How to Get Exchange Rates in Excel Automatically Using a Free API (VBA Step-by-Step)

Imagen
How to Get Exchange Rates in Excel Automatically Using a Free API (VBA Step-by-Step) Automate exchange rates in Excel in minutes. In this guide, you’ll learn how to retrieve currency data from multiple countries (including African currencies) using a free API and VBA. This example is perfect if you work with financial reports, currency analysis, or need updated data without manual input. 🚀 What will you learn? How to get real-time exchange rates in Excel How to use a free API (no API key required) How to automate Excel with VBA How to retrieve multiple currencies (USD, MXN, EUR, ZAR, NGN, etc.) 🌍 Free Exchange Rate API For this example, we will use the following free API: 👉 https://open.er-api.com/v6/latest/USD Advantages: No API key required 150+ currencies available Includes African currencies Daily updated data (not historical) 💻 VBA Macro to Get Exchange Rates in Excel Copy and paste this code into a VBA module: Sub GetExchangeRates(...

Oracle soap API para remover o agregar roles a usuarios

Imagen
    En ocasiones necesitamos actualizar datos para muchos registros y para evitar hacer esto uno por uno, Oracle tiene disponibles herramientas como SOAP Web Services y REST API Services. En esta publicación vamos hacer uso de un API de ORacle Cloud para remover un rol a un usuario  Primero vamos a la liga de documentacion  https://docs.oracle.com/en/cloud/saas/applications-common/24b/farca/op-hcmrestapi-scim-roles-get.html Vamos a utilizar la URL que viene en esa pantalla  URL: https://servername/ hcmRestApi/scim/Roles/{id} Vamos a entrar a Postman y desde ahí vamos armar  el xml , primero vamos agregar un request Luego vamos a poner el tipo  Patch  y vamos a poner la URL que vimos  atrás, solo tengan cuidado de cambiar el nombre de su servidor  URL:  https://servername/ hcmRestApi/scim/Roles/{id} Después vamos agregar nuestras credenciales de acceso a Oracle , en la sección de authorization , en la parte de Body vamos a marcar raw...

🚀 Mantener este blog funcionando requiere tiempo y café. ¡Puedes contribuir con uno aquí!