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": "78448b90-5b87-493a-b90c-9a8327a1c439",
"created_at": "2026-05-22T15:30:19+01:00",
"updated_at": "2026-05-22T15:30:19+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": "0e320b43-c786-4c21-b421-97f8375bd094",
"life_stage_section_uuid": "8a1aade1-6976-4eb3-8a76-32ecf1267f0c",
"life_stage_field_uuid": "df85b8e7-2230-4fc5-bbde-ce51dd22760a",
"accounts": "[]"
}