Last updated 11 months ago
Ab Version 1.1 sind die Kreditorendaten im Belegsystem dokumentiert und über eine neue Route abzurufen.
OK
const response = await fetch('/openwowi/v1.0/Commissioning/Creditors', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "CreditorId": 1, "PersonId": 1, "PersonShortname": "text", "AddressZip": "text", "AddressTown": "text", "AddressStreet": "text", "AddressHousenumber": "text" } ]