GET 17.0/database/propertylandlordsplits/defaultmodel

Description

Get a Property Landlord Splits model with default values

URI Parameters

None.

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>