Create a new measure accounting effect for a measure, an accounting ledger qualifier, an accounting legal entity qualifier and a budgeting period.
If the measure accounting effect for the measure and the budgeting period already exists, it will be updated if necessary.
A JSON object containing measure accounting effect information
Successful operation
Successful operation
Not Found
Unprocessable Content
{- "value_plan": 59.07105,
- "value_actual": 37.11787,
- "measure": "264a21089e5720c8dddc67986d5bab827a75b58e",
- "accounting_ledger_qualifier": "47310",
- "accounting_legal_entity_qualifier": "HHAG",
- "accounting_period": "2022-May"
}
{- "success": true,
- "hash": "73866a10d9c65dea353a027d350ea54e5d735607",
- "data": {
- "id": 5432,
- "hash": "e72062291ba02f535cb52cfb02b308497cb565a3",
- "value_plan": 59.07105,
- "value_actual": 37.11787,
- "value_delta": -21.95318,
- "value_achievement": 62.83597,
- "value_traffic_light": 3,
- "locked": false,
- "created_time": "2024-04-15T09:57:56.000000Z",
- "modified_time": "2024-04-15T09:57:56.000000Z",
- "modified_user_time": "2024-04-15T09:57:56.000000Z",
- "model": "MeasureBudgetingEffect",
- "modified_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "created_time": "2022-05-04T16:51:37.000000Z",
- "modified_time": "2022-05-25T09:02:43.000000Z",
- "modified_user_time": "2022-05-25T09:02:43.000000Z",
- "model": "User"
}
}, - "timestamp": 1713175319903
}
Get all measure accounting effects of the authenticated hub.
measure | string or integer The measure for which the measure budgeting effects should be displayed. |
accounting_ledger_qualifier | string The accounting ledger qualifier for which the measure budgeting effects should be displayed. |
accounting_legal_entity_qualifier | string The accounting legal entity qualifier for which the measure budgeting effects should be displayed. |
budgeting_period | string The budgeting period name for which the measure budgeting effects should be displayed. |
start_time | string <date-time> Filter the measure budgeting effects for a budgeting period start time. The date must be before or equal to the end time. |
end_time | string <date-time> Filter the measure budgeting effects for a budgeting period end time. The date must be after or equal to the start time. |
calculated | boolean Filter the measure budgeting effects for calculated effects. |
filled | boolean Filter the measure budgeting effects for filled effects. |
locked | boolean Filter the measure budgeting effects for locked effects. |
created_user | string or integer Filter the measure budgeting effects for a created user. |
modified_user | string or integer Filter the measure budgeting effects for a modified user. |
page | integer Default: 1 The page number of the response. |
Successful operation
Not Found
Unprocessable Content
{- "success": true,
- "hash": "12dbd78cd65178eebd14f91c25b4cf2753cb84b0",
- "data": [
- {
- "id": 5433,
- "hash": "5bc310f85e0d91e9ec94a9b9bd996d2dc597cc2d",
- "value_plan": 50,
- "value_actual": 26,
- "value_delta": -25,
- "value_achievement": 50,
- "value_traffic_light": 3,
- "locked": false,
- "created_time": "2024-04-15T10:19:35.000000Z",
- "modified_time": "2024-04-15T10:19:38.000000Z",
- "modified_user_time": "2024-04-15T10:19:38.000000Z",
- "model": "MeasureBudgetingEffect",
- "measure": {
- "id": 2,
- "hash": "952d544cd1d50a3937b903ee9f0322808baba201",
- "name": "Turnover",
- "paused": false,
- "locked": false,
- "model": "Measure",
- "measure_package": {
- "id": 1,
- "hash": "7ce83d4d4d933305a5410a7311a6a6f133f37dd5",
- "name": "Working Capital",
- "model": "MeasurePackage",
- "project": {
- "id": 1,
- "hash": "583bf59445f18e7bf566020aa8134ddfa7c79113",
- "name": "Phoenix",
- "model": "Project",
- "program": {
- "id": 1,
- "hash": "1650600bd010a50897b50572382460965fed588a",
- "name": "Airborne",
- "model": "Program"
}
}
}
}, - "accounting_ledger": {
- "id": 51,
- "hash": "f5a9a81c5b41a0c874baaf5cfb2ddbb332894533",
- "name": "Cash",
- "qualifier": "10009",
- "created_time": "2024-04-08T14:03:43.000000Z",
- "modified_time": "2024-04-08T14:03:43.000000Z",
- "modified_user_time": "2024-04-08T14:03:43.000000Z",
- "model": "AccountingLedger"
}, - "accounting_legal_entity": {
- "id": 295,
- "hash": "1d28d6fa905fa951e0e91e662190fca124a69b29",
- "name": "Stockholm Limited",
- "qualifier": "STHL",
- "created_time": "2024-04-08T14:07:24.000000Z",
- "modified_time": "2024-04-08T14:07:24.000000Z",
- "modified_user_time": "2024-04-08T14:07:24.000000Z",
- "model": "AccountingLegalEntity"
}, - "budgeting_period": {
- "id": 3,
- "hash": "4c71b08e08809567e37f1fdb98d5019045667f21",
- "name": "2022-Jun",
- "start_time": "2022-06-01",
- "end_time": "2022-06-30",
- "scaling": 2,
- "offset": 0,
- "created_time": "2022-06-27T09:48:06.000000Z",
- "modified_time": "2022-06-27T09:48:06.000000Z",
- "modified_user_time": "2022-06-27T09:48:06.000000Z",
- "model": "BudgetingPeriod"
}, - "created_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "created_time": "2022-05-04T16:51:37.000000Z",
- "modified_time": "2022-05-23T12:18:17.000000Z",
- "modified_user_time": "2022-05-23T12:18:17.000000Z",
- "model": "User"
}, - "modified_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "created_time": "2022-05-04T16:51:37.000000Z",
- "modified_time": "2022-05-23T12:18:17.000000Z",
- "modified_user_time": "2022-05-23T12:18:17.000000Z",
- "model": "User"
}
}, - {
- "id": 5432,
- "hash": "e72062291ba02f535cb52cfb02b308497cb565a3",
- "value_plan": 59.07105,
- "value_actual": 37.11787,
- "value_delta": -21.95318,
- "value_achievement": 62.83597,
- "value_traffic_light": 3,
- "locked": false,
- "created_time": "2024-04-15T09:57:56.000000Z",
- "modified_time": "2024-04-15T09:57:56.000000Z",
- "modified_user_time": "2024-04-15T09:57:56.000000Z",
- "model": "MeasureBudgetingEffect",
- "measure": {
- "id": 4,
- "hash": "264a21089e5720c8dddc67986d5bab827a75b58e",
- "name": "Diversification",
- "paused": false,
- "locked": false,
- "model": "Measure",
- "measure_package": {
- "id": 3,
- "hash": "cc4834e67e8517e2c061aa347a7c353a5414df10",
- "name": "Procurement",
- "model": "MeasurePackage",
- "project": {
- "id": 1,
- "hash": "3768a155ad95449839a74880d633c10ad48f67c1",
- "name": "Phoenix",
- "model": "Project",
- "program": {
- "id": 1,
- "hash": "d347f256577eb205313a6e112b8e44a4af45ecfa",
- "name": "Airborne",
- "model": "Program"
}
}
}
}, - "accounting_ledger": {
- "id": 51,
- "hash": "f5a9a81c5b41a0c874baaf5cfb2ddbb332894533",
- "name": "PVC expenses",
- "qualifier": "47310",
- "created_time": "2024-04-08T14:03:43.000000Z",
- "modified_time": "2024-04-08T14:03:43.000000Z",
- "modified_user_time": "2024-04-08T14:03:43.000000Z",
- "model": "AccountingLedger"
}, - "accounting_legal_entity": {
- "id": 294,
- "hash": "96465dbe95be82adb8fc8a4d3a2820a91f8d371a",
- "name": "Hamburg AG",
- "qualifier": "HHAG",
- "created_time": "2024-04-08T14:06:49.000000Z",
- "modified_time": "2024-04-08T14:06:49.000000Z",
- "modified_user_time": "2024-04-08T14:06:49.000000Z",
- "model": "AccountingLegalEntity"
}, - "budgeting_period": {
- "id": 2,
- "hash": "2178ab015de8d67318944cf2481c672b2bcea2e4",
- "name": "2022-May",
- "start_time": "2022-05-01",
- "end_time": "2022-05-31",
- "scaling": 2,
- "offset": 0,
- "created_time": "2022-06-27T09:48:06.000000Z",
- "modified_time": "2022-06-27T09:48:06.000000Z",
- "modified_user_time": "2022-06-27T09:48:06.000000Z",
- "model": "BudgetingPeriod"
}, - "created_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "created_time": "2022-05-04T16:51:37.000000Z",
- "modified_time": "2022-05-23T12:18:17.000000Z",
- "modified_user_time": "2022-05-23T12:18:17.000000Z",
- "model": "User"
}, - "modified_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "created_time": "2022-05-04T16:51:37.000000Z",
- "modified_time": "2022-05-23T12:18:17.000000Z",
- "modified_user_time": "2022-05-23T12:18:17.000000Z",
- "model": "User"
}
}
], - "meta": {
- "page": 1,
- "first": 1,
- "last": 2,
- "total": 2,
- "limit": 1000,
- "pages": 1
}, - "timestamp": 1713176389110
}