Propertyware · Example Payload

Close Work Order

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Close Work Order is an example object payload from Propertyware, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

categorycommentscompletedDatestartDatetimeCardEntry

Example Payload

Raw ↑
{
  "category": "example_category",
  "comments": "example_comments",
  "completedDate": "2024-01-01",
  "startDate": "2024-01-01",
  "timeCardEntry": []
}