GET 17.0/database/propertylandlordsplits/{propertyid}/{contactid}

Description

Retrieve Property Landlord Splits

URI Parameters

Name Description Type Additional information
propertyID

integer

Required

contactID

integer

Required

None.

None.

Name Description Type Additional information
PropertyID

integer

None.

ContactID

integer

None.

Percentage

decimal number

None.

ContactBankID

integer

None.

application/json, text/json

Sample:
{
  "propertyID": 1,
  "contactID": 2,
  "percentage": 3.0,
  "contactBankID": 4
}

application/xml, text/xml

Sample:
<PropertyLandlordSplits xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PropertyID>1</PropertyID>
  <ContactID>2</ContactID>
  <Percentage>3</Percentage>
  <ContactBankID>4</ContactBankID>
</PropertyLandlordSplits>