Beispielanfrage
GET https://api.jupiter-erp.com/api/account/depreciations
Code
curl -X GET 'https://api.jupiter-erp.com/api/account/depreciations' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
-H 'Accept: application/json'Antworten
200OK
| Feld | Typ | Beschreibung | ||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| items* | object[] | array Elemente
|
Beispiel Response
{
"items": [
{
"receipt_position_id": 0,
"receipt_id": 0,
"receipt_reference": "string",
"issuer_reference": "string",
"contact_name": "string",
"receipt_date": "2026-01-15",
"acquisition_amount_cents": 0,
"book_value_cents": 0,
"depreciation_method": "linear"
}
]
}Depreciations