Die Endpunkte dieser Endpunktberechtigung finden Sie im Controller "AccountancyVoucherProcess".
Um Buchungsbelege erfassen zu können, muss die Endpunktberechtigung "Belegsystem Buchungsvorgang erfassen" aktiviert werden.
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
Buchungsbelege und -vorgänge können über den Controller "AccountancyTransactionData" abgefragt werden. Mehr dazu finden Sie .
Use username and password.
false2025-12-15Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])Created
Bad Request
Unauthorized
Use username and password.
false2025-12-15Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])Created
Bad Request
Unauthorized
{
"Id": 1,
"NodeId": 1,
"VoucherDate": "2025-12-15",
"VoucherNumber": "text",
"VoucherType": {
"Id": 1,
"Code": "text"
},
"PartnerReference": "text",
"OwnReference": "text",
"Description": "text",
"VoucherProcess": {
"Id": 1,
"CompanyCode": {
"Id": 1,
"Name": "text",
"Code": "text"
},
"VoucherProcessType": {
"Id": 1,
"Code": "text"
},
"BookingRuleType": {
"Id": 1,
"Code": "text"
},
"Description": "text",
"FiscalYearNumber": 1,
"BookingPeriodNumber": 1,
"BookingDate": "2025-12-15",
"ReleaseDate": "2025-12-15",
"BookingNumber": "text",
"Bookings": [
{
"Id": 1,
"MasterAccount": {
"Id": 1,
"Code": "text"
},
"SalesTax": {
"Id": 1,
"Code": "text"
},
"DebitCredit": "Debit",
"Amount": 1,
"Maturity": "2025-12-15",
"OptionTaxPercentage": 1,
"OriginalGrossAmount": 1,
"OriginalOptionAmount": 1,
"OptionTaxSource": "text",
"AdditionalAccount": [
{
"Id": 1,
"Value": "text",
"Type": {
"Id": 1,
"Code": "text"
}
}
]
}
]
}
}{
"Id": 1,
"NodeId": 1,
"VoucherDate": "2025-12-15",
"VoucherNumber": "text",
"VoucherType": {
"Id": 1,
"Code": "text"
},
"PartnerReference": "text",
"OwnReference": "text",
"Description": "text",
"VoucherProcess": {
"Id": 1,
"CompanyCode": {
"Id": 1,
"Name": "text",
"Code": "text"
},
"VoucherProcessType": {
"Id": 1,
"Code": "text"
},
"BookingRuleType": {
"Id": 1,
"Code": "text"
},
"Description": "text",
"FiscalYearNumber": 1,
"BookingPeriodNumber": 1,
"BookingDate": "2025-12-15",
"ReleaseDate": "2025-12-15",
"BookingNumber": "text",
"Bookings": [
{
"Id": 1,
"MasterAccount": {
"Id": 1,
"Code": "text"
},
"SalesTax": {
"Id": 1,
"Code": "text"
},
"DebitCredit": "Debit",
"Amount": 1,
"Maturity": "2025-12-15",
"OptionTaxPercentage": 1,
"OriginalGrossAmount": 1,
"OriginalOptionAmount": 1,
"OptionTaxSource": "text",
"AdditionalAccount": [
{
"Id": 1,
"Value": "text",
"Type": {
"Id": 1,
"Code": "text"
}
}
]
}
]
}
}POST /openwowi/v1.2/AccountancyVoucherProcess/Create HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 452
{
"AddToExistingVoucherId": 1,
"NewVoucherImportRequest": {
"VoucherDate": "2025-12-15",
"PartnerReference": "text",
"OwnReference": "text",
"Description": "text"
},
"CompanyCodeId": 1,
"BookingDate": "2025-12-15",
"VoucherProcessTypeId": 1,
"BookingRuleTypeId": 1,
"Description": "text",
"Bookings": [
{
"MasterAccountId": 1,
"BookingText": "text",
"SalesTaxId": 1,
"DebitCredit": "Debit",
"Amount": 1,
"Maturity": "2025-12-15",
"AdditionalAccount": [
{
"AdditionalAccountTypeId": 1,
"Id": 1
}
]
}
]
}POST /openwowi/v1.2/AccountancyVoucherProcess/CreateRelease HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 452
{
"AddToExistingVoucherId": 1,
"NewVoucherImportRequest": {
"VoucherDate": "2025-12-15",
"PartnerReference": "text",
"OwnReference": "text",
"Description": "text"
},
"CompanyCodeId": 1,
"BookingDate": "2025-12-15",
"VoucherProcessTypeId": 1,
"BookingRuleTypeId": 1,
"Description": "text",
"Bookings": [
{
"MasterAccountId": 1,
"BookingText": "text",
"SalesTaxId": 1,
"DebitCredit": "Debit",
"Amount": 1,
"Maturity": "2025-12-15",
"AdditionalAccount": [
{
"AdditionalAccountTypeId": 1,
"Id": 1
}
]
}
]
}