v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBExpenses > PerDiem
Reads a single Per diem
Reads a single Per diem
get/api/2026-07-01/resources/expenses/per_diems/{id}
Path parameters
idstring required
The IDs of the per diem to read.
Response
OK
Example response
{
"id": "1",
"employee_id": "1",
"company_id": "1",
"expenses_expensable_id": "1",
"end_date": "2020-01-01",
"start_date": "2020-01-01",
"from": "New York",
"to": "San Francisco",
"trip_name": "Berlin - Barcelona, 12-19 Mar 2026",
"ledger_account_id": "1",
"amount": 1000,
"currency": "USD",
"reimbursable_amount": 250,
"reimbursable_currency": "USD",
"payment": "reimbursable",
"paid_at": "2020-01-01T12:00:00.000Z",
"review_request_at": "2020-01-01T12:00:00.000Z",
"effective_on": "2020-01-01T12:00:00.000Z",
"description": "Per diem for trip to San Francisco",
"subcategory": "national",
"status": "approved",
"budget_id": "1",
"project_id": "1",
"cost_center_ids": [
"1",
"2"
]
}