Kataloge
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
Zudem sind umfangreichere Änderungen im Modul geplant. Die Stabilität und die Einhaltung der Updaterichtlinien kann derzeit für diese Endpunkte nicht gewährleistet werden.
Vorauszahlungsblock
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
showNullValuesbooleanOptionalDefault:
false
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/RunningCostDistributionCatalog/PrepaymentBlock HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"IsObsolete": true,
"RunningCostDistributionType": {
"Id": 1,
"Code": "text"
},
"PrepaymentBlockClassification": {
"Id": 1,
"Code": "text"
},
"ContractPositionType": {
"Id": 1,
"Name": "text",
"ShortCode": "text"
}
}
]
Standard-Rundungseinstellung für Vorauszahlungsanpassung
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
showNullValuesbooleanOptionalDefault:
false
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/RunningCostDistributionCatalog/DefaultRoundingToInteger HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]
Elementarverteilungsschlüssel
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
showNullValuesbooleanOptionalDefault:
false
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/RunningCostDistributionCatalog/ElementaryDistributionKey HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"Abbreviation": "text",
"IdentificationForDocuments": "text",
"IsBillingUnit": true,
"NegotiableCosts": true
}
]
Anpassungsbeschränkung
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
showNullValuesbooleanOptionalDefault:
false
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/RunningCostDistributionCatalog/MatchingBlocker HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]
Verteilungsschlüssel
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
showNullValuesbooleanOptionalDefault:
false
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/RunningCostDistributionCatalog/DistributionKey HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"ShortCode": "text",
"IsSelectable": true,
"IdentAllocationElement1": "text",
"ElementaryDistributionKey1": {
"Id": 1,
"Code": "text",
"Abbreviation": "text",
"IdentificationForDocuments": "text",
"IsBillingUnit": true,
"NegotiableCosts": true
},
"IdentAllocationElement2": "text",
"ElementaryDistributionKey2": {
"Id": 1,
"Code": "text",
"Abbreviation": "text",
"IdentificationForDocuments": "text",
"IsBillingUnit": true,
"NegotiableCosts": true
}
}
]
Vorauszahlung Rundungsart
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
showNullValuesbooleanOptionalDefault:
false
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/RunningCostDistributionCatalog/PrepaymentAdjustmentRoundingType HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]
Abrechnungszeiträume
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
showNullValuesbooleanOptionalDefault:
false
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/RunningCostDistributionCatalog/RegularDistributionPeriod HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"Description": "text",
"From": "text",
"To": "text"
}
]
Abrechnungsart
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
showNullValuesbooleanOptionalDefault:
false
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/RunningCostDistributionCatalog/DistributionType HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"MeteringServiceProvider": true
}
]
Last updated