Propertyware · Example Payload

G L Item

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

G L Item is an example object payload from Propertyware, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

commentcreatedBycreatedDateTimeglentriesidlastModifiedBylastModifiedDateTimeleaseIDownerIDtransactionTypetxDatevendorID

Example Payload

Raw ↑
{
  "comment": "example_comment",
  "createdBy": "example_createdBy",
  "createdDateTime": "2024-01-01T00:00:00Z",
  "glentries": [],
  "id": 1,
  "lastModifiedBy": "example_lastModifiedBy",
  "lastModifiedDateTime": "2024-01-01T00:00:00Z",
  "leaseID": 1,
  "ownerID": 1,
  "transactionType": "example_transactionType",
  "txDate": "2024-01-01",
  "vendorID": 1
}