Propertyware · Schema

RESTAPIBulkSuccessResponse

JSON Schema for RESTAPIBulkSuccessResponse

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Properties

Name Type Description
id integer
View JSON Schema on GitHub

JSON Schema

r-e-s-t-a-p-i-bulk-success-response.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RESTAPIBulkSuccessResponse",
  "description": "JSON Schema for RESTAPIBulkSuccessResponse",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64"
    }
  }
}