Crear documento eCMR
Busqueda objetivo: como crear ecmr digital, documento transporte electronico
Endpoint
bash
curl -X POST "https://ecmr.api.pro.cargoffer.com/api/documents" -H "Authorization: Bearer <token>" -H "Content-Type: application/json" -d '{"type": "cmr", "sender": {"name": "Transportes SL", "cif": "B12345678"}, "receiver": {"name": "Cliente SA", "cif": "A87654321"}, "goods": [{"description": "Mercancia general", "weight": 5000}]}'