{
"account": {
"id": 0,
"code": "string",
"description": "string",
"category": {
"id": 0,
"code": "string",
"label": "string"
}
},
"status": {
"is_active": true,
"is_archived": true,
"is_used": true
},
"current_balance": 0,
"opening_balance": 0,
"ytd_net_movement": 0,
"by_period": [
{
"period": 1,
"movement": 0,
"running_balance": 0,
"is_empty": true
}
],
"currency": "CAD",
"metadata": {
"organisation_id": "string",
"extracted_at": "2019-08-24T14:15:22.123Z",
"sdk_indexes_used": {},
"fiscal_periods_count": 0,
"last_active_period": 0,
"data_freshness": "string",
"note_periods": "string"
},
"cache": {
"status": "string",
"key_hash": "string",
"cached_at": "2019-08-24T14:15:22.123Z",
"expires_at": "2019-08-24T14:15:22.123Z",
"age_seconds": 0,
"ttl_remaining_seconds": 0,
"ttl_policy": "string",
"force_refreshed": true
},
"_links": {}
}