{ "request": { "endpoint": "POST /ItfCommonData.asmx/GetTenants_Login", "description": "Retrieve tenant records for a Yardi Voyager property", "body": { "UserName": "interface_user", "Password": "interface_password", "ServerName": "voyager_db_server", "Database": "voyager_db", "Platform": "SQL Server", "YardiPropertyId": "PROP001", "InterfaceEntity": "InterfaceEntityCode", "InterfaceLicense": "LicenseKey123" } }, "response": { "status": 200, "description": "Tenant records returned in XML format", "body": { "TenantsXmlResponse": "T001JaneSmith101A2024-01-012024-12-311800.00Current" } } }