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/openwowi/v1.2/RunningCostDistributionCatalog/PrepaymentBlock
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Codenullable string
ContractPositionTypenullable all of
PrepaymentBlockClassificationnullable all of
Request
const response = await fetch('/openwowi/v1.2/RunningCostDistributionCatalog/PrepaymentBlock', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Code": "text",
    "ContractPositionType": {
      "Id": 1,
      "Name": "text",
      "ShortCode": "text"
    },
    "PrepaymentBlockClassification": {
      "Id": 1,
      "Code": "text"
    }
  }
]

Standard-Rundungseinstellung für Vorauszahlungsanpassung

Version 1.2


GET/openwowi/v1.2/RunningCostDistributionCatalog/DefaultRoundingToInteger
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Codenullable string
Request
const response = await fetch('/openwowi/v1.2/RunningCostDistributionCatalog/DefaultRoundingToInteger', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Code": "text"
  }
]

Elementarverteilungsschlüssel

Version 1.2


GET/openwowi/v1.2/RunningCostDistributionCatalog/ElementaryDistributionKey
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Codenullable string
Abbreviationnullable string
IdentificationForDocumentsnullable string
IsBillingUnitboolean
NegotiableCostsboolean
Request
const response = await fetch('/openwowi/v1.2/RunningCostDistributionCatalog/ElementaryDistributionKey', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Code": "text",
    "Abbreviation": "text",
    "IdentificationForDocuments": "text",
    "IsBillingUnit": true,
    "NegotiableCosts": true
  }
]

Anpassungsbeschränkung

Version 1.2


GET/openwowi/v1.2/RunningCostDistributionCatalog/MatchingBlocker
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Codenullable string
Request
const response = await fetch('/openwowi/v1.2/RunningCostDistributionCatalog/MatchingBlocker', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Code": "text"
  }
]

Verteilungsschlüssel

Version 1.2


GET/openwowi/v1.2/RunningCostDistributionCatalog/DistributionKey
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Codenullable string
ShortCodenullable string
IsSelectableboolean
IdentAllocationElement1nullable string
ElementaryDistributionKey1nullable all of
IdentAllocationElement2nullable string
ElementaryDistributionKey2nullable all of
Request
const response = await fetch('/openwowi/v1.2/RunningCostDistributionCatalog/DistributionKey', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "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/openwowi/v1.2/RunningCostDistributionCatalog/PrepaymentAdjustmentRoundingType
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Codenullable string
Request
const response = await fetch('/openwowi/v1.2/RunningCostDistributionCatalog/PrepaymentAdjustmentRoundingType', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Code": "text"
  }
]

Last updated