Die Endpunkte dieser Endpunktberechtigung finden Sie im Controller "BudgetingRead" und "BudgetingCatalog".
Use username and password.
20falseOK
Bad Request
Unauthorized
Use username and password.
OK
Bad Request
Unauthorized
Use username and password.
OK
Bad Request
Unauthorized
Use username and password.
20falsefalseOK
Bad Request
Unauthorized
Use username and password.
20falseOK
Bad Request
Unauthorized
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"
}
}
]GET /openwowi/v1.2/BudgetingCatalog/BudgetUsageType HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]GET /openwowi/v1.2/BudgetingCatalog/HierarchyType HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]GET /openwowi/v1.2/BudgetingRead/Budget HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"Note": "text",
"OrderLock": true,
"ReleaseLock": true,
"VoucherProcessReleaseLock": true,
"EfficiencyValidationLock": true,
"InvoiceEnterLock": true,
"CompanyCode": {
"Id": 1,
"Name": "text",
"Code": "text"
},
"BudgetDefinition": {
"Id": 1,
"Code": "text"
},
"FiscalYear": {
"Id": 1,
"Number": 1
},
"BudgetUsageType": {
"Id": 1,
"Code": "text"
},
"ShowAsNetAmount": true,
"ClosedBudget": true,
"ResponsibleOfficial": {
"Id": 1,
"CodeShort": "text",
"PersonId": 1
},
"Projects": [
{
"Id": 1,
"Code": "text",
"Name": "text"
}
]
}
]GET /openwowi/v1.2/BudgetingRead/{budgetId}/BudgetDetail HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"ParentId": 1,
"BookingPeriodNumber": 1,
"PlannedValue": 1,
"PlannedOrder": 1,
"AwardValue": 1,
"IsGroup": true,
"Note": "text",
"Budget": {
"Id": 1,
"Code": "text"
},
"Hierarchy1": {
"Type": {
"Id": 1,
"Code": "text"
},
"Id": 1,
"Value": "text"
},
"Hierarchy2": {
"Type": {
"Id": 1,
"Code": "text"
},
"Id": 1,
"Value": "text"
},
"Hierarchy3": {
"Type": {
"Id": 1,
"Code": "text"
},
"Id": 1,
"Value": "text"
}
}
]