Skip to content

Integrar Cargoffer con Microsoft Dynamics NAV

Busqueda objetivo: "integracion dynamics nav transporte", "conectar microsoft dynamics con api carga"

API Cargoffer + Dynamics 365

bash
# Obtener contrato firmado
curl -X GET "https://api.pro.cargoffer.com/api/auction/contract/{serviceCode}" \
  -H "Authorization: Bearer *** Ver direcciones
curl -X GET "https://api.pro.cargoffer.com/api/address/" \
  -H "Authorization: Bearer <token...n

## Conexion con Dynamics 365 Business Central

```bash
# API Business Central
curl -X GET "https://api.businesscentral.dynamics.com/v2.0/..."

Flujo tipico

  1. Llega un webhook de contract.signed
  2. Tu sistema crea una factura venta en Dynamics
  3. Marca el contrato como facturado en Cargoffer
  4. Genera el asiento contable automaticamente

Documentación de Cargoffer