PUT 17.0/database/statements/{id}

Description

Update existing Statements

URI Parameters

Name Description Type Additional information
id

integer

Required

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": 1,
  "propertyID": 1,
  "tenancyID": 1,
  "paymentRunID": 1,
  "addedDate": "2025-01-09T20:44",
  "userID": 1,
  "siteID": 1,
  "footerText": "sample string 1",
  "companyID": 1,
  "uploaded": 64
}

application/xml, text/xml

Sample:
<StatementsUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <ContactID>1</ContactID>
  <PropertyID>1</PropertyID>
  <TenancyID>1</TenancyID>
  <PaymentRunID>1</PaymentRunID>
  <AddedDate>2025-01-09T20:44:09.7422417+00:00</AddedDate>
  <UserID>1</UserID>
  <SiteID>1</SiteID>
  <FooterText>sample string 1</FooterText>
  <CompanyID>1</CompanyID>
  <Uploaded>64</Uploaded>
</StatementsUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

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:44",
  "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:44:09.757867+00:00</AddedDate>
  <UserID>7</UserID>
  <SiteID>8</SiteID>
  <FooterText>sample string 9</FooterText>
  <CompanyID>10</CompanyID>
  <Uploaded>64</Uploaded>
</Statements>