Propertyware · Example Payload

Time Card Entry

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Time Card Entry is an example object payload from Propertyware, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

billIDcommentshourlyRatehourlySurchargehoursidvendorIDworkDate

Example Payload

Raw ↑
{
  "billID": 1,
  "comments": "example_comments",
  "hourlyRate": 1.0,
  "hourlySurcharge": 1.0,
  "hours": 1.0,
  "id": 1,
  "vendorID": 1,
  "workDate": "2024-01-01T00:00:00Z"
}