Hauptkonten
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
Hauptkonten abrufen
Version 1.0
get
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Abfrageparameter
apiKeystringOptional
Antworten
200
OK
400
Bad Request
401
Unauthorized
get
/openwowi/v1.0/AccountancyMasterData/MasterAccountsGET /openwowi/v1.0/AccountancyMasterData/MasterAccounts HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"CompanyCodeId": 1,
"Code": "text",
"Name": "text",
"Name2": "text",
"AccountChartId": 1,
"AccountChartIdNum": "text",
"AccountChartCode": "text",
"AccountCategoryId": 1,
"AccountCategoryCode": "text",
"AccountCategoryName": "text",
"AccountGroupId": 1,
"AccountGroupCode": "text",
"AccountGroupName": "text",
"AdditionalAccountType1": "text",
"AdditionalAccountType2": "text",
"AdditionalAccountType3": "text",
"AdditionalAccountType4": "text",
"AdditionalAccountType5": "text",
"AdditionalAccountType6": "text",
"MetaMasterAccountId": 1,
"MetaMasterAccountCode": "text",
"FIOBookingTypeAccountancyId": 1,
"FIOBookingTypeAccountancyCode": "text",
"MasterAccountBalanceSheets": [
{
"MasterAccountId": 1,
"BalanceSheetId": 1,
"BalanceSheet": "text",
"BalanceSheetPositionId": 1,
"BalanceSheetPosition": "text"
}
]
}
]Version 1.2
get
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Abfrageparameter
apiKeystringOptional
limitinteger · int32OptionalExample:
20offsetinteger · int32Optional
companyCodeIdinteger · int32Optional
masterAccountIdinteger · int32Optional
masterAccountNumberstringOptional
includeAdditionalAccountTypesAsListbooleanOptional
includeAdditionalAccountTypesAsPropertiesbooleanOptional
includeAccountCategoryInformationbooleanOptional
includeBalanceSheetPositionbooleanOptional
includeAdditionalFieldbooleanOptional
includeOtherParametersbooleanOptional
showNullValuesbooleanOptionalDefault:
falseAntworten
200
OK
400
Bad Request
401
Unauthorized
get
/openwowi/v1.2/AccountancyMasterData/MasterAccountsGET /openwowi/v1.2/AccountancyMasterData/MasterAccounts HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"Name": "text",
"Name2": "text",
"OtherParameters": {
"OpenAt": "2025-12-06",
"ClosedAt": "2025-12-06",
"Blocked": true,
"OpenItemAccount": true,
"Regulation": true,
"UseAsDefaultMasterAccount": true,
"UseQuantity": true,
"FromCarryForward": true,
"VatDocumentLineId": "text",
"AutomaticTaxTreatment": true,
"TaxCertificationRelevantType": {
"Id": 1,
"Code": "text"
},
"WithholdType": {
"Id": 1,
"Code": "text"
},
"LegalFamilyList": [
{
"Id": 1,
"Code": "text"
}
]
},
"CompanyCode": {
"Id": 1,
"Name": "text",
"Code": "text"
},
"AccountChart": {
"Id": 1,
"IdNum": "text",
"Code": "text"
},
"AccountGroup": {
"Id": 1,
"Code": "text",
"Name": "text",
"AccountCategory": {
"Id": 1,
"Code": "text",
"Name": "text"
}
},
"BookingTypeAccountancy": {
"Id": 1,
"Code": "text",
"Classification": {
"Id": 1,
"Code": "text"
}
},
"MetaMasterAccount": {
"Id": 1,
"Code": "text"
},
"AdditionalAccountType1": {
"Id": 1,
"Code": "text"
},
"AdditionalAccountType2": {
"Id": 1,
"Code": "text"
},
"AdditionalAccountType3": {
"Id": 1,
"Code": "text"
},
"AdditionalAccountType4": {
"Id": 1,
"Code": "text"
},
"AdditionalAccountType5": {
"Id": 1,
"Code": "text"
},
"AdditionalAccountType6": {
"Id": 1,
"Code": "text"
},
"AdditionalAccountType": [
{
"Id": 1,
"Code": "text"
}
],
"BalanceSheetPositions": [
{
"Id": 1,
"Number": "text",
"Line1": "text",
"Line2": "text",
"Line3": "text",
"BalanceSheet": {
"Id": 1,
"Code": "text"
}
}
],
"AdditionalFields": [
{
"Name": "text",
"Content": "text",
"Type": "text"
}
]
}
]Zuletzt aktualisiert
