Vertragsvereinbarungen
Mietanpassungsvereinbarung nach Nutzungseinheiten
Version 1.0
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/RentAccounting/UseUnitRentAdjustments HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"UseUnitId": 1,
"AdjustmentBlocker": "2026-01-01T00:00:00.000Z",
"FIOLegalStateId": 1,
"FIOLegalState": "text",
"MunicipalityId": 1,
"Municipality": "text",
"MoveInDate": "2026-01-01T00:00:00.000Z",
"SquareMeterLivingSpace": 1,
"ApartmentSizeClass": "text",
"HousingQualityPointsComparisonObject": 1,
"ModernisingByRentIndex": true,
"IncreaseAmount": 1,
"ComparableRentOfAnArea": 1,
"AdjustmentDate": "2026-01-01T00:00:00.000Z",
"TextForDifferentRating": "text",
"CapLimitPercentage": 1,
"CapLimitAbsoluteSqm": 1,
"MunicipalityActiveRentIndex": "text",
"SurchargesAndReduction": [
{
"Id": 1,
"UseUnitRentAdjustmentId": 1,
"SpecialAttributeId": 1,
"SpecialAttribute": "text",
"Amount": 1,
"Percent": 1
}
],
"FacilityCharacteristics": [
{
"FacilityCharacteristicGroupId": 1,
"UseUnitRentAdjustmentId": 1,
"FacilityCharacteristicGroup": "text",
"FacilityCharacteristicGroupEffectiveValue": "text"
}
]
}
]Indexvereinbarung und Preisindizes
Version 1.0
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/RentAccounting/IndexRentalAgreement HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"LicenseAgreementId": 1,
"ValidFrom": "2026-01-01T00:00:00.000Z",
"ValidTo": "2026-01-01T00:00:00.000Z",
"PriceIndex": "text",
"ContractAgreementTypeId": 1,
"ContractAgreementType": "text",
"ReferenceValueIndex": "text",
"AgreementIndexWaitingPeriod": 1,
"AgreementIndexReferenceDate": "2026-01-01T00:00:00.000Z",
"AgreementIndexPriceIndexValue": 1,
"AgreementIndexLimitForIncrease": 1,
"AgreementIndexTransferPercent": 1
}
]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])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])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/RentAccounting/ContractAgreement/IndexRentalAgreement HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"Inputdate": "2026-08-18",
"FirstDebit": "2026-08-18",
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
},
"PriceIndex": {
"Id": 1,
"Code": "text"
},
"PriceIndexValue": {
"Id": 1,
"IndexValue": 1,
"ReferenceDate": "2026-08-18",
"PriceIndex": {
"Id": 1,
"Code": "text"
}
},
"TransferPercent": 1,
"WaitingPeriod": 1,
"LimitForIncrease": 1,
"LimitForReduction": 1,
"ScopeChange": "2026-08-18",
"AutomaticAdjustment": true,
"BaseYear": 1,
"ReferenceDate": "2026-08-18"
}
]Use username and password.
20falseOK
Bad Request
Unauthorized
GET /openwowi/v1.2/RentAccounting/PriceIndex HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"Note": "text"
}
]Use username and password.
20falseOK
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/RentAccounting/PriceIndexValue HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"IndexValue": 1,
"ReferenceDate": "2026-08-18",
"PriceIndex": {
"Id": 1,
"Code": "text"
}
}
]Staffelmietvereinbarung
Version 1.0
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/RentAccounting/GraduatedRentAgreement HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"LicenseAgreementId": 1,
"ValidFrom": "2026-01-01T00:00:00.000Z",
"ValidTo": "2026-01-01T00:00:00.000Z",
"RentalUpperLimit": 1,
"GraduatedRentEntries": [
{
"Id": 1,
"RentChangeDate": "2026-01-01T00:00:00.000Z",
"Amount": 1,
"VATRateId": 1,
"VATRate": "text",
"ActivatedAgreement": true
}
]
}
]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])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/RentAccounting/ContractAgreement/GraduatedRentAgreement HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"Inputdate": "2026-08-18",
"FirstDebit": "2026-08-18",
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
},
"RentalUpperLimit": 1,
"GraduatedRentEntries": [
{
"Id": 1,
"RentChangeDate": "2026-01-01T00:00:00.000Z",
"Amount": 1,
"ActivatedAgreement": true,
"VatRate": {
"Id": 1,
"Code": "text"
},
"Invalid": true,
"SquareMeters": 1,
"PricePerSquareMeter": 1
}
],
"ContractPositionType": {
"Id": 1,
"Name": "text",
"ShortCode": "text"
}
}
]Umsatzmietvereinbarung
Version 1.0
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/RentAccounting/TurnoverRentAgreement HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"LicenseAgreementId": 1,
"ValidFrom": "2026-01-01T00:00:00.000Z",
"ValidTo": "2026-01-01T00:00:00.000Z",
"ContractPositionTypeId": 1,
"ContractPositionType": "text",
"AccountingIntervalId": 1,
"AccountingInterval": "text",
"NextAccountingDate": "2026-01-01T00:00:00.000Z",
"LastAccountingDate": "2026-01-01T00:00:00.000Z",
"LastPeriodOfService": 1,
"RentalLowerLimit_Net": 1,
"RentalLowerLimit_Gross": 1,
"RentalUpperLimit_Net": 1,
"RentalUpperLimit_Gross": 1,
"Ascending": true,
"TurnoverRentSteps": [
{
"Id": 1,
"TurnoverFrom": 1,
"TurnoverTo": 1,
"Percentage": 1
}
]
}
]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])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/RentAccounting/ContractAgreement/TurnoverRentAgreement HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"Inputdate": "2026-08-18",
"FirstDebit": "2026-08-18",
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
},
"ContractPositionType": {
"Id": 1,
"Name": "text",
"ShortCode": "text"
},
"ContractAgreementAccountingInterval": {
"Id": 1,
"Code": "text"
},
"NextAccountingDate": "2026-01-01T00:00:00.000Z",
"LastAccountingDate": "2026-01-01T00:00:00.000Z",
"LastPeriodOfService": 1,
"RentalUpperLimitNet": 1,
"RentalUpperLimitGross": 1,
"RentalLowerLimitNet": 1,
"RentalLowerLimitGross": 1,
"Ascending": true,
"TurnoverRentSteps": [
{
"Id": 1,
"TurnoverFrom": 1,
"TurnoverTo": 1,
"Percentage": 1
}
]
}
]Mehrwertsteueroptierung
Version 1.0
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/RentAccounting/VATOptionAgreement HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"LicenseAgreementId": 1,
"ValidFrom": "2026-01-01T00:00:00.000Z",
"ValidTo": "2026-01-01T00:00:00.000Z",
"FirstDebit": "2026-01-01T00:00:00.000Z",
"SalesTaxId": 1,
"SalesTax": "text"
}
]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])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/RentAccounting/ContractAgreement/VatOptionAgreement HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"Inputdate": "2026-08-18",
"FirstDebit": "2026-08-18",
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
},
"VatRate": {
"Id": 1,
"Code": "text"
}
}
]Mietobergrenze
Version 1.0
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/RentAccounting/RentalUpperLimit HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"LicenseAgreementId": 1,
"ValidFrom": "2026-01-01T00:00:00.000Z",
"ValidTo": "2026-01-01T00:00:00.000Z",
"RentalUpperLimit": 1
}
]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])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/RentAccounting/ContractAgreement/RentalUpperLimit HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"Inputdate": "2026-08-18",
"FirstDebit": "2026-08-18",
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
},
"RentalUpperLimit": 1
}
]Bruttomiete ohne Heizkosten
Version 1.0
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/RentAccounting/GrossRentsWithoutHeating HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"LicenseAgreementId": 1,
"ValidFrom": "2026-01-01T00:00:00.000Z",
"ValidTo": "2026-01-01T00:00:00.000Z",
"ExcludedInAllocationGroups": [
{
"AllocationGroup": "text",
"AllocationGroupState": "text",
"DistributionPeriod": "text"
}
]
}
]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])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/RentAccounting/ContractAgreement/GrossRentsWithoutHeating HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"Inputdate": "2026-08-18",
"FirstDebit": "2026-08-18",
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
},
"ExcludedInAllocationGroups": [
{
"AllocationGroup": "text",
"AllocationGroupState": "text",
"DistributionPeriod": "text"
}
]
}
]Kappung der Kostenumlage
Version 1.0
Use username and password.
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/RentAccounting/MaxCostDistribution HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"LicenseAgreementId": 1,
"ValidFrom": "2026-01-01T00:00:00.000Z",
"ValidTo": "2026-01-01T00:00:00.000Z",
"DistributionSpecialChargeTypeMaxCost": "text",
"Percentage": 1,
"CalculationBasisId": 1,
"CalculationBasis": "text",
"DistributionCostType": "text",
"IsGrossAmount": true,
"FixCostValue": 1,
"PrepaymentBlockId": 1,
"PrepaymentBlock": "text",
"BillingUnitValueId": 1,
"BillingUnitValue": "text"
}
]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])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/RentAccounting/ContractAgreement/MaxCostDistribution HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"Inputdate": "2026-08-18",
"FirstDebit": "2026-08-18",
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
},
"Percentage": 1,
"IsGrossAmount": true,
"FixCostsValue": 1,
"DistributionSpecialChargeType": {
"Id": 1,
"Code": "text",
"IsFixCostsPerDistributionKeyUnit": true,
"IsPercentOfContractPosition": true,
"IsUpperLimit": true
},
"CalculationBase": [
{
"Id": 1,
"Name": "text",
"ShortCode": "text"
}
],
"BillingUnitValue": [
{
"Id": 1,
"Name": "text",
"Code": "text",
"ArgeCode": "text"
}
],
"PrepaymentBlock": {
"Id": 1,
"Code": "text"
},
"DistributionCostType": {
"Id": 1,
"Code": "text",
"ShortCode": "text"
}
}
]Sonderkostenumlage
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])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/RentAccounting/ContractAgreement/DistributionSpecialCharge HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"Inputdate": "2026-08-18",
"FirstDebit": "2026-08-18",
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
},
"Percentage": 1,
"IsGrossAmount": true,
"FixCostsValue": 1,
"DistributionSpecialChargeType": {
"Id": 1,
"Code": "text",
"IsFixCostsPerDistributionKeyUnit": true,
"IsPercentOfContractPosition": true,
"IsUpperLimit": true
},
"CalculationBase": [
{
"Id": 1,
"Name": "text",
"ShortCode": "text"
}
],
"BillingUnitValue": [
{
"Id": 1,
"Name": "text",
"Code": "text",
"ArgeCode": "text"
}
],
"PrepaymentBlock": {
"Id": 1,
"Code": "text"
},
"DistributionCostType": {
"Id": 1,
"Code": "text",
"ShortCode": "text"
}
}
]Sondernutzungsrechte
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])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/RentAccounting/ContractAgreement/SpecialUseRight HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"Inputdate": "2026-08-18",
"FirstDebit": "2026-08-18",
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
},
"SpecialUseRightDescription": "text"
}
]Vorauszahlungsanpassung
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])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/RentAccounting/ContractAgreement/PrepaymentAdjustment HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"Inputdate": "2026-08-18",
"FirstDebit": "2026-08-18",
"MinimumAmountIncrease": 1,
"MinimumAmountReduction": 1,
"CapAmount": 1,
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
},
"DefaultRoundingToInteger": {
"Id": 1,
"Code": "text"
},
"PrepaymentAdjustmentRoundingType": {
"Id": 1,
"Code": "text"
},
"MatchingBlocker": {
"Id": 1,
"Code": "text"
},
"PrepaymentBlock": {
"Id": 1,
"Code": "text"
}
}
]Umlagekostenart
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])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/RentAccounting/ContractAgreement/DistributionCostType HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"Inputdate": "2026-08-18",
"FirstDebit": "2026-08-18",
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
},
"DistributionCostTypes": [
{
"DistributionCostType": {
"Id": 1,
"Code": "text",
"ShortCode": "text"
},
"StandardDistributionKey": {
"Id": 1,
"Code": "text",
"ShortCode": "text"
}
}
]
}
]Mehrfache Optionsrechte
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])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])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/RentAccounting/ContractAgreement/MultipleOptInAgreement HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"Inputdate": "2026-08-18",
"FirstDebit": "2026-08-18",
"FirstEndOfContract": "2026-08-18",
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
},
"AutomaticProlongationAfterEndOfContract": {
"Id": 1,
"Code": "text"
},
"Prolongations": [
{
"Id": 1,
"ProlongationPeriod": {
"Id": 1,
"Code": "text"
},
"ProlongationActivated": true,
"NewEndOfContract": "2026-01-01T00:00:00.000Z",
"OptionDeadline": "2026-01-01T00:00:00.000Z"
}
]
}
]Kleinstreparaturen
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])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/RentAccounting/ContractAgreement/MinorRepairWorkAgreement HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"Inputdate": "2026-08-18",
"FirstDebit": "2026-08-18",
"IsRegardedInCommissioning": true,
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
},
"CostPortionPerRepair": {
"IsCostPortionPerRepairNetAmount": true,
"Amount": 1
},
"CostPortionPerYear": {
"Amount": 1,
"IsCostPortionPerYearAbsolute": true,
"IsCostPortionPerYearRentCalculationNetRent": true,
"IsCostPortionPerYearNetCommisionAmount": true,
"AnnualRentCostPortionPerYear": 1,
"AnnualRentCostPortionPerYearString": "text",
"AnnualRent": 1,
"Currency": {
"Id": 1,
"Code": "text"
}
}
}
]Mietanpassungssperre BGB
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])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/RentAccounting/ContractAgreement/CivilCodeAdaptationLockAgreement HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"Inputdate": "2026-08-18",
"FirstDebit": "2026-08-18",
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
}
}
]Mahngebühr fester Betrag
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])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/RentAccounting/ContractAgreement/ReminderChargeFixedAmount HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"Inputdate": "2026-08-18",
"FirstDebit": "2026-08-18",
"ReminderFee": 1,
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
},
"DunningLevels": [
{
"Id": 1,
"Code": "text"
}
]
}
]Mahngebühr Zinsen
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])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/RentAccounting/ContractAgreement/ReminderChargeInterest HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"Inputdate": "2026-08-18",
"FirstDebit": "2026-08-18",
"DebitInterestRate": 1,
"MinimumInterestRate": 1,
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
},
"DunningLevels": [
{
"Id": 1,
"Code": "text"
}
]
}
]Kündigungsverzicht
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])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/RentAccounting/ContractAgreement/WaiverOfTerminationAgreement HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ValidFrom": "2026-08-18",
"ValidTo": "2026-08-18",
"Inputdate": "2026-08-18",
"FirstDebit": "2026-08-18",
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
},
"ReasonOfWaiver": {
"Id": 1,
"Code": "text",
"NodeId": 1
}
}
]Zuletzt aktualisiert
