What is the correct endpoint to call to get for a property:
1) Security deposit amount
2) Hold information
3) Release details
Thanks much!
Hi Dan!
The right endpoint to use would be the v1 properties endpoints, for example, https://api.ownerrez.com/help/v1/Api/GET-v1-properties_paymentMethodId_active
which will include fields such as these:
"securityDepositRule": 1,
"securityDepositType": 0,
"securityDepositAmount": 1.0,
"securityDepositDays": 1,
"securityDepositReleaseDays": 1,
"securityDepositReleaseRemindMe": true,
in each Property object (https://api.ownerrez.com/help/v1/ResourceModel?modelName=Property).
The v2 API property endpoint doesn't yet include this information.
Hope that helps!