Kataloge
Buchwerk-Art
Version 1.0
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/AccountancyMasterData/CompanyCodeType HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text",
"CompanyCodeId": 1
}
]Version 1.2
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.2/AccountancyMasterDataCatalog/CompanyCodeType HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text"
}
]Buchungsart Mietverträge
Version 1.0
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/AccountancyMasterData/BookingTypeRentAccounting HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"NodeId": 1,
"Code": "text",
"Description": "text",
"RestrictionOfUseId": 1,
"UseUnitTypeId": 1,
"FIOBookingTypeAccountancyId": 1,
"FIOBookingTypeAccountancyCode": "text"
}
]Version 1.2
Use username and password.
20falseOK
Bad Request
Unauthorized
GET /openwowi/v1.2/AccountancyMasterDataCatalog/BookingTypeRentAccounting HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"NodeId": 1,
"Code": "text",
"Description": "text",
"BookingTypeAccountancy": {
"Id": 1,
"Code": "text",
"Classification": {
"Id": 1,
"Code": "text"
}
},
"RestrictionsOfUse": {
"Id": 1,
"NodeId": 1,
"Name": "text",
"IsVacancy": true
},
"UseUnitType": {
"Id": 1,
"Name": "text",
"Classification": "text"
},
"ContractPositionType": {
"Id": 1,
"Name": "text",
"ShortCode": "text"
},
"Subledger": {
"Id": 1,
"Code": "text"
}
}
]Buchungsart
Version 1.0
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/AccountancyMasterData/BookingTypeAccountancy HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"NodeId": 1,
"BookingTypeCode": "text",
"BookingTypeClassificationId": 1,
"BookingTypeClassificationCode": "text",
"AccountingTypeId": 1,
"AccountingTypeCode": "text"
}
]Version 1.2
Use username and password.
20falseOK
Bad Request
Unauthorized
GET /openwowi/v1.2/AccountancyMasterDataCatalog/BookingTypeAccountancy HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"NodeId": 1,
"Code": "text",
"Classification": {
"Id": 1,
"Code": "text"
},
"Subledger": {
"Id": 1,
"Code": "text"
}
}
]Buchungsart Darlehen
Version 1.0
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/AccountancyMasterData/BookingTypeLoans HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"NodeId": 1,
"Code": "text",
"Description": "text",
"SubLedgerId": 1,
"SubLedgerCode": "text",
"LoanTypeId": 1,
"LoanTypeCode": "text",
"LoanTermsTypeId": 1,
"LoanTermsTypeCode": "text",
"BookingTypeAccountancyId": 1,
"BookingTypeAccountancyCode": "text"
}
]Version 1.2
Use username and password.
20falseOK
Bad Request
Unauthorized
GET /openwowi/v1.2/AccountancyMasterDataCatalog/BookingTypeLoans HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"NodeId": 1,
"Code": "text",
"Description": "text",
"BookingTypeAccountancy": {
"Id": 1,
"Code": "text",
"Classification": {
"Id": 1,
"Code": "text"
}
},
"LoanType": {
"Id": 1,
"Code": "text",
"ShortCode": "text"
},
"LoanTermType": {
"Id": 1,
"Code": "text"
},
"Subledger": {
"Id": 1,
"Code": "text"
}
}
]Rechnungsart (alter Eingangsrechnungsprozess)
Version 1.2
Use username and password.
20falseOK
Bad Request
Unauthorized
GET /openwowi/v1.2/AccountancyMasterDataCatalog/InvoiceType HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"NodeId": 1,
"Code": "text",
"IsFinalInvoice": true,
"IsValid": true,
"IsCreditNote": true,
"IsForCraftsmenPortal": true,
"EconomicUnitRequired": true,
"PartnerReferenceRequired": true,
"InvoiceControls": [
{
"Id": 1,
"Code": "text",
"AmountFrom": 1,
"AmountTo": 1,
"PercentageRandom": 1,
"Processing": {
"Id": 1,
"Code": "text"
},
"FollowProcessing": {
"Id": 1,
"Code": "text"
}
}
],
"OutgoingInvoiceTypeDto": {
"Id": 1,
"Name": "text"
}
}
]Rechnungsart (neuer Eingangsrechnungsprozess)
Version 1.2
Use username and password.
20falseOK
Bad Request
Unauthorized
GET /openwowi/v1.2/AccountancyMasterDataCatalog/InvoiceReceiptFlowType HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text",
"NodeId": 1,
"IsFinalInvoice": true,
"IsLocked": true,
"IsCreditNote": true,
"DefaultBookingDate": {
"Id": 1,
"Name": "text"
},
"DefaultVoucherProcessType": {
"Id": 1,
"Name": "text"
},
"BookingTypePayable": {
"Id": 1,
"Name": "text"
},
"BookingTypeExpense": {
"Id": 1,
"Name": "text"
},
"BookingTypeDiscount": {
"Id": 1,
"Name": "text"
},
"BookingTypeSWOutpayment": {
"Id": 1,
"Name": "text"
},
"BookingTypeWithhold": {
"Id": 1,
"Name": "text"
},
"PartnerReferenceRequired": true,
"EconomicUnitRequired": true,
"SecurityWithholdOutpaymentEnabled": true,
"CheckupRecordingDisabled": true,
"CheckupRecordingMultiLevelApproval": 1,
"CheckupRecordingRule": {
"Id": 1,
"Name": "text"
},
"CheckupCalculationDisabled": true,
"CheckupCalculationMultiLevelApproval": 1,
"CheckupCalculationRule": {
"Id": 1,
"Name": "text"
},
"DiscountBookingEnabled": true,
"WithholdsEnabled": true,
"WithholdPercentage": 1,
"WithholdMaturityInMonths": 1,
"TreatMissingExemptionOrderAsError": true,
"RecordingNextUserRequired": true,
"RecordingNextDepartmentRequired": true,
"RecordingNextDepartmentProposal": {
"Id": 1,
"Name": "text"
},
"CheckupRecordingNextUserRequired": true,
"CheckupRecordingNextDepartmentRequired": true,
"CheckupRecordingNextDepartmentProposal": {
"Id": 1,
"Name": "text"
},
"CheckupCalculationNextUserRequired": true,
"CheckupCalculationNextDepartmentRequired": true,
"CheckupCalculationNextDepartmentProposal": {
"Id": 1,
"Name": "text"
},
"AccountAssignmentNextUserRequired": true,
"AccountAssignmentNextDepartmentRequired": true,
"AccountAssignmentNextDepartmentProposal": {
"Id": 1,
"Name": "text"
},
"ApprovalNextDepartmentProposal": {
"Id": 1,
"Name": "text"
},
"IncompleteAccountAssignmentAllowed": true
}
]Ausgangsrechnungsart
Version 1.2
Use username and password.
20falseOK
Bad Request
Unauthorized
GET /openwowi/v1.2/AccountancyMasterDataCatalog/OutgoingInvoiceType HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text",
"Description": "text"
}
]Zusatzkonten
Version 1.2
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.2/AccountancyMasterDataCatalog/AdditionalAccountType HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]Buchungssteuerung
Version 1.2
Use username and password.
20falseOK
Bad Request
Unauthorized
GET /openwowi/v1.2/AccountancyMasterDataCatalog/MetaMasterAccount HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"IdNum": "text",
"Name": "text",
"Code": "text",
"Classification": {
"Id": 1,
"Code": "text"
}
}
]Steuersätze
Version 1.2
Use username and password.
20falseOK
2026-08-18Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])2026-08-18Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])Bad Request
Unauthorized
GET /openwowi/v1.2/AccountancyMasterDataCatalog/SalesTax HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"Percentage": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"VatDocumentLineId": "text",
"Country": {
"Id": 1,
"Name": "text",
"Code": "text"
},
"Type": {
"Id": 1,
"Code": "text"
},
"DefaultUsage": {
"Id": 1,
"Code": "text"
}
}
]Buchungsregel Typ
Version 1.2
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.2/AccountancyMasterDataCatalog/BookingRuleType HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]Buchungsvorgang Typ
Version 1.2
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.2/AccountancyMasterDataCatalog/VoucherProcessType HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]Maßeinheiten für Mengenangaben
Version 1.2
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.2/AccountancyMasterDataCatalog/QuantityType?apiKey=text HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text",
"Code": "text",
"ArgeCode": "text"
}
]Brennstoff / Energieart
Version 1.2
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.2/CommercialInventoryCatalog/FuelEnergyType?apiKey=text HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.2/AccountancyMasterDataCatalog/FuelEnergyType?apiKey=text HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]Enumeratoren für "AdministrationType".
Zuletzt aktualisiert
