Kataloge
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
Budgetdefinition
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/BudgetingCatalog/BudgetDefinition HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"NodeId": 1,
"Code": "text",
"FiscalYear": true,
"BookingPeriod": true,
"OrderLock": true,
"InvoiceEnterLock": true,
"ReleaseLock": true,
"VoucherProcessReleaseLock": true,
"EfficiencyValidationLock": true,
"InformationAt": 1,
"HierarchyType1": {
"Id": 1,
"Code": "text"
},
"HierarchyType2": {
"Id": 1,
"Code": "text"
},
"HierarchyType3": {
"Id": 1,
"Code": "text"
}
}
]
Budget Verwendung Typ
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/BudgetingCatalog/BudgetUsageType HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]
Budget Hierarchie Art
Version 1.2
get
Authorizations
Query parameters
apiKeystringOptional
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.2/BudgetingCatalog/HierarchyType HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]
Last updated