Umlageabrechnung
Die Endpunkte dieser Endpunktberechtigung finden Sie im Controller "RunningCostDistributionCatalog".
Um auf die Umlageabrechnung über die API zugreifen zu können, müssen die Endpunktberechtigungen "Umlageabrechnung-Stammdaten" und "Umlageabrechnung-lesen" aktiviert werden.
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
Abrechnungsperioden
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
limitinteger · int32OptionalExample:
20
offsetinteger · int32Optional
showNullValuesbooleanOptionalDefault:
false
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/RunningCostDistributionRead/DistributionPeriods HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"FirstCalenderYear": 1,
"IsBookable": true,
"IsComputable": true,
"RegularDistributionPeriod": {
"Id": 1,
"Code": "text"
}
}
]
Abrechnungskreise
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
limitinteger · int32OptionalExample:
20
offsetinteger · int32Optional
allocationGroupIdinteger · int32Optional
allocationGroupCodestringOptional
ownerIdinteger · int32Optional
companyCodeIdinteger · int32Optional
distributionPeriodIdinteger · int32Optional
distributionTypeIdinteger · int32Optional
prepaymentBlockIdinteger · int32Optional
searchPatternstringOptional
includeUseUnitsbooleanOptional
includeCostTypesbooleanOptional
includeExplanationsbooleanOptional
includeOptionTaxesbooleanOptional
showNullValuesbooleanOptionalDefault:
false
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/RunningCostDistributionRead/AllocationGroups HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"Owner": {
"Id": 1,
"OwnerNumber": "text"
},
"CompanyCode": {
"Id": 1,
"Name": "text",
"Code": "text"
},
"AllocationGroupState": {
"Id": 1,
"Code": "text"
},
"PrepaymentBlock": {
"Id": 1,
"Code": "text"
},
"DistributionTypeSlim": {
"Id": 1,
"Code": "text"
},
"PreviousAllocationGroup": {
"Id": 1,
"Code": "text"
},
"IndividualOwnershipManagement": true,
"IsCleared": true,
"SearchPattern": "text",
"Location": "text",
"DistributionPeriod": {
"Id": 1,
"Code": "text"
},
"RegularDistributionPeriod": {
"Id": 1,
"Code": "text"
},
"UseUnits": [
{
"Id": 1,
"UseUnitNumber": "text"
}
],
"AllocationGroupCostTypes": [
{
"Id": 1,
"Code": "text"
}
],
"Explanations": [
{
"Id": 1,
"Text": "text",
"Group": {
"Id": 1,
"Name": "text"
}
}
],
"OptionTaxes": [
{
"OptionTax": 1,
"ValidFrom": "2025-07-14",
"ValidTo": "2025-07-14"
}
]
}
]
Last updated