reapit / foundations

Foundations platform mono repo
57 stars 21 forks source link

Add new endpoint to allow status of lettings applicant guarantor to be updated #9540

Open plittlewood-rpt opened 11 months ago

plittlewood-rpt commented 11 months ago

Background context Logged from research in #3829

To support the availability of tenant guarantor functionality in AgencyCloud, we should provide the capability to update the status of a guarantor associated to lettings applicants, which is often done prior to a tenancy agreement being put in place

Specification

UpdateApplicantGuarantorModel

{
    "status": "" -- appliedFor/received/notApplied
}

Validations

cduggan-reapit commented 6 months ago

The endpoints exposing this functionality have been created, but are disabled using the [NonAction] attribute and the tests are skipped while we decide whether guarantors/references should be read-only. I'm unassigning myself and moving the ticket back to to-do for now.