Propertyware · Example Payload

Save Auto Charge

example_description

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Save Auto Charge 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

amountdescriptiondueDayendDatefrequencyglAccountIDreferenceNumberstartDate

Example Payload

Raw ↑
{
  "amount": 1.0,
  "description": "example_description",
  "dueDay": 1,
  "endDate": "2024-01-01",
  "frequency": "WEEKLY",
  "glAccountID": 1,
  "referenceNumber": "example_referenceNumber",
  "startDate": "2024-01-01"
}