reapit / foundations

Foundations platform mono repo
57 stars 22 forks source link

API: Property: Deposit data #6345

Closed EstateApps closed 2 years ago

EstateApps commented 2 years ago

I am trying to locate the “deposit” value for a rental property via the Foundations property api call but I can not locate anything that looks like it in the swagger documentation or anything concrete in the Github issues about.

This data exists in the Rest version of your API as “DepositAmount”.

Not sure if it is labeled as something else or it is not supported currently.

Specification

"lettings": {
    "deposit": {
       "type": "weeks/months",
       "amount": 6
    }
}

or for fixed amounts

"lettings": {
    "deposit": {
       "type": "fixed",
       "amount": 600.0
    }
}
AshDeeming commented 2 years ago

Hi @EstateApps This isn't currently surfaced - I'll convert this to a ticket for our backend team to review as a feature request.

github-actions[bot] commented 2 years ago

This issue has been updated and moved to our ‘Near Term’ column (typically completed within 1 - 4 months). We have assessed the effort required and outlined a technical specification - please take the time to review this detail. When we're ready to schedule the issue, it will be assigned to the relevant board where you can continue to track its progress to completion. For more information on our processes, please click here