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
- Llega un webhook de
contract.signed - Tu sistema crea una factura venta en Dynamics
- Marca el contrato como facturado en Cargoffer
- Genera el asiento contable automaticamente