GET 17.0/database/receipts/{id}

Description

Retrieve Receipts

URI Parameters

Name Description Type Additional information
id

integer

Required

None.

None.

Name Description Type Additional information
ID

integer

None.

ContactID

integer

None.

PropertyID

integer

None.

AddedDate

date

None.

UserID

integer

None.

SiteID

integer

None.

CompanyID

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "contactID": 2,
  "propertyID": 3,
  "addedDate": "2025-01-09T20:32",
  "userID": 5,
  "siteID": 6,
  "companyID": 7
}

application/xml, text/xml

Sample:
<Receipts 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>
  <AddedDate>2025-01-09T20:32:21.5598099+00:00</AddedDate>
  <UserID>5</UserID>
  <SiteID>6</SiteID>
  <CompanyID>7</CompanyID>
</Receipts>