GET 17.0/database/statements/defaultmodel

Description

Get a Statements model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
ID

integer

None.

ContactID

integer

None.

PropertyID

integer

None.

TenancyID

integer

None.

PaymentRunID

integer

None.

AddedDate

date

None.

UserID

integer

None.

SiteID

integer

None.

FooterText

string

None.

CompanyID

integer

None.

Uploaded

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "contactID": 2,
  "propertyID": 3,
  "tenancyID": 4,
  "paymentRunID": 5,
  "addedDate": "2025-01-09T20:48",
  "userID": 7,
  "siteID": 8,
  "footerText": "sample string 9",
  "companyID": 10,
  "uploaded": 64
}

application/xml, text/xml

Sample:
<Statements xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <ContactID>2</ContactID>
  <PropertyID>3</PropertyID>
  <TenancyID>4</TenancyID>
  <PaymentRunID>5</PaymentRunID>
  <AddedDate>2025-01-09T20:48:37.6945812+00:00</AddedDate>
  <UserID>7</UserID>
  <SiteID>8</SiteID>
  <FooterText>sample string 9</FooterText>
  <CompanyID>10</CompanyID>
  <Uploaded>64</Uploaded>
</Statements>