Example request
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'Parameters
| Name | In | Required | Description |
|---|---|---|---|
| receiptPositionId | path | yes | — |
Responses
200OK
| Field | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| plan* | object[] | array Elements
|
Example 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