Show an individual Expenditure Run in API Explorer
Ask AI
This endpoint allows you to view an individual expenditure.
GET
/api/v1/client/{client_uuid}/expenditure/{id}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/client/f6aa1670-dcf0-484e-a0c5-08590fe89a84/expenditure/architecto' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"uuid": "96febdd7-a9aa-4652-b34b-0dfad09674f0",
"created_at": "2026-05-01T11:37:30+01:00",
"updated_at": "2026-05-01T11:37:30+01:00",
"name": "Electricity",
"section": "Housekeeping Expenses",
"amount": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"position": "1",
"life_stage_uuid": "dfb5adb2-3ca7-4b33-82ae-148be0d6cb21",
"life_stage_section_uuid": "e6c0387d-27cd-42ff-98c5-473226225891",
"life_stage_field_uuid": "964a5595-e25d-40af-939d-dee2772181d4",
"accounts": "[]"
}