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)
{
"name": "Electricity",
"uuid": "f71aa429-2ce5-481d-bcdf-142782934b4c",
"amount": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
}
},
"section": "Housekeeping Expenses",
"position": "1",
"created_at": "2025-12-04T22:09:15+00:00",
"updated_at": "2025-12-04T22:09:15+00:00",
"life_stage_uuid": "78ae4588-7a8f-4052-8606-2c7e4752f19b",
"life_stage_field_uuid": "37fdea55-ee25-459d-b792-ddac6050d650",
"life_stage_section_uuid": "2b4c299f-4de7-42e5-bf91-d3a9938d4fd6"
}