GET 17.0/database/bankreconciliations/defaultmodel

Description

Get a Bank Reconciliations model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
ID

integer

None.

BankAccountID

integer

None.

AddedDate

date

None.

UpdatedDate

date

None.

StartDate

date

None.

EndDate

date

None.

StartBalance

decimal number

None.

EndBalance

decimal number

None.

Adjustment

decimal number

None.

SiteID

integer

None.

UserID

integer

None.

Notes

string

None.

application/json, text/json

Sample:
{
  "id": 1,
  "bankAccountID": 2,
  "addedDate": "2025-01-09T20:14",
  "updatedDate": "2025-01-09T20:14",
  "startDate": "2025-01-09T20:14",
  "endDate": "2025-01-09T20:14",
  "startBalance": 7.0,
  "endBalance": 8.0,
  "adjustment": 9.0,
  "siteID": 10,
  "userID": 11,
  "notes": "sample string 12"
}

application/xml, text/xml

Sample:
<BankReconciliations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <BankAccountID>2</BankAccountID>
  <AddedDate>2025-01-09T20:14:35.259427+00:00</AddedDate>
  <UpdatedDate>2025-01-09T20:14:35.259427+00:00</UpdatedDate>
  <StartDate>2025-01-09T20:14:35.275041+00:00</StartDate>
  <EndDate>2025-01-09T20:14:35.275041+00:00</EndDate>
  <StartBalance>7</StartBalance>
  <EndBalance>8</EndBalance>
  <Adjustment>9</Adjustment>
  <SiteID>10</SiteID>
  <UserID>11</UserID>
  <Notes>sample string 12</Notes>
</BankReconciliations>