Vertragssicherheit
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
Abruf Vertragssicherheiten
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/RentAccounting/ContractSecurityGET /openwowi/v1.0/RentAccounting/ContractSecurity HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"LicenseAgreementId": 1,
"ContractSecurityTypeId": 1,
"ContractSecurityType": "text",
"ValidFrom": "2025-12-06",
"ValidTo": "2025-12-06",
"CollateralDebitAmount": 1,
"CollateralActualAmount": 1,
"CollateralDate": "2025-12-06",
"Rates": true,
"FormerVirtualIban": "text",
"ContractNote": "text"
}
]Version 1.2
get
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Abfrageparameter
apiKeystringOptional
limitinteger · int32OptionalExample:
20offsetinteger · int32Optional
economicUnitIdinteger · int32Optional
economicUnitIdNumstringOptional
useUnitIdinteger · int32Optional
useUnitNumberstringOptional
licenseAgreementIdinteger · int32Optional
licenseAgreementIdNumstringOptional
licenseAgreementActiveOnstring · date-timeOptional
contractSecurityIdinteger · int32Optional
contractSecurityIdNumstringOptional
contractSecurityActiveOnstring · date-timeOptional
includeBankingbooleanOptionalDefault:
falseshowNullValuesbooleanOptionalDefault:
falseAntworten
200
OK
400
Bad Request
401
Unauthorized
get
/openwowi/v1.2/RentAccounting/ContractSecurityGET /openwowi/v1.2/RentAccounting/ContractSecurity HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"IdNum": "text",
"ValidFrom": "2025-12-06",
"ValidTo": "2025-12-06",
"CollateralDebitAmount": 1,
"CollateralActualAmount": 1,
"CollateralDate": "2025-12-06",
"RateAgreement": true,
"ContractNote": "text",
"LicenseAgreement": {
"Id": 1,
"IdNum": "text",
"UseUnit": {
"Id": 1,
"UseUnitNumber": "text"
}
},
"Type": {
"Id": 1,
"Code": "text"
},
"Banking": {
"Id": 1,
"UseVirtualIban": true,
"VirtualIban": "text",
"FormerVirtualIban": "text",
"CollectiveAccount": {
"NoRealBankAccount": true,
"Iban": "text",
"Bic": "text",
"AccountHolder": "text"
}
}
}
]Zuletzt aktualisiert
