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

Description

Update existing Property Landlord Splits

URI Parameters

Name Description Type Additional information
propertyID

integer

Required

contactID

integer

Required

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>