Entradas

Mostrando las entradas con la etiqueta postman oracle

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 Fusion Cloud: Crear Adjustment en AR con SOAP API (Ejemplo Completo + Payload XML)

Imagen
Oracle Fusion Cloud: Crear Adjustment en AR con SOAP API (Ejemplo Completo) En Oracle Fusion Cloud Financials es común necesitar generar Adjustments (autoajustes) en Accounts Receivable (AR) cuando una factura debe cancelarse, corregirse o ajustarse por motivos fiscales o contables. En este artículo te muestro un caso real de integración utilizando la SOAP API de Oracle Fusion Cloud para crear un Adjustment en AR desde Postman , incluyendo el endpoint utilizado, el payload XML completo y cómo obtener los IDs necesarios. 📌 Escenario funcional Necesitamos crear un autoajuste sobre una factura existente debido a una cancelación fiscal en México. El ajuste debe: Aplicarse a una factura específica Registrar motivo de cancelación Impactar contablemente en la fecha correcta (GL Date) Actualizar campos fiscales mediante DFF 🔗 Endpoint SOAP utilizado La integración fue ejecutada desde Postman utilizando el siguiente endpoint: https://servername.oraclecloud.com:443...

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