Propertyware · Example Payload

Vendor

example_description

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Vendor 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

accountNumberactiveaddressaddress2alertEmailcitycommentscompanyNamecountrycreatedBycreatedDateTimecreditLimitcustomFieldsdefaultBillSplitAccountIddefaultMarkupDiscountPercentagedescriptioneligible1099emailfaxidincludeCompanyNameOn1099lastModifiedBylastModifiedDateTimemarkupAccountIdnamenameOnCheckotherPhonepaymentTermDaysToPaypaymentTermsphonesearchTagstatesyncToVMMtaxIdtaxPayerNametimeTrackingtypewebsitezip

Example Payload

Raw ↑
{
  "accountNumber": "example_accountNumber",
  "active": true,
  "address": "example_address",
  "address2": "example_address2",
  "alertEmail": "example_alertEmail",
  "city": "example_city",
  "comments": "example_comments",
  "companyName": "example_companyName",
  "country": "example_country",
  "createdBy": "example_createdBy",
  "createdDateTime": "2024-01-01T00:00:00Z",
  "creditLimit": 1.0,
  "customFields": [],
  "defaultBillSplitAccountId": 1,
  "defaultMarkupDiscountPercentage": 1.0,
  "description": "example_description",
  "eligible1099": true,
  "email": "example_email",
  "fax": "example_fax",
  "id": 1,
  "includeCompanyNameOn1099": true,
  "lastModifiedBy": "example_lastModifiedBy",
  "lastModifiedDateTime": "2024-01-01T00:00:00Z",
  "markupAccountId": 1,
  "name": "example_name",
  "nameOnCheck": "example_nameOnCheck",
  "otherPhone": "example_otherPhone",
  "paymentTermDaysToPay": 1,
  "paymentTerms": "example_paymentTerms",
  "phone": "example_phone",
  "searchTag": "example_searchTag",
  "state": "example_state",
  "syncToVMM": true,
  "taxId": "example_taxId",
  "taxPayerName": "example_taxPayerName",
  "timeTracking": "example_timeTracking",
  "type": "example_type",
  "website": "example_website",
  "zip": "example_zip"
}