Beispielanfrage
GET https://api.jupiter-erp.com/api/account/depreciations/example-id/plan
Code
curl -X GET 'https://api.jupiter-erp.com/api/account/depreciations/example-id/plan' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
-H 'Accept: application/json'Parameter
| Name | In | Pflicht | Beschreibung |
|---|---|---|---|
| receiptPositionId | path | ja | — |
Antworten
200OK
| Feld | Typ | Beschreibung | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| plan* | object[] | array Elemente
|
Beispiel Response
{
"plan": [
{
"period_start": "2026-01-15",
"period_end": "2026-01-15",
"period_year": 0,
"amount": 0,
"book_value_start": 0,
"book_value_end": 0
}
]
}Depreciations