POST 17.0/database/bankaccountbalanceitems

Description

Create Bank Account Balance Items

URI Parameters

None.

Name Description Type Additional information
BankAccountBalanceID

integer

None.

ContactID

integer

None.

PropertyID

integer

None.

FundsHeld

decimal number

None.

Balance

decimal number

None.

application/json, text/json

Sample:
{
  "bankAccountBalanceID": 1,
  "contactID": 1,
  "propertyID": 1,
  "fundsHeld": 1.0,
  "balance": 1.0
}

application/xml, text/xml

Sample:
<BankAccountBalanceItemsUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <BankAccountBalanceID>1</BankAccountBalanceID>
  <ContactID>1</ContactID>
  <PropertyID>1</PropertyID>
  <FundsHeld>1</FundsHeld>
  <Balance>1</Balance>
</BankAccountBalanceItemsUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
BankAccountBalanceID

integer

None.

ContactID

integer

None.

PropertyID

integer

None.

FundsHeld

decimal number

None.

Balance

decimal number

None.

application/json, text/json

Sample:
{
  "bankAccountBalanceID": 1,
  "contactID": 2,
  "propertyID": 3,
  "fundsHeld": 4.0,
  "balance": 5.0
}

application/xml, text/xml

Sample:
<BankAccountBalanceItems xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <BankAccountBalanceID>1</BankAccountBalanceID>
  <ContactID>2</ContactID>
  <PropertyID>3</PropertyID>
  <FundsHeld>4</FundsHeld>
  <Balance>5</Balance>
</BankAccountBalanceItems>