Propertyware · Example Payload

Work Order

example_description

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

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

Top-level fields

ageapprovedapprovedDateassignedVendorsauthorizeEnterbuildingIDcategorycompletedDatecontractNumbercostEstimatecreatedBycreatedDateTimecustomFieldsdateToEnterdescriptionhourEstimateidlastModifiedBylastModifiedDateTimeleaselocationmaintenanceNoticemanagedBynumberportfolioIDprioritypublishToOwnerPortalpublishToTenantPortalrequestedByrequiredMaterialsscheduledEndDatesearchTagsourcespecificLocationstartDatestatustypeunitIDunitIDs

Example Payload

Raw ↑
{
  "age": 1,
  "approved": true,
  "approvedDate": "2024-01-01",
  "assignedVendors": [],
  "authorizeEnter": "NO",
  "buildingID": 1,
  "category": "example_category",
  "completedDate": "2024-01-01",
  "contractNumber": "example_contractNumber",
  "costEstimate": 1.0,
  "createdBy": "example_createdBy",
  "createdDateTime": "2024-01-01T00:00:00Z",
  "customFields": [],
  "dateToEnter": "2024-01-01T00:00:00Z",
  "description": "example_description",
  "hourEstimate": 1.0,
  "id": 1,
  "lastModifiedBy": "example_lastModifiedBy",
  "lastModifiedDateTime": "2024-01-01T00:00:00Z",
  "lease": "example_lease",
  "location": "example_location",
  "maintenanceNotice": "example_maintenanceNotice",
  "managedBy": "example_managedBy",
  "number": 1,
  "portfolioID": 1,
  "priority": "HIGH",
  "publishToOwnerPortal": true,
  "publishToTenantPortal": true,
  "requestedBy": "example_requestedBy",
  "requiredMaterials": "example_requiredMaterials",
  "scheduledEndDate": "2024-01-01",
  "searchTag": "example_searchTag",
  "source": "example_source",
  "specificLocation": "example_specificLocation",
  "startDate": "2024-01-01",
  "status": "example_status",
  "type": "example_type",
  "unitID": 1,
  "unitIDs": "example_unitIDs"
}