Last updated 3 months ago
OK
"2025-01-25"
\d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])
const response = await fetch('/openwowi/v1.2/AccountancyTransactionData/VoucherProcess', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "Id": 0, "CompanyCode": { "Id": 0, "Name": "text", "Code": "text" }, "VoucherProcessType": { "Id": 0, "Code": "text" }, "BookingRuleType": { "Id": 0, "Code": "text" }, "Description": "text", "FiscalYearNumber": 0, "BookingPeriodNumber": 0, "BookingDate": "2025-01-25", "ReleaseDate": "2025-01-25", "BookingNumber": "text", "Voucher": { "Id": 0, "VoucherNumber": "text", "OwnReference": "text", "PartnerReference": "text" } } ]