POST 17.0/database/propertylandlordsplits

Description

Create Property Landlord Splits

URI Parameters

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": 1,
  "percentage": 1.0,
  "contactBankID": 1
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

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>