Anfrage einreichen

ERP-Integration: Download der Daten mittels URL

Lanes&Planes bietet folgende Möglichkeiten, die ERP-Integration mittels URL an einen Endpoint (EP) zu übergeben: 

 

  1. EP für eine Auflistung der bereitgestellten Daten (Sortierung nach bestimmter Woche/ Datum):
    https://api.lanes-planes.com/org_admin/organizations/<ORG_ID>/accounting/erp_data/<DATE>.json

    ORG_ID: Provided by Lanes & Planes
    DATE-FORMAT: YYYY-MM-DD (only mondays)

    Diese URL gibt folgendes Ergebnis: 

    {
    "erp_deliveries": [
    {
    "id": 5,
    "created_at": "2021-07-30T09:56:51.219Z",
    "download": "http://api.lanes-planes.com/org_admin/organizations/1/accounting/erp/deliveries/5/download"
    },
    {
    "id": 4,
    "created_at": "2021-07-30T09:21:03.212Z",
    "download": "http://api.lanes-planes.com/org_admin/organizations/1/accounting/erp/deliveries/4/download"
    }
    ]
    }

  2. EP für einen CSV Download mit bestimmtem Datum:
    https://api.lanes-planes.com/org_admin/organizations/<ORG_ID>/accounting/erp/deliveries/<id>/download

Die CSV Dateien werden nicht gelöscht sondern bleiben bestehen. 

War dieser Beitrag hilfreich?

0 von 0 fanden dies hilfreich
Haben Sie Fragen? Anfrage einreichen

Kommentare

  • Hallo,
    gibt es eine Dokumentation, bzw. ein Ansprechpartner/-in für das Thema ERP-Integration: Download der Daten mittels URL?

    Viele Grüße
    Sihem

    1

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.