{
"code": 200,
"status": "success",
"data": {
"tenants": [
{
"TenantID": 12345,
"TenantName": "John Doe",
"TenantType": "person",
"PropertyTitle": "Apartment 1",
"TenantMobilePhone": "+123456789",
"TenantEmail": "johndoe@example.com",
"TenantBalance": 1000.50,
"TenantStatus": "active"
}
]
},
"message": "OK"
}
{
"code": 200,
"status": "success",
"data": {
"tenant": {
"TenantID": 12345,
"TenantName": "John Doe",
"TenantType": "person",
"PropertyTitle": "Apartment 1",
"TenantMobilePhone": "+123456789",
"TenantEmail": "johndoe@example.com",
"TenantBalance": 1000.50,
"TenantStatus": "active",
"TenantProperties": ["Apartment 1", "Studio 5"],
"TenantLateRents": 1
}
},
"message": "OK"
}