GET 17.0/database/landlordregistrations/{contactid}/{localauthorityid}

Description

Retrieve Landlord Registrations

URI Parameters

Name Description Type Additional information
contactID

integer

Required

localAuthorityID

integer

Required

None.

None.

Name Description Type Additional information
ContactID

integer

None.

LocalAuthorityID

integer

None.

Reference

string

String length: inclusive between 0 and 30

StartDate

date

None.

EndDate

date

None.

application/json, text/json

Sample:
{
  "contactID": 1,
  "localAuthorityID": 2,
  "reference": "sample string 3",
  "startDate": "2025-01-09T20:40",
  "endDate": "2025-01-09T20:40"
}

application/xml, text/xml

Sample:
<LandlordRegistrations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ContactID>1</ContactID>
  <LocalAuthorityID>2</LocalAuthorityID>
  <Reference>sample string 3</Reference>
  <StartDate>2025-01-09T20:40:10.4000117+00:00</StartDate>
  <EndDate>2025-01-09T20:40:10.4000117+00:00</EndDate>
</LandlordRegistrations>