{"swagger":"2.0","info":{"title":"PropertyMe","version":"1.0"},"host":"app.propertyme.com","basePath":"/api","schemes":["https"],"consumes":["application/json"],"produces":["application/json"],"paths":{"/v1/tenancies":{"get":{"tags":[" Scope: Properties","Tenancies"],"summary":"List of all tenancies","description":"The auth token must contain a scope of property:read.","operationId":"TenancyRequesttenancies_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"ContactId","in":"query","description":"Id of the contact associated with the tenancies","type":"string","required":false},{"name":"LotId","in":"query","description":"Id of the property associated with the tenancies","type":"string","required":false},{"name":"HasOwnership","in":"query","description":"Flag indicating whether tenancy has an ownership","type":"boolean","required":false,"x-nullable":false},{"name":"IncludeClosed","in":"query","description":"Flag to include/exclude closed tenancies","type":"boolean","required":false,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/TenancyApiData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/TenancyApiData"}}},"400":{"description":"Invalid contact and/or lot id(s)","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/TenancyApiData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/tasks":{"get":{"tags":[" Scope: Activities"],"summary":"List all tasks changed since a given timestamp","description":"The auth token must contain a scope of activity:read.","operationId":"ChangedTasksRequesttasks_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Timestamp","in":"query","description":"Records returned will have a changed timestamp greater than this value","type":"integer","format":"int64","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/MobTaskQueryData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/MobTaskQueryData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"post":{"tags":[" Scope: Activities"],"summary":"Create a new task","description":"The auth token must contain a scope of activity:write.","operationId":"AddTaskRequesttasks_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"LotId","in":"body","description":"lot Id","type":"string","required":false},{"name":"DueDate","in":"body","description":"task due date","type":"string","format":"date-time","required":false},{"name":"Summary","in":"body","description":"task summary","type":"string","required":true},{"name":"Description","in":"body","description":"task description","type":"string","required":true},{"name":"ManagerMemberId","in":"body","description":"task manager member id","type":"string","required":false},{"name":"ContactId","in":"body","description":"task contact id","type":"string","required":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/TaskResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/TaskResponse"}},"400":{"description":"Invalid task request","schema":{"$ref":"#/definitions/TaskResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/members":{"get":{"tags":[" Scope: Contacts","Members"],"summary":"List all members","description":"The auth token must contain a scope of contact:read.","operationId":"MembersRequestmembers_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/CustomerMemberData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/CustomerMemberData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/lots":{"get":{"tags":[" Scope: Properties","Properties"],"summary":"List all lots that have changed since a given timestamp","description":"The auth token must contain a scope of property:read.","operationId":"ChangedLotRequestlots_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Timestamp","in":"query","description":"Records returned will have a changed timestamp greater than this value","type":"integer","format":"int64","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/MobLotGridData"}}},"502":{"description":"Timestamp value is not supplied","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/MobLotGridData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/MobLotGridData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/jobtasks":{"get":{"tags":[" Scope: Activities","JobTasks"],"summary":"List all job tasks changed since a given timestamp","description":"The auth token must contain a scope of activity:read.","operationId":"ChangedJobTaskRequestjobtasks_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Timestamp","in":"query","description":"Records returned will have a changed timestamp greater than this value","type":"integer","format":"int64","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/MobJobTaskQueryData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/MobJobTaskQueryData"}}},"400":{"description":"Invalid timestamp value","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/MobJobTaskQueryData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"post":{"tags":[" Scope: Activities","JobTasks"],"summary":"Create a new job","description":"The auth token must contain a scope of activity:write.","operationId":"AddJobRequestjobtasks_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"LotId","in":"body","description":"lot Id","type":"string","required":true,"x-nullable":false},{"name":"DueDate","in":"body","description":"job due date","type":"string","format":"date-time","required":false},{"name":"Summary","in":"body","description":"job summary","type":"string","required":true},{"name":"Description","in":"body","description":"job description","type":"string","required":true},{"name":"ReportedContactType","in":"body","description":"Job contact types can be one of Owner, Agent and Tenant","type":"string","required":true,"x-nullable":false},{"name":"Access","in":"body","description":"Job access types can be one of Owner, Agent and Tenant","type":"string","required":true,"x-nullable":false},{"name":"ManagerMemberId","in":"body","description":"job manager member id","type":"string","required":false},{"name":"SupplierInstructions","in":"body","description":"supplier instructions","type":"string","required":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/JobTaskResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/JobTaskResponse"}},"400":{"description":"Invalid job request","schema":{"$ref":"#/definitions/JobTaskResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/inspections":{"get":{"tags":[" Scope: Activities","Inspections"],"summary":"List all inspections changed since a given timestamp","description":"The auth token must contain a scope of activity:read.","operationId":"ChangedInspectionsRequestinspections_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Timestamp","in":"query","description":"Records returned will have a changed timestamp greater than this value","type":"integer","format":"int64","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/ChangedInspectionData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/ChangedInspectionData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"post":{"tags":[" Scope: Activities","Inspections"],"summary":"Create a new inspection","description":"The auth token must contain a scope of activity:write.","operationId":"AddInspectionRequestinspections_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"LotId","in":"body","description":"lot Id","type":"string","required":true,"x-nullable":false},{"name":"StartTime","in":"body","description":"Inspection start time","type":"string","format":"date-time","required":true,"x-nullable":false},{"name":"DueDate","in":"body","description":"Inspection due date","type":"string","format":"date-time","required":true,"x-nullable":false},{"name":"Duration","in":"body","description":"Inspection duration length","type":"integer","format":"int32","required":true,"x-nullable":false},{"name":"Summary","in":"body","description":"Inspection summary","type":"string","required":true},{"name":"Description","in":"body","description":"Inspection description","type":"string","required":true},{"name":"Type","in":"body","description":"Inspection type can be one of Routine, Entry, Exit and Open","type":"string","required":true,"x-nullable":false},{"name":"ManagerMemberId","in":"body","description":"Inspection manager member id","type":"string","required":false},{"name":"ListingId","in":"body","description":"listing id for open inspection","type":"string","required":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ScheduleInspectionResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ScheduleInspectionResponse"}},"400":{"description":"Invalid inspection request","schema":{"$ref":"#/definitions/ScheduleInspectionResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/contacts":{"get":{"tags":[" Scope: Contacts","Contacts"],"summary":"Find any contacts changed since a given timestamp","description":"The auth token must contain a scope of contact:read.","operationId":"ChangedContactsRequestcontacts_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Timestamp","in":"query","description":"Records returned will have a changed timestamp greater than this value","type":"integer","format":"int64","required":true,"x-nullable":false},{"name":"IncludeArchived","in":"query","description":"Includes archived contacts","type":"boolean","required":false,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/MobContactData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/MobContactData"}}},"400":{"description":"Invalid timestamp value","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/MobContactData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/bills":{"post":{"tags":[" Scope: Bills"],"summary":"Create a new bill including a document","description":"The auth token must contain a scope of transaction:write.","operationId":"AddBillRequestbills_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"DueDate","in":"body","description":"bill due date","type":"string","format":"date-time","required":true,"x-nullable":false},{"name":"FromFolioId","in":"body","description":"supplier folio id","type":"string","required":false},{"name":"ToFolioId","in":"body","description":"owner folio id","type":"string","required":false},{"name":"ChartAccountId","in":"body","description":"chart account id","type":"string","required":true},{"name":"OwnershipId","in":"body","description":"ownership id, match with owner folio id","type":"string","required":false},{"name":"BillerCode","in":"body","description":"BPAY Biller Code","type":"string","required":false},{"name":"Priority","in":"body","description":"bill priority","type":"string","required":true},{"name":"Reference","in":"body","description":"invoice reference number","type":"string","required":false},{"name":"Detail","in":"body","description":"bill detail","type":"string","required":true},{"name":"Amount","in":"body","description":"bill amount","type":"number","format":"double","required":true,"x-nullable":false},{"name":"IsTaxed","in":"body","description":"include tax","type":"boolean","required":true,"x-nullable":false},{"name":"PaymentCode","in":"body","description":"BPAY Reference","type":"string","required":false},{"name":"IsApproved","in":"body","description":"approved bill","type":"boolean","required":false,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/FinancialResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/FinancialResponse"}},"400":{"description":"Invalid bill request","schema":{"$ref":"#/definitions/FinancialResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/tenancies/balances":{"get":{"tags":[" Scope: Properties","Tenancies"],"summary":"List of all tenancy balances","description":"The auth token must contain a scope of property:read.","operationId":"TenancyBalanceRequesttenanciesbalances_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"ContactId","in":"query","description":"Id of the contact associated with the balance","type":"string","required":false},{"name":"LotId","in":"query","description":"Id of the property associated with the balance","type":"string","required":false},{"name":"LastUpdated","in":"query","description":"Only records updated on or after this last updated date time (UTC) will be included in the results set","type":"string","format":"date-time","required":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/TenancyBalanceData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/TenancyBalanceData"}}},"400":{"description":"Invalid contact and/or lot id(s)","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/TenancyBalanceData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/tasks/{Id}":{"get":{"tags":[" Scope: Activities"],"summary":"Find a Task by id","description":"The auth token must contain a scope of activity:read.","operationId":"GetTaskRequesttasksId_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"query","description":"The id of the task","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/TaskQueryData"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/TaskQueryData"}},"400":{"description":"Invalid task id","schema":{"$ref":"#/definitions/TaskQueryData"}}},"deprecated":false,"security":[{"Bearer":[]}]},"post":{"tags":[" Scope: Activities"],"summary":"update an existing task","description":"The auth token must contain a scope of activity:write.","operationId":"UpdateTaskRequesttasksId_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"The id of the task","type":"string","required":true,"x-nullable":false},{"name":"LotId","in":"body","description":"lot Id","type":"string","required":false},{"name":"DueDate","in":"body","description":"task due date","type":"string","format":"date-time","required":false},{"name":"Summary","in":"body","description":"task summary","type":"string","required":true},{"name":"Description","in":"body","description":"task description","type":"string","required":true},{"name":"ManagerMemberId","in":"body","description":"task manager member id","type":"string","required":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/TaskResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/TaskResponse"}},"400":{"description":"Invalid task request","schema":{"$ref":"#/definitions/TaskResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/portfolios/disconnect":{"delete":{"tags":["Connection"],"summary":"Disconnect from current portfolio","description":"Cannot be undone, portfolio user will have to choose to reconnect. Current access token remains valid until it expires.","operationId":"DisconnectPortfolioRequestportfoliosdisconnect_Delete","consumes":["application/json"],"produces":["application/json"],"parameters":[],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/DisconnectResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/DisconnectResponse"}},"400":{"description":"Cannot identitify customer portfolio","schema":{"$ref":"#/definitions/DisconnectResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/lots/sales":{"get":{"tags":[" Scope: Properties","Properties"],"summary":"List of all lots describing active sales","description":"The auth token must contain a scope of property:read.","operationId":"LotActiveSalesRequestlotssales_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"RentalOnly","in":"query","description":"Rental only","type":"boolean","required":false},{"name":"Offset","in":"query","description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","required":true,"x-nullable":false},{"name":"Limit","in":"query","description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/SalePropertyQueryData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/SalePropertyQueryData"}}},"400":{"description":"Invalid value of offset or limit","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/SalePropertyQueryData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/lots/archived":{"get":{"tags":[" Scope: Properties","Properties"],"summary":"List of all lots described as archived lots","description":"The auth token must contain a scope of property:read.","operationId":"LotArchivedRequestlotsarchived_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"ArchivedSince","in":"query","description":"Only records updated on or after this archived since date time (UTC) will be included in the results set","type":"string","format":"date-time","required":false},{"name":"Offset","in":"query","description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","required":true,"x-nullable":false},{"name":"Limit","in":"query","description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/LotGridData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/LotGridData"}}},"400":{"description":"Invalid value of offset or limit","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/LotGridData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/lots/{Id}":{"get":{"tags":[" Scope: Properties","Properties"],"summary":"Find a lot by id","description":"The auth token must contain a scope of property:read.","operationId":"LotRequestlotsId_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the lot","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/Lot"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/Lot"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/lots/rentals":{"get":{"tags":[" Scope: Properties","Properties"],"summary":"List all rentals described as rentals","description":"The auth token must contain a scope of property:read.","operationId":"LotRentalsRequestlotsrentals_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Offset","in":"query","description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","required":true,"x-nullable":false},{"name":"Limit","in":"query","description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/RentalLotQueryData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/RentalLotQueryData"}}},"400":{"description":"Invalid value of offset or limit","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/RentalLotQueryData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/lots/vacancy":{"get":{"tags":[" Scope: Properties","Properties"],"summary":"List of all lots described as vacant","description":"The auth token must contain a scope of property:read.","operationId":"LotVacantSalesRequestlotsvacancy_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"RentalOnly","in":"query","description":"Rental only","type":"boolean","required":false},{"name":"Offset","in":"query","description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","required":true,"x-nullable":false},{"name":"Limit","in":"query","description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/LotsQueryData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/LotsQueryData"}}},"400":{"description":"Invalid value of offset or limit","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/LotsQueryData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/jobtasks/{Id}":{"get":{"tags":[" Scope: Activities","JobTasks"],"summary":"Find a job task by id","description":"The auth token must contain a scope of activity:read.","operationId":"JobTaskRequestjobtasksId_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the job task","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/JobTaskQueryData"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/JobTaskQueryData"}},"400":{"description":"Invalid id","schema":{"$ref":"#/definitions/JobTaskQueryData"}}},"deprecated":false,"security":[{"Bearer":[]}]},"post":{"tags":[" Scope: Activities","JobTasks"],"summary":"Update an existing job","description":"The auth token must contain a scope of activity:write.","operationId":"UpdateJobRequestjobtasksId_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Job Id","type":"string","required":true,"x-nullable":false},{"name":"LotId","in":"body","description":"lot Id","type":"string","required":true,"x-nullable":false},{"name":"DueDate","in":"body","description":"job due date","type":"string","format":"date-time","required":false},{"name":"Summary","in":"body","description":"job summary","type":"string","required":true},{"name":"Description","in":"body","description":"job description","type":"string","required":true},{"name":"Access","in":"body","description":"Job access types can be one of Owner, Agent and Tenant","type":"string","required":true,"x-nullable":false},{"name":"ManagerMemberId","in":"body","description":"job manager member id","type":"string","required":false},{"name":"TenantContactId","in":"body","description":"job tenant contact id","type":"string","required":false},{"name":"SupplierInstructions","in":"body","description":"supplier instructions","type":"string","required":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/JobTaskResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/JobTaskResponse"}},"400":{"description":"Invalid job request","schema":{"$ref":"#/definitions/JobTaskResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/jobtasks/search":{"get":{"tags":[" Scope: Activities","JobTasks"],"summary":"Search job task based on due date, created date and status","description":"The auth token must contain a scope of activity:read.","operationId":"SearchJobTaskRequestjobtaskssearch_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"DueDateMin","in":"query","description":"From Due Date (yyyy-MM-dd in UTC)","type":"string","format":"date-time","required":false},{"name":"DueDateMax","in":"query","description":"To Due Date (yyyy-MM-dd in UTC). Allowed date range is 10 days","type":"string","format":"date-time","required":false},{"name":"DateCreatedMin","in":"query","description":"From Created Date (yyyy-MM-dd in UTC)","type":"string","format":"date-time","required":false},{"name":"DateCreatedMax","in":"query","description":"To Created Date (yyyy-MM-dd in UTC). Allowed date range is 10 days","type":"string","format":"date-time","required":false},{"name":"Status","in":"query","description":"Job task status","type":"string","required":false},{"name":"Offset","in":"query","description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","required":true,"x-nullable":false},{"name":"Limit","in":"query","description":"The maximum number of results to be returned(Max value is 100). There may be less if the query returned less than the maximum.","type":"integer","format":"int32","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/JobQueryData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/JobQueryData"}}},"400":{"description":"Invalid id","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/JobQueryData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/inspections/{id}":{"post":{"tags":[" Scope: Activities","Inspections"],"summary":"Update an existing inspection","description":"The auth token must contain a scope of activity:write.","operationId":"UpdateInspectionRequestinspectionsid_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Inspection Id","type":"string","required":true,"x-nullable":false},{"name":"StartTime","in":"body","description":"Inspection start time","type":"string","format":"date-time","required":true,"x-nullable":false},{"name":"DueDate","in":"body","description":"Inspection due date","type":"string","format":"date-time","required":true,"x-nullable":false},{"name":"Duration","in":"body","description":"Inspection duration length","type":"integer","format":"int32","required":true,"x-nullable":false},{"name":"Summary","in":"body","description":"Inspection summary","type":"string","required":true},{"name":"Description","in":"body","description":"Inspection description","type":"string","required":true},{"name":"Type","in":"body","description":"Inspection type can be one of Routine, Entry, Exit and Open","type":"string","required":true,"x-nullable":false},{"name":"ManagerMemberId","in":"body","description":"Inspection manager member id","type":"string","required":false},{"name":"TenantContactId","in":"body","description":"Inspection tenant contact id","type":"string","required":false},{"name":"ListingId","in":"body","description":"listing id for open inspection","type":"string","required":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ScheduleInspectionResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ScheduleInspectionResponse"}},"400":{"description":"Invalid inspection request","schema":{"$ref":"#/definitions/ScheduleInspectionResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"delete":{"tags":[" Scope: Activities","Inspections"],"summary":"Delete the inspection","description":"The auth token must contain a scope of activity:write.","operationId":"DeleteInspectionRequestinspectionsid_Delete","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Inspection Id","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid inspection request","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/inspections/{Id}":{"get":{"tags":[" Scope: Activities","Inspections"],"summary":"Find an inspection by id","description":"The auth token must contain a scope of activity:read.","operationId":"GetInspectionRequestinspectionsId_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"query","description":"Inspection Id","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/GetInspectionResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/GetInspectionResponse"}},"400":{"description":"Invalid inspection id","schema":{"$ref":"#/definitions/GetInspectionResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/inspections/search":{"get":{"tags":[" Scope: Activities","Inspections"],"summary":"Search all inspections by contact id and/or lot id","description":"The auth token must contain a scope of activity:read.","operationId":"SearchInspectionsRequestinspectionssearch_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"ContactId","in":"query","description":"Id of the contact","type":"string","required":false},{"name":"LotId","in":"query","description":"Id of the property","type":"string","required":false},{"name":"Offset","in":"query","description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","required":true,"x-nullable":false},{"name":"Limit","in":"query","description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/InspectionTask"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/InspectionTask"}}},"400":{"description":"Invalid contact and/or lot id(s)","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/InspectionTask"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/inspections/query":{"get":{"tags":[" Scope: Activities","Inspections"],"summary":"Query all inspections","description":"The auth token must contain a scope of activity:read.","operationId":"QueryInspectionRequestinspectionsquery_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"DueDateMin","in":"query","description":"From Due Date (yyyy-MM-dd)","type":"string","format":"date-time","required":false},{"name":"DueDateMax","in":"query","description":"To Due Date (yyyy-MM-dd)","type":"string","format":"date-time","required":false},{"name":"Type","in":"query","description":"Inspection type can be one of Routine, Entry, Exit and Open","type":"string","required":false},{"name":"Status","in":"query","description":"Inspection task status. Can be one of Planned, Scheduled, ReScheduled, Inspected, Closed, Cancelled","type":"string","required":false},{"name":"Published","in":"query","description":"Inspection is published. Can be Yes, No, empty","type":"string","required":false},{"name":"MemberOrTeam","in":"query","description":"Inspection property member or team Id(Guid)","type":"string","required":false},{"name":"TaskMemberOrTeam","in":"query","description":"Inspection task member or team Id(Guid)","type":"string","required":false},{"name":"Label","in":"query","description":"Inspection task label","type":"string","required":false},{"name":"Offset","in":"query","description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","required":true,"x-nullable":false},{"name":"Limit","in":"query","description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/InspectionDataTableRow"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/InspectionDataTableRow"}}},"400":{"description":"Invalid status","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/InspectionDataTableRow"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/contacts/agency":{"get":{"tags":[" Scope: Contacts","Contacts"],"summary":"Returns an agency contact","description":"The auth token must contain a scope of contact:read.","operationId":"AgencyRequestcontactsagency_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/GetAgencyResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/GetAgencyResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/contacts/{Id}":{"get":{"tags":[" Scope: Contacts","Contacts"],"summary":"Find a contact by Id","description":"The auth token must contain a scope of contact:read.","operationId":"ContactRequestcontactsId_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the contact","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/GetContactResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/GetContactResponse"}},"400":{"description":"Invalid id","schema":{"$ref":"#/definitions/GetContactResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/contacts/ownerships":{"get":{"tags":[" Scope: Contacts","Contacts"],"summary":"List of all owners in relation to the contact","description":"The auth token must contain a scope of contact:read.","operationId":"ContactOwnershipsRequestcontactsownerships_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Offset","in":"query","description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","required":true,"x-nullable":false},{"name":"Limit","in":"query","description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/OwnerQueryData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/OwnerQueryData"}}},"400":{"description":"Invalid value of offset or limit","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/OwnerQueryData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/contacts/suppliers":{"get":{"tags":[" Scope: Contacts","Contacts"],"summary":"List of all suppliers in relation to the contact","description":"The auth token must contain a scope of contact:read.","operationId":"QuerySuppliersRequestcontactssuppliers_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Offset","in":"query","description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","required":true,"x-nullable":false},{"name":"Limit","in":"query","description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QuerySuppliersResponse"}}},"202":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QuerySuppliersResponse"}}},"400":{"description":"Invalid value of offset or limit","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QuerySuppliersResponse"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QuerySuppliersResponse"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/contacts/tenants":{"get":{"tags":[" Scope: Contacts","Contacts"],"summary":"List of all tenants in relation to the contact","description":"The auth token must contain a scope of contact:read.","operationId":"ContactTenantsRequestcontactstenants_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Offset","in":"query","description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","required":true,"x-nullable":false},{"name":"Limit","in":"query","description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/ContactGridData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/ContactGridData"}}},"400":{"description":"Invalid value of offset or limit","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/ContactGridData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/tenancies/balances/{id}":{"get":{"tags":[" Scope: Properties","Tenancies"],"summary":"Find a tenancy balance record by Id","description":"The auth token must contain a scope of property:read.","operationId":"SingleTenancyBalanceRequesttenanciesbalancesid_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the tenancy balance record","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/TenancyBalanceData"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/TenancyBalanceData"}},"400":{"description":"Invalid Id)","schema":{"$ref":"#/definitions/TenancyBalanceData"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/tasks/{Id}/comments":{"post":{"tags":[" Scope: Activities","Tasks"],"summary":"Create a new comment for a given task","description":"The auth token must contain a scope of activity:write.","operationId":"AddTaskCommentRequesttasksIdcomments_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"The id of the task","type":"string","required":true,"x-nullable":false},{"name":"Comment","in":"body","description":"comment","type":"string","required":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid task id","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/tasks/{Id}/documents":{"post":{"tags":[" Scope: Activities","Documents"],"summary":"Create a new document for a given task","description":"The auth token must contain a scope of Activity:write.","operationId":"AddTaskDocumentRequesttasksIddocuments_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the task","type":"string","required":true,"x-nullable":false},{"name":"body","in":"body","schema":{"$ref":"#/definitions/AddTaskDocumentRequest"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid task id","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/tasks/{Id}/images":{"get":{"tags":[" Scope: Activities","Images"],"summary":"List all images for a given task","description":"The auth token must contain a scope of activity:read.","operationId":"GetTaskImagestasksIdimages_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the task","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}},"400":{"description":"Invalid task id","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/tasks/{Id}/members":{"get":{"tags":[" Scope: Activities"],"summary":"Find a Task manager by task id","description":"The auth token must contain a scope of activity:read.","operationId":"GetTaskManagerRequesttasksIdmembers_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"query","description":"The id of the task","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/CustomerMemberData"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/CustomerMemberData"}},"400":{"description":"Invalid task id","schema":{"$ref":"#/definitions/CustomerMemberData"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/lots/{Id}/comments":{"post":{"tags":[" Scope: Properties","Properties","Comments"],"summary":"Create a new comment for a given lot","description":"The auth token must contain a scope of property:write.","operationId":"AddLotCommentRequestlotsIdcomments_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"query","description":"The id of the lot","type":"string","required":true,"x-nullable":false},{"name":"Comment","in":"body","description":"comment","type":"string","required":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid lot id","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/lots/{Id}/documents":{"post":{"tags":[" Scope: Properties","Properties","Documents"],"summary":"Create a new document for a given lot","description":"The auth token must contain a scope of property:write.","operationId":"AddLotDocumentRequestlotsIddocuments_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the lot","type":"string","required":true,"x-nullable":false},{"name":"body","in":"body","schema":{"$ref":"#/definitions/AddLotDocumentRequest"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid lot id","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/lots/{Id}/images":{"get":{"tags":[" Scope: Properties","Images"],"summary":"List all images for a given lot","description":"The auth token must contain a scope of property:read.","operationId":"GetLotImageslotsIdimages_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the lot","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}},"400":{"description":"Invalid lot id","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/lots/{Id}/detail":{"get":{"tags":[" Scope: Properties","Properties"],"summary":"Find a lot by id","description":"The auth token must contain a scope of property:read.","operationId":"LotDetailRequestlotsIddetail_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the lot","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/LotDetailApiResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/LotDetailApiResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/lots/{Id}/members":{"get":{"tags":[" Scope: Properties","Members","Properties"],"summary":"Find a lot manager by lot id","description":"The auth token must contain a scope of property:read.","operationId":"LotManagerRequestlotsIdmembers_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the lot","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/CustomerMemberData"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/CustomerMemberData"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/jobtasks/{Id}/assign":{"post":{"tags":[" Scope: Activities","JobTasks","Documents"],"summary":"Update the supplier of a job","description":"The auth token must contain a scope of Activity:write.","operationId":"AssignTaskRequestjobtasksIdassign_Post","consumes":["application/x-www-form-urlencoded"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the job","type":"string","required":true,"x-nullable":false},{"name":"SupplierContactId","in":"formData","description":"Id of the supplier","type":"string","required":false},{"name":"OwnerAttending","in":"formData","description":"Is Owner attending","type":"boolean","required":false},{"name":"TenantAttending","in":"formData","description":"Is Tenant attending","type":"boolean","required":false},{"name":"body","in":"body","schema":{"$ref":"#/definitions/AssignTaskRequest"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/JobTaskResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/JobTaskResponse"}},"400":{"description":"Invalid job id","schema":{"$ref":"#/definitions/JobTaskResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/jobtasks/{Id}/comments":{"post":{"tags":[" Scope: Activities","JobTasks","Comments"],"summary":"Create a new comment for a given job","description":"The auth token must contain a scope of activity:write.","operationId":"AddJobCommentRequestjobtasksIdcomments_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"The id of the job","type":"string","required":true,"x-nullable":false},{"name":"Comment","in":"body","description":"comment","type":"string","required":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid job id","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/jobtasks/{Id}/documents":{"get":{"tags":[" Scope: Activities","JobTasks","Images"],"summary":"List all documents for a given job","description":"The auth token must contain a scope of activity:read.","operationId":"GetJobDocumentsjobtasksIddocuments_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the job","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}},"400":{"description":"Invalid job id","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"post":{"tags":[" Scope: Activities","JobTasks","Documents"],"summary":"Create a new document for a given job","description":"The auth token must contain a scope of Activity:write.","operationId":"AddJobDocumentsRequestjobtasksIddocuments_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the job","type":"string","required":true,"x-nullable":false},{"name":"body","in":"body","schema":{"$ref":"#/definitions/AddJobDocumentsRequest"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid job id","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/jobtasks/{Id}/images":{"get":{"tags":[" Scope: Activities","JobTasks","Images"],"summary":"List all images for a given job","description":"The auth token must contain a scope of activity:read.","operationId":"GetJobImagesjobtasksIdimages_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the job","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}},"400":{"description":"Invalid job id","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"post":{"tags":[" Scope: Activities","JobTasks","Documents"],"summary":"Create a new image for a given job","description":"The auth token must contain a scope of Activity:write.","operationId":"AddJobImagesRequestjobtasksIdimages_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the job","type":"string","required":true,"x-nullable":false},{"name":"body","in":"body","schema":{"$ref":"#/definitions/AddJobImagesRequest"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid job id","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/jobtasks/{Id}/members":{"get":{"tags":[" Scope: Activities","JobTasks"],"summary":"Find a job task manager by job id","description":"The auth token must contain a scope of activity:read.","operationId":"JobTaskManagerRequestjobtasksIdmembers_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the job task","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/CustomerMemberData"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/CustomerMemberData"}},"400":{"description":"Invalid id","schema":{"$ref":"#/definitions/CustomerMemberData"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/jobtasks/{Id}/quotation":{"post":{"tags":[" Scope: Activities","JobTasks"],"summary":"Create a new quotation for the job task","description":"The auth token must contain a scope of activity:write.","operationId":"AddJobTasksQuotationRequestjobtasksIdquotation_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the job","type":"string","required":true,"x-nullable":false},{"name":"Reference","in":"body","description":"Reference","type":"string","required":true},{"name":"SupplierContactId","in":"body","description":"Supplier Contact Id","type":"string","required":true,"x-nullable":false},{"name":"Amount","in":"body","description":"Amount","type":"number","format":"double","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/JobTaskQuoteResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/JobTaskQuoteResponse"}},"400":{"description":"Invalid job request","schema":{"$ref":"#/definitions/JobTaskQuoteResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/jobtasks/{Id}/quotations":{"get":{"tags":[" Scope: Activities","JobTasks"],"summary":"List all the quotation for a job task","description":"The auth token must contain a scope of activity:read.","operationId":"GetJobTasksQuotationRequestjobtasksIdquotations_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the job","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/JobTaskQuoteData"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/JobTaskQuoteData"}},"400":{"description":"Invalid timestamp value","schema":{"$ref":"#/definitions/JobTaskQuoteData"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/jobtasks/{Id}/approve":{"post":{"tags":[" Scope: Activities","JobTasks","Documents"],"summary":"Update the job task status to Approved","description":"The auth token must contain a scope of Activity:write.","operationId":"ApproveJobTaskRequestjobtasksIdapprove_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the job","type":"string","required":true,"x-nullable":false},{"name":"body","in":"body","schema":{"$ref":"#/definitions/ApproveJobTaskRequest"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/JobTaskResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/JobTaskResponse"}},"400":{"description":"Invalid job id","schema":{"$ref":"#/definitions/JobTaskResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/jobtasks/{Id}/complete":{"post":{"tags":[" Scope: Activities","JobTasks","Documents"],"summary":"Update the job task status to Complete","description":"The auth token must contain a scope of Activity:write.","operationId":"CompleteJobTaskRequestjobtasksIdcomplete_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the job","type":"string","required":true,"x-nullable":false},{"name":"body","in":"body","schema":{"$ref":"#/definitions/CompleteJobTaskRequest"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/JobTaskResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/JobTaskResponse"}},"400":{"description":"Invalid job id","schema":{"$ref":"#/definitions/JobTaskResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/jobtasks/{Id}/reject":{"post":{"tags":[" Scope: Activities","JobTasks","Documents"],"summary":"Update the job task status to Rejected","description":"The auth token must contain a scope of Activity:write.","operationId":"RejectJobTaskRequestjobtasksIdreject_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the job","type":"string","required":true,"x-nullable":false},{"name":"body","in":"body","schema":{"$ref":"#/definitions/RejectJobTaskRequest"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/JobTaskResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/JobTaskResponse"}},"400":{"description":"Invalid job id","schema":{"$ref":"#/definitions/JobTaskResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/jobtasks/{Id}/reopen":{"post":{"tags":[" Scope: Activities","JobTasks","Documents"],"summary":"Update the job task status to Reopened","description":"The auth token must contain a scope of Activity:write.","operationId":"ReopenJobTaskRequestjobtasksIdreopen_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the job","type":"string","required":true,"x-nullable":false},{"name":"body","in":"body","schema":{"$ref":"#/definitions/ReopenJobTaskRequest"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/JobTaskResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/JobTaskResponse"}},"400":{"description":"Invalid job id","schema":{"$ref":"#/definitions/JobTaskResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/inspections/{id}/close":{"post":{"tags":[" Scope: Activities","Inspections"],"summary":"Close the inspection","description":"The auth token must contain a scope of activity:write.","operationId":"CloseInspectionRequestinspectionsidclose_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Inspection Id","type":"string","required":true,"x-nullable":false},{"name":"body","in":"body","schema":{"$ref":"#/definitions/CloseInspectionRequest"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid inspection request","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/inspections/{Id}/comments":{"post":{"tags":[" Scope: Activities","Inspections","Comments"],"summary":"Create a new comment for a given inspection","description":"The auth token must contain a scope of activity:write.","operationId":"AddInspectionCommentRequestinspectionsIdcomments_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"The id of the inspection","type":"string","required":true,"x-nullable":false},{"name":"Comment","in":"body","description":"comment","type":"string","required":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid inspection id","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/inspections/{Id}/documents":{"post":{"tags":[" Scope: Activities","Inspections","Documents"],"summary":"Create a new document for a given inspection","description":"The auth token must contain a scope of Activity:write.","operationId":"AddInspectionDocumentRequestinspectionsIddocuments_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the inspection","type":"string","required":true,"x-nullable":false},{"name":"IsClientVisible","in":"query","description":"Visible on the owner portal","type":"boolean","required":false},{"name":"body","in":"body","schema":{"$ref":"#/definitions/AddInspectionDocumentRequest"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid inspection id","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/inspections/{Id}/images":{"get":{"tags":[" Scope: Activities","Inspections","Images"],"summary":"List all images for a given inspection","description":"The auth token must contain a scope of activity:read.","operationId":"GetInspectionsImagesinspectionsIdimages_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the inspection","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}},"400":{"description":"Invalid inspection id","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/inspections/{id}/inspect":{"post":{"tags":[" Scope: Activities","Inspections"],"summary":"Inspect the inspection","description":"The auth token must contain a scope of activity:write.","operationId":"InspectInspectionRequestinspectionsidinspect_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Inspection Id","type":"string","required":true,"x-nullable":false},{"name":"body","in":"body","schema":{"$ref":"#/definitions/InspectInspectionRequest"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid inspection request","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/inspections/status/{Status}":{"get":{"tags":[" Scope: Activities","Inspections"],"summary":"List all inspections","description":"The auth token must contain a scope of activity:read.","operationId":"GetInspectionsRequestinspectionsstatusStatus_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Status","in":"path","description":"Inspection task status. Can be one of Planned, Scheduled, ReScheduled, Inspected, Closed, Cancelled","type":"string","required":true},{"name":"Offset","in":"query","description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","required":true,"x-nullable":false},{"name":"Limit","in":"query","description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/InspectionDataTableRow"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/InspectionDataTableRow"}}},"400":{"description":"Invalid status","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/InspectionDataTableRow"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/inspections/Members/{Id}":{"get":{"tags":[" Scope: Activities","Inspections"],"summary":"Find an inspection manager by id","description":"The auth token must contain a scope of activity:read.","operationId":"GetInspectionManagerRequestinspectionsMembersId_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"query","description":"Inspection Id","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/CustomerMemberData"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/CustomerMemberData"}},"400":{"description":"Invalid inspection id","schema":{"$ref":"#/definitions/CustomerMemberData"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/inspections/{id}/reopen":{"post":{"tags":[" Scope: Activities","Inspections"],"summary":"Reopen the closed inspection","description":"The auth token must contain a scope of activity:write.","operationId":"ReopenInspectionRequestinspectionsidreopen_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Inspection Id","type":"string","required":true,"x-nullable":false},{"name":"body","in":"body","schema":{"$ref":"#/definitions/ReopenInspectionRequest"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid inspection request","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/inspections/{id}/reschedule":{"post":{"tags":[" Scope: Activities","Inspections"],"summary":"Reschedule the inspection","description":"The auth token must contain a scope of activity:write.","operationId":"RescheduleInspectionRequestinspectionsidreschedule_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Inspection Id","type":"string","required":true,"x-nullable":false},{"name":"StartTime","in":"body","description":"Inspection start time","type":"string","format":"date-time","required":true,"x-nullable":false},{"name":"Duration","in":"body","description":"Inspection duration length","type":"integer","format":"int32","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid inspection request","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/inspections/{id}/schedule":{"post":{"tags":[" Scope: Activities","Inspections"],"summary":"Change the inspection status to scheduled","description":"The auth token must contain a scope of activity:write.","operationId":"ScheduleInspectionRequestinspectionsidschedule_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Inspection Id","type":"string","required":true,"x-nullable":false},{"name":"body","in":"body","schema":{"$ref":"#/definitions/ScheduleInspectionRequest"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid inspection request","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/inspections/reports/{Id}":{"get":{"tags":[" Scope: Activities","Inspections"],"summary":"Find an inspection report by id","description":"The auth token must contain a scope of activity:read.","operationId":"GetInspectionReportRequestinspectionsreportsId_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"query","description":"Inspection report Id","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/GetReportDetailedResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/GetReportDetailedResponse"}},"400":{"description":"Invalid inspection id","schema":{"$ref":"#/definitions/GetReportDetailedResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/inspections/{Id}/report":{"put":{"tags":[" Scope: Activities","Inspections"],"summary":"Update an existing inspection report","description":"The auth token must contain a scope of activity:write.","operationId":"UpdateInspectionReportRequestinspectionsIdreport_Create","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Inspection Task Id of this report","type":"string","required":true,"x-nullable":false},{"name":"InspectionReportId","in":"body","description":"Inspection Report Id of this report","type":"string","required":false,"x-nullable":false},{"name":"CreatedOn","in":"body","description":"Inspection report created UTC time","type":"string","format":"date-time","required":false},{"name":"RentReview","in":"body","description":"Inspection report overview Rent review amount","type":"number","format":"double","required":false},{"name":"WaterMeter","in":"body","description":"Inspection report overview Water meter reading","type":"integer","format":"int64","required":false},{"name":"ShareWithOwner","in":"body","description":"Inspection report overview Share with owner","type":"boolean","required":false},{"name":"ShareWithTenant","in":"body","description":"Inspection report overview Share with tenant","type":"boolean","required":false,"x-nullable":false},{"name":"GeneralNotes","in":"body","description":"Inspection report overview General notes","type":"string","required":false},{"name":"FollowUpActions","in":"body","description":"Inspection report overview Follow up actions","type":"array","items":{"type":"string"},"collectionFormat":"multi","required":false},{"name":"OldReportIdToBeReplaced","in":"body","description":"The old Report Id to be replaced, the old report will be deleted","type":"string","required":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid inspection request","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"post":{"tags":[" Scope: Activities","Inspections"],"summary":"Create a new inspection report","description":"The auth token must contain a scope of activity:write.","operationId":"CreateInspectionReportRequestinspectionsIdreport_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Inspection Task Id that this report is created for","type":"string","required":true,"x-nullable":false},{"name":"InspectionReportTemplateId","in":"body","description":"Specify the template to use for this report","type":"string","required":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/InspectionReportResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/InspectionReportResponse"}},"400":{"description":"Invalid inspection request","schema":{"$ref":"#/definitions/InspectionReportResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/dashboards/activities/{Type}":{"get":{"tags":[" Scope: Activities","Dashboards"],"summary":"List dashboard activities by a given type","description":"The auth token must contain a scope of communication:read.","operationId":"ActivityDashboardRequestdashboardsactivitiesType_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Type","in":"path","description":"The available dashboard type: Jobs, Inspections, InspectionPlanning, Tasks","type":"string","required":true}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/DashboardResponse"}},"502":{"description":"Dashboard type is not supplied","schema":{"$ref":"#/definitions/DashboardResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/DashboardResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/dashboards/communications/{Type}":{"get":{"tags":[" Scope: Messages","Dashboards"],"summary":"Get communication dashboard item by type","description":"The auth token must contain a scope of activity:read.","operationId":"CommunicationDashboardRequestdashboardscommunicationsType_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Type","in":"path","description":"The available dashboard type: Messages","type":"string","required":true}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/DashboardResponse"}},"502":{"description":"Dashboard type is not supplied","schema":{"$ref":"#/definitions/DashboardResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/DashboardResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/dashboards/lots/{Type}":{"get":{"tags":[" Scope: Properties","Dashboards"],"summary":"Get dashboard item by type","description":"The auth token must contain a scope of property:read.","operationId":"LotDashboardRequestdashboardslotsType_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Type","in":"path","description":"The available dashboard type: AllProperties, Vacancies","type":"string","required":true}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/DashboardResponse"}},"502":{"description":"Dashboard type is not supplied","schema":{"$ref":"#/definitions/DashboardResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/DashboardResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/dashboards/transactions/{Type}":{"get":{"tags":[" Scope: Bills","Dashboards"],"summary":"Get activity dashboard item by type","description":"The auth token must contain a scope of transaction:read.","operationId":"TransactionDashboardRequestdashboardstransactionsType_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Type","in":"path","description":"The available dashboard type: Disbursements, RentArrears, Banking, Withdrawals, Reconciliation, UnprocessedBankTransactions, Bills, RentInvoicing, RentReviews","type":"string","required":true}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/DashboardResponse"}},"502":{"description":"Dashboard type is not supplied","schema":{"$ref":"#/definitions/DashboardResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/DashboardResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/contacts/{Id}/comments":{"post":{"tags":[" Scope: Contacts","Contacts","Comments"],"summary":"Create a new comment for a given contact","description":"The auth token must contain a scope of contact:write.","operationId":"AddContactCommentRequestcontactsIdcomments_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"The id of the contact","type":"string","required":true,"x-nullable":false},{"name":"Comment","in":"body","description":"comment","type":"string","required":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid contact id","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/contacts/{Id}/documents":{"post":{"tags":[" Scope: Contacts","Documents","Contacts"],"summary":"Create a new document for a given contact","description":"The auth token must contain a scope of contact:write.","operationId":"AddContactDocumentRequestcontactsIddocuments_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the contact","type":"string","required":true,"x-nullable":false},{"name":"body","in":"body","schema":{"$ref":"#/definitions/AddContactDocumentRequest"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid contact id","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/contacts/{Id}/images":{"get":{"tags":[" Scope: Contacts","Images"],"summary":"List all images for a given contact","description":"The auth token must contain a scope of contact:read.","operationId":"GetContactImagescontactsIdimages_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the contact","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}},"400":{"description":"Invalid contact id","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/lots/{Id}/folio/documents":{"post":{"tags":[" Scope: Properties","Properties","Documents"],"summary":"Create a new document for a given owner or tenant","description":"The auth token must contain a scope of property:write.","operationId":"AddLotFolioDocumentRequestlotsIdfoliodocuments_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the lot","type":"string","required":true,"x-nullable":false},{"name":"FolioId","in":"body","description":"Id of the owner or tenant folio","type":"string","required":true,"x-nullable":false},{"name":"IsClientVisible","in":"body","description":"Visible on the portal","type":"boolean","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid lot id or folio id","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/jobtasks/{Id}/quotation/{QuoteId}":{"post":{"tags":[" Scope: Activities","JobTasks"],"summary":"Update an existing quotation for the job task","description":"The auth token must contain a scope of activity:write.","operationId":"UpdateJobTasksQuotationRequestjobtasksIdquotationQuoteId_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Job Id","type":"string","required":true,"x-nullable":false},{"name":"QuoteId","in":"path","description":"Quotation Id","type":"string","required":true,"x-nullable":false},{"name":"Reference","in":"body","description":"Reference","type":"string","required":true},{"name":"SupplierContactId","in":"body","description":"Supplier Contact Id","type":"string","required":true,"x-nullable":false},{"name":"Amount","in":"body","description":"Amount","type":"number","format":"double","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/JobTaskQuoteResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/JobTaskQuoteResponse"}},"400":{"description":"Invalid job request","schema":{"$ref":"#/definitions/JobTaskQuoteResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/contacts/{Id}/alerts/{Type}":{"get":{"tags":[" Scope: Contacts","Contacts"],"summary":"List of all Contact alerts for a given contact and filtered by contact alert type","description":"The auth token must contain a scope of contact:read.","operationId":"GetContactAlertsRequestcontactsIdalertsType_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the contact","type":"string","required":true,"x-nullable":false},{"name":"Type","in":"path","description":"Contact alert type. Can be one of Property, Job and Inspection","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/ContactAlert"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/ContactAlert"}}},"400":{"description":"Invalid contact id or contact alert type","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/ContactAlert"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/lots/{Id}/alerts/{Type}":{"get":{"tags":[" Scope: Properties","Properties"],"summary":"List all contact alerts for a given lot by contact alert type","description":"The auth token must contain a scope of property:read.","operationId":"GetContactAlertsRequestlotsIdalertsType_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the contact","type":"string","required":true,"x-nullable":false},{"name":"Type","in":"path","description":"Contact alert type can be one of Property, Job and Inspection","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/ContactAlert"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/ContactAlert"}}},"400":{"description":"Invalid lot id or contact alert type","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/ContactAlert"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v2/jobtasks/{Id}":{"get":{"tags":[" Scope: Activities","JobTasks"],"summary":"Find a job task by id","description":"The auth token must contain a scope of activity:read.","operationId":"JobTaskV2RequestjobtasksId_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Id of the job task","type":"string","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/JobTaskV2QueryData"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/JobTaskV2QueryData"}},"400":{"description":"Invalid id","schema":{"$ref":"#/definitions/JobTaskV2QueryData"}}},"deprecated":false,"security":[{"Bearer":[]}]},"post":{"tags":[" Scope: Activities","JobTasks"],"summary":"Update an existing job","description":"The auth token must contain a scope of activity:write.","operationId":"UpdateJobV2RequestjobtasksId_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Job Id","type":"string","required":true,"x-nullable":false},{"name":"LotId","in":"body","description":"lot Id","type":"string","required":true,"x-nullable":false},{"name":"DueDate","in":"body","description":"job due date","type":"string","format":"date-time","required":false},{"name":"Summary","in":"body","description":"job summary","type":"string","required":true},{"name":"Description","in":"body","description":"job description","type":"string","required":true},{"name":"Access","in":"body","description":"Job access types can be one of Owner, Agent and Tenant","type":"string","required":true,"enum":["Agent","Owner","Tenant"]},{"name":"ManagerMemberId","in":"body","description":"job manager member id","type":"string","required":false},{"name":"TenantContactId","in":"body","description":"job tenant contact id","type":"string","required":false},{"name":"SupplierInstructions","in":"body","description":"supplier instructions","type":"string","required":false},{"name":"Priority","in":"body","description":"job priority","type":"string","required":false,"enum":["Low","Medium","High","Urgent"]}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/JobTaskResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/JobTaskResponse"}},"400":{"description":"Invalid job request","schema":{"$ref":"#/definitions/JobTaskResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v2/jobtasks/search":{"get":{"tags":[" Scope: Activities","JobTasks"],"summary":"Search job task based on due date, created date and status","description":"The auth token must contain a scope of activity:read.","operationId":"SearchJobTaskV2Requestjobtaskssearch_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"DueDateMin","in":"query","description":"From Due Date (yyyy-MM-dd in UTC)","type":"string","format":"date-time","required":false},{"name":"DueDateMax","in":"query","description":"To Due Date (yyyy-MM-dd in UTC). Allowed date range is 10 days","type":"string","format":"date-time","required":false},{"name":"DateCreatedMin","in":"query","description":"From Created Date (yyyy-MM-dd in UTC)","type":"string","format":"date-time","required":false},{"name":"DateCreatedMax","in":"query","description":"To Created Date (yyyy-MM-dd in UTC). Allowed date range is 10 days","type":"string","format":"date-time","required":false},{"name":"Status","in":"query","description":"Job task status","type":"string","required":false,"enum":["Pending","Reported","Quoted","Approved","Assigned","Finished","Closed","Rejected","Completed","Cancelled"]},{"name":"Offset","in":"query","description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","required":true,"x-nullable":false},{"name":"Limit","in":"query","description":"The maximum number of results to be returned(Max value is 100). There may be less if the query returned less than the maximum.","type":"integer","format":"int32","required":true,"x-nullable":false},{"name":"Priority","in":"query","description":"Job priority","type":"string","required":false,"enum":["Low","Medium","High","Urgent"]}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/JobQueryV2Data"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/JobQueryV2Data"}}},"400":{"description":"Invalid id","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/JobQueryV2Data"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v2/jobtasks":{"get":{"tags":[" Scope: Activities","JobTasks"],"summary":"List all job tasks changed since a given timestamp","description":"The auth token must contain a scope of activity:read.","operationId":"ChangedJobTaskV2Requestjobtasks_Get","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Timestamp","in":"query","description":"Records returned will have a changed timestamp greater than this value","type":"integer","format":"int64","required":true,"x-nullable":false}],"responses":{"200":{"description":"Success","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/IntegratorJobTaskV2QueryData"}}},"500":{"description":"An internal error has occurred","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/IntegratorJobTaskV2QueryData"}}},"400":{"description":"Invalid timestamp value","schema":{"title":"List","type":"array","items":{"$ref":"#/definitions/IntegratorJobTaskV2QueryData"}}}},"deprecated":false,"security":[{"Bearer":[]}]},"post":{"tags":[" Scope: Activities","JobTasks"],"summary":"Create a new job","description":"The auth token must contain a scope of activity:write.","operationId":"AddJobV2Requestjobtasks_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"LotId","in":"body","description":"lot Id","type":"string","required":true,"x-nullable":false},{"name":"DueDate","in":"body","description":"job due date","type":"string","format":"date-time","required":false},{"name":"Summary","in":"body","description":"job summary","type":"string","required":true},{"name":"Description","in":"body","description":"job description","type":"string","required":true},{"name":"ReportedContactType","in":"body","description":"Job contact types can be one of Owner, Agent and Tenant","type":"string","required":true,"enum":["Owner","Agent","Tenant"]},{"name":"Access","in":"body","description":"Job access types can be one of Owner, Agent and Tenant","type":"string","required":true,"enum":["Agent","Owner","Tenant"]},{"name":"ManagerMemberId","in":"body","description":"job manager member id","type":"string","required":false},{"name":"SupplierInstructions","in":"body","description":"supplier instructions","type":"string","required":false},{"name":"Priority","in":"body","description":"job priority","type":"string","required":false,"enum":["Low","Medium","High","Urgent"]}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/JobTaskResponse"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/JobTaskResponse"}},"400":{"description":"Invalid job request","schema":{"$ref":"#/definitions/JobTaskResponse"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]},"/v1/jobtasks/{Id}/quotation/{QuoteId}/documents":{"post":{"tags":[" Scope: Activities","JobTasks"],"summary":"Add a document to an existing quotation for the job task","description":"The auth token must contain a scope of activity:write.","operationId":"AddJobTasksQuotationDocumentRequestjobtasksIdquotationQuoteIddocuments_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"Job Id","type":"string","required":true,"x-nullable":false},{"name":"QuoteId","in":"path","description":"Quotation Id","type":"string","required":true,"x-nullable":false},{"name":"body","in":"body","schema":{"$ref":"#/definitions/AddJobTasksQuotationDocumentRequest"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ResponseBase"}},"500":{"description":"An internal error has occurred","schema":{"$ref":"#/definitions/ResponseBase"}},"400":{"description":"Invalid job request","schema":{"$ref":"#/definitions/ResponseBase"}}},"deprecated":false,"security":[{"Bearer":[]}]},"parameters":[{"$ref":"#/parameters/Accept"}]}},"definitions":{"Object":{"properties":{},"description":"Object","type":"object"},"GetUser":{"title":"GetUser","properties":{},"description":"GetUser","type":"object"},"SaveUserInfo":{"title":"SaveUserInfo","properties":{"FirstName":{"type":"string"},"LastName":{"type":"string"},"JobTitle":{"type":"string"},"MobilePhone":{"type":"string"},"WorkPhone":{"type":"string"},"NotificationPreference":{"type":"string"},"IsNotifySensitiveChanges":{"type":"boolean","x-nullable":false},"Preferences":{"$ref":"#/definitions/MemberPreferences"},"Signature":{"type":"string"},"SignatureOnReply":{"type":"boolean","x-nullable":false},"TwitterUrl":{"type":"string"},"FacebookUrl":{"type":"string"},"LinkedInUrl":{"type":"string"},"MemberSignatureAction":{"$ref":"#/definitions/MemberSignatureAction"}},"description":"SaveUserInfo","type":"object"},"MemberPreferences":{"title":"MemberPreferences","properties":{"IsDarkMenuOn":{"type":"boolean","x-nullable":false}},"description":"MemberPreferences","type":"object"},"MemberSignatureAction":{"title":"MemberSignatureAction","properties":{"SignatureDocumentStorageId":{"type":"string"},"ActionStatus":{"type":"string"}},"description":"MemberSignatureAction","type":"object"},"RedisStats":{"title":"RedisStats","properties":{},"description":"RedisStats","type":"object"},"ReplicaSyncStats":{"title":"ReplicaSyncStats","properties":{"Clear":{"type":"boolean","x-nullable":false}},"description":"ReplicaSyncStats","type":"object"},"PingRequest":{"title":"PingRequest","properties":{"Message":{"type":"string"},"TestException":{"type":"boolean","x-nullable":false}},"description":"PingRequest","type":"object"},"ReadyRequest":{"title":"ReadyRequest","properties":{"ProbeKey":{"type":"string"},"ReadyRequestTypes":{"type":"array","items":{"type":"string","x-nullable":false}}},"description":"ReadyRequest","type":"object"},"ActivatePassword":{"title":"ActivatePassword","properties":{"ResetId":{"type":"string","x-nullable":false},"NewPassword":{"type":"string"},"Confirm":{"type":"string"}},"description":"ActivatePassword","type":"object"},"ConfirmEmail":{"title":"ConfirmEmail","properties":{"ConfirmId":{"type":"string","x-nullable":false},"NewEmail":{"type":"string"},"Password":{"type":"string"},"OldEmail":{"type":"string"}},"description":"ConfirmEmail","type":"object"},"EmailUpdate":{"title":"EmailUpdate","properties":{"MemberId":{"type":"string","x-nullable":false},"RegisteredEmail":{"type":"string"},"FirstName":{"type":"string"}},"description":"EmailUpdate","type":"object"},"GetUserNotificationOption":{"title":"GetUserNotificationOption","properties":{},"description":"GetUserNotificationOption","type":"object"},"GetUserSecurityOption":{"title":"GetUserSecurityOption","properties":{},"description":"GetUserSecurityOption","type":"object"},"GetUserSession":{"title":"GetUserSession","properties":{},"description":"GetUserSession","type":"object"},"CreatePortalAuthTokenRequest":{"title":"CreatePortalAuthTokenRequest","properties":{"FolioId":{"type":"string","x-nullable":false},"OwnershipId":{"type":"string"}},"description":"CreatePortalAuthTokenRequest","type":"object"},"GetProductSubscriptionsRequest":{"title":"GetProductSubscriptionsRequest","properties":{},"description":"GetProductSubscriptionsRequest","type":"object"},"GetUserProfileRequest":{"title":"GetUserProfileRequest","properties":{"IncludeRole":{"type":"boolean","x-nullable":false}},"description":"GetUserProfileRequest","type":"object"},"ResetPassword":{"title":"ResetPassword","properties":{"Email":{"type":"string"}},"description":"ResetPassword","type":"object"},"SaveUserNotificationOption":{"title":"SaveUserNotificationOption","properties":{"IsNotifyJobFromPortal":{"type":"boolean","x-nullable":false},"IsNotifyUnreadEmail":{"type":"boolean","x-nullable":false},"IsNotifySignInFromNewDevice":{"type":"boolean","x-nullable":false},"IsNotifyMentionFromMember":{"type":"boolean","x-nullable":false},"IsNotifySensitiveChanges":{"type":"boolean","x-nullable":false},"NotificationPreference":{"type":"string"},"IsNotifyTaskAssigned":{"type":"boolean","x-nullable":false},"IsNotifyLeaseRenewalAssigned":{"type":"boolean","x-nullable":false},"JobNotificationPreference":{"type":"string"}},"description":"SaveUserNotificationOption","type":"object"},"SaveUserSecurityOption":{"title":"SaveUserSecurityOption","properties":{"IsNotifySignInFromNewDevice":{"type":"boolean","x-nullable":false}},"description":"SaveUserSecurityOption","type":"object"},"SetPreviewFolioAccess":{"title":"SetPreviewFolioAccess","properties":{"FolioId":{"type":"string"},"OwnershipId":{"type":"string"}},"description":"SetPreviewFolioAccess","type":"object"},"GetUserSignatureRequest":{"title":"GetUserSignatureRequest","properties":{},"description":"GetUserSignatureRequest","type":"object"},"GetTwoFactorAuthentication":{"title":"GetTwoFactorAuthentication","properties":{},"description":"GetTwoFactorAuthentication","type":"object"},"ResetTwoFactorAuthentication":{"title":"ResetTwoFactorAuthentication","properties":{"OneTimePinCode":{"type":"string"}},"description":"ResetTwoFactorAuthentication","type":"object"},"GetPortfolioAccessInvitationRequest":{"title":"GetPortfolioAccessInvitationRequest","properties":{},"description":"GetPortfolioAccessInvitationRequest","type":"object"},"QueryPortfolioAccess":{"title":"QueryPortfolioAccess","properties":{},"description":"QueryPortfolioAccess","type":"object"},"SwitchPortfolioAccess":{"title":"SwitchPortfolioAccess","properties":{"CustomerId":{"type":"string","x-nullable":false}},"description":"SwitchPortfolioAccess","type":"object"},"CheckReset":{"title":"CheckReset","properties":{"ResetId":{"type":"string","x-nullable":false}},"description":"CheckReset","type":"object"},"ResetDemoPortfolioRequest":{"title":"ResetDemoPortfolioRequest","properties":{},"description":"ResetDemoPortfolioRequest","type":"object"},"CheckPortfolioHealth":{"title":"CheckPortfolioHealth","properties":{},"description":"CheckPortfolioHealth","type":"object"},"ConfirmInvitation":{"title":"ConfirmInvitation","properties":{"CustomerId":{"type":"string","x-nullable":false}},"description":"ConfirmInvitation","type":"object"},"DismissInvitation":{"title":"DismissInvitation","properties":{"CustomerId":{"type":"string","x-nullable":false}},"description":"DismissInvitation","type":"object"},"SwitchToDemo":{"title":"SwitchToDemo","properties":{},"description":"SwitchToDemo","type":"object"},"GetNewIds":{"title":"GetNewIds","properties":{"Number":{"type":"integer","format":"int32","x-nullable":false}},"description":"GetNewIds","type":"object"},"IssuePermanentAccessToken":{"title":"IssuePermanentAccessToken","properties":{},"description":"IssuePermanentAccessToken","type":"object"},"CreateUserSignature":{"title":"CreateUserSignature","properties":{},"description":"CreateUserSignature","type":"object"},"RemoveUserSignature":{"title":"RemoveUserSignature","properties":{},"description":"RemoveUserSignature","type":"object"},"GetMySqlPoolMetrics":{"title":"GetMySqlPoolMetrics","properties":{},"description":"GetMySqlPoolMetrics","type":"object"},"GetVersionsMigrate":{"title":"GetVersionsMigrate","properties":{},"description":"GetVersionsMigrate","type":"object"},"GetVersionsDb":{"title":"GetVersionsDb","properties":{},"description":"GetVersionsDb","type":"object"},"GetVersionsDbMissing":{"title":"GetVersionsDbMissing","properties":{},"description":"GetVersionsDbMissing","type":"object"},"GetVersionsInserts":{"title":"GetVersionsInserts","properties":{},"description":"GetVersionsInserts","type":"object"},"GetVersionsMigrateInvalid":{"title":"GetVersionsMigrateInvalid","properties":{},"description":"GetVersionsMigrateInvalid","type":"object"},"LogAlertForPortalRequest":{"title":"LogAlertForPortalRequest","properties":{"Action":{"type":"string"},"LinkType":{"type":"string"},"LinkId":{"type":"string","x-nullable":false},"Detail":{"type":"string"},"LotId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false},"RegardingId":{"type":"string"},"RegardingType":{"type":"string"},"MemberId":{"type":"string","x-nullable":false},"MemberName":{"type":"string"},"UserAuthId":{"type":"string"},"FolioId":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"Region":{"type":"string"}},"description":"LogAlertForPortalRequest","type":"object"},"LogEventForPortalRequest":{"title":"LogEventForPortalRequest","properties":{"Action":{"type":"string"},"LinkType":{"type":"string"},"LinkId":{"type":"string","x-nullable":false},"Detail":{"type":"string"},"LotId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false},"RegardingId":{"type":"string"},"RegardingType":{"type":"string"},"MemberId":{"type":"string","x-nullable":false},"MemberName":{"type":"string"},"FolioId":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"Region":{"type":"string"}},"description":"LogEventForPortalRequest","type":"object"},"LogNotificationForPortalRequest":{"title":"LogNotificationForPortalRequest","properties":{"LinkType":{"type":"string"},"LinkId":{"type":"string","x-nullable":false},"RegardingId":{"type":"string","x-nullable":false},"RegardingType":{"type":"string"},"NotificationHeader":{"type":"string"},"NotificationBody":{"type":"string"},"Description":{"type":"string"},"SenderName":{"type":"string"},"MemberId":{"type":"string","x-nullable":false},"FolioId":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"Region":{"type":"string"}},"description":"LogNotificationForPortalRequest","type":"object"},"CreatePdfFileForPortalRequest":{"title":"CreatePdfFileForPortalRequest","properties":{"Name":{"type":"string"},"ReportPath":{"type":"string"},"FolioId":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"Region":{"type":"string"},"RedisKey":{"type":"string"}},"description":"CreatePdfFileForPortalRequest","type":"object"},"Authenticate":{"title":"Authenticate","properties":{"provider":{"type":"string"},"State":{"type":"string"},"oauth_token":{"type":"string"},"oauth_verifier":{"type":"string"},"UserName":{"type":"string"},"Password":{"type":"string"},"RememberMe":{"type":"boolean"},"ErrorView":{"type":"string"},"nonce":{"type":"string"},"uri":{"type":"string"},"response":{"type":"string"},"qop":{"type":"string"},"nc":{"type":"string"},"cnonce":{"type":"string"},"UseTokenCookie":{"type":"boolean"},"AccessToken":{"type":"string"},"AccessTokenSecret":{"type":"string"},"scope":{"type":"string"},"Meta":{"$ref":"#/definitions/Dictionary_String_String_"}},"description":"Authenticate","type":"object"},"Dictionary_String_String_":{"title":"Dictionary","additionalProperties":{"type":"string"},"description":"Dictionary","type":"object"},"ReportRentSummaryRequest":{"title":"ReportRentSummaryRequest","properties":{"FolioId":{"type":"string","x-nullable":false},"IsPrinting":{"type":"boolean","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"Region":{"type":"string"},"ReportExportType":{"type":"string"},"DirectTransactionPrefix":{"type":"string"}},"description":"ReportRentSummaryRequest","type":"object"},"ReportTenantHistoryRequest":{"title":"ReportTenantHistoryRequest","properties":{"FolioId":{"type":"string","x-nullable":false},"IsUseFromToFormat":{"type":"boolean","x-nullable":false},"HideRentArrears":{"type":"boolean","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"Region":{"type":"string"},"ReportExportType":{"type":"string"},"DirectTransactionPrefix":{"type":"string"}},"description":"ReportTenantHistoryRequest","type":"object"},"GetFilledComplianceUtilities":{"title":"GetFilledComplianceUtilities","properties":{"InspectionTaskId":{"type":"string","x-nullable":false},"FolioId":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"Region":{"type":"string"},"IncludePaperless":{"type":"boolean","x-nullable":false}},"description":"GetFilledComplianceUtilities","type":"object"},"AddTenancyRequest":{"title":"AddTenancyRequest","required":["ContactId","LotId","RentAmount","BondAmount","AgreementStartDate","TenancyStartDate"],"properties":{"ContactId":{"description":"Id of the contact record","type":"string","x-nullable":false},"LotId":{"description":"Id of the lot/property record","type":"string","x-nullable":false},"RentAmount":{"description":"Rent amount per Rent Period. Must be greater than zero","type":"number","format":"double","x-nullable":false},"RentPeriod":{"description":"Rental period: weekly, fortnightly or Monthly. Weekly if not specified.","type":"string"},"PaidTo":{"description":"Date for when the tenant has paid to. Defaults to the day before the provided tenancy start date.","type":"string","format":"date-time"},"PartPaid":{"description":"Part payment amount made by the tenant. Must be zero or greater and less than the RentAmount","type":"number","format":"double","x-nullable":false},"BondAmount":{"description":"Bond amount for the tenancy. Must be zero or greater.","type":"number","format":"double"},"AgreementStartDate":{"description":"The date for the start of the tenancy agreement.","type":"string","format":"date-time","x-nullable":false},"AgreementEndDate":{"description":"The date for the end of the tenancy agreement. If specified, must be after the agreement start date.","type":"string","format":"date-time"},"TenancyStartDate":{"description":"The date for the start of the tenancy.","type":"string","format":"date-time","x-nullable":false},"TenancyEndDate":{"description":"The date for the end of the tenancy. If specified, must be after the tenancy start date.","type":"string","format":"date-time"},"BankReference":{"description":"Optional Bank Reference value for tenancy.","type":"string"}},"description":"AddTenancyRequest","type":"object"},"TenancyRequest":{"title":"TenancyRequest","properties":{"ContactId":{"description":"Id of the contact associated with the tenancies","type":"string"},"LotId":{"description":"Id of the property associated with the tenancies","type":"string"},"HasOwnership":{"description":"Flag indicating whether tenancy has an ownership","type":"boolean","x-nullable":false},"IncludeClosed":{"description":"Flag to include/exclude closed tenancies","type":"boolean","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"ChangedTasksRequest":{"title":"ChangedTasksRequest","required":["Timestamp"],"properties":{"Timestamp":{"description":"Records returned will have a changed timestamp greater than this value","type":"integer","format":"int64","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"AddTaskRequest":{"title":"AddTaskRequest","required":["Summary","Description"],"properties":{"LotId":{"description":"lot Id","type":"string"},"DueDate":{"description":"task due date","type":"string","format":"date-time"},"Summary":{"description":"task summary","type":"string"},"Description":{"description":"task description","type":"string"},"ManagerMemberId":{"description":"task manager member id","type":"string"},"ContactId":{"description":"task contact id","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"MembersRequest":{"title":"MembersRequest","properties":{},"description":"PropertyMe Rest API","type":"object"},"ChangedLotRequest":{"title":"ChangedLotRequest","required":["Timestamp"],"properties":{"Timestamp":{"description":"Records returned will have a changed timestamp greater than this value","type":"integer","format":"int64","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"ChangedJobTaskRequest":{"title":"ChangedJobTaskRequest","required":["Timestamp"],"properties":{"Timestamp":{"description":"Records returned will have a changed timestamp greater than this value","type":"integer","format":"int64","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"AddJobRequest":{"title":"AddJobRequest","required":["LotId","Summary","Description","ReportedContactType","Access"],"properties":{"LotId":{"description":"lot Id","type":"string","x-nullable":false},"DueDate":{"description":"job due date","type":"string","format":"date-time"},"Summary":{"description":"job summary","type":"string"},"Description":{"description":"job description","type":"string"},"ReportedContactType":{"description":"Job contact types can be one of Owner, Agent and Tenant","type":"string"},"Access":{"description":"Job access types can be one of Owner, Agent and Tenant","type":"string"},"ManagerMemberId":{"description":"job manager member id","type":"string"},"SupplierInstructions":{"description":"supplier instructions","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"ChangedInspectionsRequest":{"title":"ChangedInspectionsRequest","required":["Timestamp"],"properties":{"Timestamp":{"description":"Records returned will have a changed timestamp greater than this value","type":"integer","format":"int64","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"AddInspectionRequest":{"title":"AddInspectionRequest","required":["LotId","StartTime","DueDate","Duration","Summary","Description","Type"],"properties":{"LotId":{"description":"lot Id","type":"string","x-nullable":false},"StartTime":{"description":"Inspection start time","type":"string","format":"date-time","x-nullable":false},"DueDate":{"description":"Inspection due date","type":"string","format":"date-time","x-nullable":false},"Duration":{"description":"Inspection duration length","type":"integer","format":"int32","x-nullable":false},"Summary":{"description":"Inspection summary","type":"string"},"Description":{"description":"Inspection description","type":"string"},"Type":{"description":"Inspection type can be one of Routine, Entry, Exit and Open","type":"string"},"ManagerMemberId":{"description":"Inspection manager member id","type":"string"},"ListingId":{"description":"listing id for open inspection","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"AddContactRequest":{"title":"AddContactRequest","required":["Reference","Persons"],"properties":{"Reference":{"description":"Reference to identify this contact record in an portfolio. Must be unique per portfolio.","type":"string"},"Persons":{"description":"List of people to be associated with this contact.","type":"array","items":{"$ref":"#/definitions/AddContactPersonRequest"}},"Notes":{"description":"Any details to add regarding this contact.","type":"string"}},"description":"AddContactRequest","type":"object"},"AddContactPersonRequest":{"title":"AddContactPersonRequest","required":["FirstName","LastName"],"properties":{"FirstName":{"description":"First name for the contact person.","type":"string"},"LastName":{"description":"Last name for the contact person.","type":"string"},"Email":{"description":"Email for the contact person.","type":"string"},"CompanyName":{"description":"Company name for the contact person.","type":"string"},"Salutation":{"description":"Salutation for the contact person.","type":"string"},"CellPhone":{"description":"Mobile number for the contact person.","type":"string"},"HomePhone":{"description":"Home phone number for the contact person.","type":"string"},"WorkPhone":{"description":"Work phone number for the contact person.","type":"string"},"PhysicalAddress":{"$ref":"#/definitions/AddressDetail","description":"Home address for the contact person."},"PostalAddress":{"$ref":"#/definitions/AddressDetail","description":"Postal address for the contact person."}},"description":"AddContactPersonRequest","type":"object"},"AddressDetail":{"title":"AddressDetail","properties":{"Unit":{"type":"string"},"Number":{"type":"string"},"Street":{"type":"string"},"Suburb":{"type":"string"},"Locality":{"type":"string"},"PostalCode":{"type":"string"},"State":{"type":"string"},"Country":{"type":"string"},"BuildingName":{"type":"string"},"MailboxName":{"type":"string"},"Latitude":{"type":"number","format":"double","x-nullable":false},"Longitude":{"type":"number","format":"double","x-nullable":false},"StreetLongName":{"type":"string"},"Text":{"type":"string"},"Reference":{"type":"string"}},"description":"AddressDetail","type":"object"},"ChangedContactsRequest":{"title":"ChangedContactsRequest","required":["Timestamp"],"properties":{"Timestamp":{"description":"Records returned will have a changed timestamp greater than this value","type":"integer","format":"int64","x-nullable":false},"IncludeArchived":{"description":"Includes archived contacts","type":"boolean","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"AddBillRequest":{"title":"AddBillRequest","required":["DueDate","ChartAccountId","Priority","Detail","Amount","IsTaxed"],"properties":{"DueDate":{"description":"bill due date","type":"string","format":"date-time","x-nullable":false},"FromFolioId":{"description":"supplier folio id","type":"string"},"ToFolioId":{"description":"owner folio id","type":"string"},"ChartAccountId":{"description":"chart account id","type":"string"},"OwnershipId":{"description":"ownership id, match with owner folio id","type":"string"},"BillerCode":{"description":"BPAY Biller Code","type":"string"},"Priority":{"description":"bill priority","type":"integer","format":"int32"},"Reference":{"description":"invoice reference number","type":"string"},"Detail":{"description":"bill detail","type":"string"},"Amount":{"description":"bill amount","type":"number","format":"double","x-nullable":false},"IsTaxed":{"description":"include tax","type":"boolean","x-nullable":false},"PaymentCode":{"description":"BPAY Reference","type":"string"},"IsApproved":{"description":"approved bill","type":"boolean","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"TenancyBalanceRequest":{"title":"TenancyBalanceRequest","properties":{"ContactId":{"description":"Id of the contact associated with the balance","type":"string"},"LotId":{"description":"Id of the property associated with the balance","type":"string"},"LastUpdated":{"description":"Only records updated on or after this last updated date time (UTC) will be included in the results set","type":"string","format":"date-time"}},"description":"PropertyMe Rest API","type":"object"},"GetTaskRequest":{"title":"GetTaskRequest","required":["Id"],"properties":{"Id":{"description":"The id of the task","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"UpdateTaskRequest":{"title":"UpdateTaskRequest","required":["Id","Summary","Description"],"properties":{"Id":{"description":"The id of the task","type":"string","x-nullable":false},"LotId":{"description":"lot Id","type":"string"},"DueDate":{"description":"task due date","type":"string","format":"date-time"},"Summary":{"description":"task summary","type":"string"},"Description":{"description":"task description","type":"string"},"ManagerMemberId":{"description":"task manager member id","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"DisconnectPortfolioRequest":{"title":"DisconnectPortfolioRequest","properties":{},"description":"PropertyMe Rest API","type":"object"},"LotActiveSalesRequest":{"title":"LotActiveSalesRequest","required":["Offset","Limit"],"properties":{"RentalOnly":{"description":"Rental only","type":"boolean"},"Offset":{"description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","x-nullable":false},"Limit":{"description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"LotArchivedRequest":{"title":"LotArchivedRequest","required":["Offset","Limit"],"properties":{"ArchivedSince":{"description":"Only records updated on or after this archived since date time (UTC) will be included in the results set","type":"string","format":"date-time"},"Offset":{"description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","x-nullable":false},"Limit":{"description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"LotRequest":{"title":"LotRequest","required":["Id"],"properties":{"Id":{"description":"Id of the lot","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"LotRentalsRequest":{"title":"LotRentalsRequest","required":["Offset","Limit"],"properties":{"RentalOnly":{"type":"boolean"},"Offset":{"description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","x-nullable":false},"Limit":{"description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"LotVacantSalesRequest":{"title":"LotVacantSalesRequest","required":["Offset","Limit"],"properties":{"RentalOnly":{"description":"Rental only","type":"boolean"},"Offset":{"description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","x-nullable":false},"Limit":{"description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"JobTaskRequest":{"title":"JobTaskRequest","required":["Id"],"properties":{"Id":{"description":"Id of the job task","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"UpdateJobRequest":{"title":"UpdateJobRequest","required":["Id","LotId","Summary","Description","Access"],"properties":{"Id":{"description":"Job Id","type":"string","x-nullable":false},"LotId":{"description":"lot Id","type":"string","x-nullable":false},"DueDate":{"description":"job due date","type":"string","format":"date-time"},"Summary":{"description":"job summary","type":"string"},"Description":{"description":"job description","type":"string"},"Access":{"description":"Job access types can be one of Owner, Agent and Tenant","type":"string"},"ManagerMemberId":{"description":"job manager member id","type":"string"},"TenantContactId":{"description":"job tenant contact id","type":"string"},"SupplierInstructions":{"description":"supplier instructions","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"SearchJobTaskRequest":{"title":"SearchJobTaskRequest","required":["Offset","Limit"],"properties":{"DueDateMin":{"description":"From Due Date (yyyy-MM-dd in UTC)","type":"string","format":"date-time"},"DueDateMax":{"description":"To Due Date (yyyy-MM-dd in UTC). Allowed date range is 10 days","type":"string","format":"date-time"},"DateCreatedMin":{"description":"From Created Date (yyyy-MM-dd in UTC)","type":"string","format":"date-time"},"DateCreatedMax":{"description":"To Created Date (yyyy-MM-dd in UTC). Allowed date range is 10 days","type":"string","format":"date-time"},"Status":{"description":"Job task status","type":"string"},"Offset":{"description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","x-nullable":false},"Limit":{"description":"The maximum number of results to be returned(Max value is 100). There may be less if the query returned less than the maximum.","type":"integer","format":"int32","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"DeleteInspectionRequest":{"title":"DeleteInspectionRequest","required":["Id"],"properties":{"Id":{"description":"Inspection Id","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"GetInspectionRequest":{"title":"GetInspectionRequest","required":["Id"],"properties":{"Id":{"description":"Inspection Id","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"SearchInspectionsRequest":{"title":"SearchInspectionsRequest","required":["Offset","Limit"],"properties":{"ContactId":{"description":"Id of the contact","type":"string"},"LotId":{"description":"Id of the property","type":"string"},"Offset":{"description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","x-nullable":false},"Limit":{"description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"UpdateInspectionRequest":{"title":"UpdateInspectionRequest","required":["Id","StartTime","DueDate","Duration","Summary","Description","Type"],"properties":{"Id":{"description":"Inspection Id","type":"string","x-nullable":false},"StartTime":{"description":"Inspection start time","type":"string","format":"date-time","x-nullable":false},"DueDate":{"description":"Inspection due date","type":"string","format":"date-time","x-nullable":false},"Duration":{"description":"Inspection duration length","type":"integer","format":"int32","x-nullable":false},"Summary":{"description":"Inspection summary","type":"string"},"Description":{"description":"Inspection description","type":"string"},"Type":{"description":"Inspection type can be one of Routine, Entry, Exit and Open","type":"string"},"ManagerMemberId":{"description":"Inspection manager member id","type":"string"},"TenantContactId":{"description":"Inspection tenant contact id","type":"string"},"ListingId":{"description":"listing id for open inspection","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"QueryInspectionRequest":{"title":"QueryInspectionRequest","required":["Offset","Limit"],"properties":{"DueDateMin":{"description":"From Due Date (yyyy-MM-dd)","type":"string","format":"date-time"},"DueDateMax":{"description":"To Due Date (yyyy-MM-dd)","type":"string","format":"date-time"},"Type":{"description":"Inspection type can be one of Routine, Entry, Exit and Open","type":"string"},"Status":{"description":"Inspection task status. Can be one of Planned, Scheduled, ReScheduled, Inspected, Closed, Cancelled","type":"string"},"Published":{"description":"Inspection is published. Can be Yes, No, empty","type":"string"},"MemberOrTeam":{"description":"Inspection property member or team Id(Guid)","type":"string"},"TaskMemberOrTeam":{"description":"Inspection task member or team Id(Guid)","type":"string"},"Label":{"description":"Inspection task label","type":"string"},"Offset":{"description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","x-nullable":false},"Limit":{"description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"AgencyRequest":{"title":"AgencyRequest","properties":{},"description":"PropertyMe Rest API","type":"object"},"ContactRequest":{"title":"ContactRequest","required":["Id"],"properties":{"Id":{"description":"Id of the contact","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"ContactOwnershipsRequest":{"title":"ContactOwnershipsRequest","required":["Offset","Limit"],"properties":{"Offset":{"description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","x-nullable":false},"Limit":{"description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"QuerySuppliersRequest":{"title":"QuerySuppliersRequest","required":["Offset","Limit"],"properties":{"Offset":{"description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","x-nullable":false},"Limit":{"description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"ContactTenantsRequest":{"title":"ContactTenantsRequest","required":["Offset","Limit"],"properties":{"Offset":{"description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","x-nullable":false},"Limit":{"description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"SingleTenancyBalanceRequest":{"title":"SingleTenancyBalanceRequest","required":["Id"],"properties":{"Id":{"description":"Id of the tenancy balance record","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"AddTaskCommentRequest":{"title":"AddTaskCommentRequest","required":["Id"],"properties":{"Id":{"description":"The id of the task","type":"string","x-nullable":false},"Comment":{"description":"comment","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"AddTaskDocumentRequest":{"title":"AddTaskDocumentRequest","required":["Id"],"properties":{"Id":{"description":"Id of the task","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"GetTaskImages":{"title":"GetTaskImages","required":["Id"],"properties":{"Id":{"description":"Id of the task","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"GetTaskManagerRequest":{"title":"GetTaskManagerRequest","required":["Id"],"properties":{"Id":{"description":"The id of the task","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"AddLotCommentRequest":{"title":"AddLotCommentRequest","required":["Id"],"properties":{"Id":{"description":"The id of the lot","type":"string","x-nullable":false},"Comment":{"description":"comment","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"AddLotDocumentRequest":{"title":"AddLotDocumentRequest","required":["Id"],"properties":{"Id":{"description":"Id of the lot","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"GetLotImages":{"title":"GetLotImages","required":["Id"],"properties":{"Id":{"description":"Id of the lot","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"LotDetailRequest":{"title":"LotDetailRequest","required":["Id"],"properties":{"Id":{"description":"Id of the lot","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"LotManagerRequest":{"title":"LotManagerRequest","required":["Id"],"properties":{"Id":{"description":"Id of the lot","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"AssignTaskRequest":{"title":"AssignTaskRequest","required":["Id"],"properties":{"Id":{"description":"Id of the job","type":"string","x-nullable":false},"SupplierContactId":{"description":"Id of the supplier","type":"string"},"OwnerAttending":{"description":"Is Owner attending","type":"boolean"},"TenantAttending":{"description":"Is Tenant attending","type":"boolean"}},"description":"PropertyMe Rest API","type":"object"},"AddJobCommentRequest":{"title":"AddJobCommentRequest","required":["Id"],"properties":{"Id":{"description":"The id of the job","type":"string","x-nullable":false},"Comment":{"description":"comment","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"AddJobDocumentsRequest":{"title":"AddJobDocumentsRequest","required":["Id"],"properties":{"Id":{"description":"Id of the job","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"GetJobDocuments":{"title":"GetJobDocuments","required":["Id"],"properties":{"Id":{"description":"Id of the job","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"AddJobImagesRequest":{"title":"AddJobImagesRequest","required":["Id"],"properties":{"Id":{"description":"Id of the job","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"GetJobImages":{"title":"GetJobImages","required":["Id"],"properties":{"Id":{"description":"Id of the job","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"JobTaskManagerRequest":{"title":"JobTaskManagerRequest","required":["Id"],"properties":{"Id":{"description":"Id of the job task","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"AddJobTasksQuotationRequest":{"title":"AddJobTasksQuotationRequest","required":["Id","Reference","SupplierContactId","Amount"],"properties":{"Id":{"description":"Id of the job","type":"string","x-nullable":false},"Reference":{"description":"Reference","type":"string"},"SupplierContactId":{"description":"Supplier Contact Id","type":"string","x-nullable":false},"Amount":{"description":"Amount","type":"number","format":"double","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"GetJobTasksQuotationRequest":{"title":"GetJobTasksQuotationRequest","required":["Id"],"properties":{"Id":{"description":"Id of the job","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"ApproveJobTaskRequest":{"title":"ApproveJobTaskRequest","required":["Id"],"properties":{"Id":{"description":"Id of the job","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"CompleteJobTaskRequest":{"title":"CompleteJobTaskRequest","required":["Id"],"properties":{"Id":{"description":"Id of the job","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"RejectJobTaskRequest":{"title":"RejectJobTaskRequest","required":["Id"],"properties":{"Id":{"description":"Id of the job","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"ReopenJobTaskRequest":{"title":"ReopenJobTaskRequest","required":["Id"],"properties":{"Id":{"description":"Id of the job","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"CloseInspectionRequest":{"title":"CloseInspectionRequest","required":["Id"],"properties":{"Id":{"description":"Inspection Id","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"AddInspectionCommentRequest":{"title":"AddInspectionCommentRequest","required":["Id"],"properties":{"Id":{"description":"The id of the inspection","type":"string","x-nullable":false},"Comment":{"description":"comment","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"AddInspectionDocumentRequest":{"title":"AddInspectionDocumentRequest","required":["Id"],"properties":{"Id":{"description":"Id of the inspection","type":"string","x-nullable":false},"IsClientVisible":{"description":"Visible on the owner portal","type":"boolean"}},"description":"PropertyMe Rest API","type":"object"},"GetInspectionsImages":{"title":"GetInspectionsImages","required":["Id"],"properties":{"Id":{"description":"Id of the inspection","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"InspectInspectionRequest":{"title":"InspectInspectionRequest","required":["Id"],"properties":{"Id":{"description":"Inspection Id","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"GetInspectionsRequest":{"title":"GetInspectionsRequest","required":["Offset","Limit"],"properties":{"Status":{"description":"Inspection task status. Can be one of Planned, Scheduled, ReScheduled, Inspected, Closed, Cancelled","type":"string"},"Offset":{"description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","x-nullable":false},"Limit":{"description":"The maximum number of results to be returned. There may be less if the query returned less than the maximum.","type":"integer","format":"int32","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"GetInspectionManagerRequest":{"title":"GetInspectionManagerRequest","required":["Id"],"properties":{"Id":{"description":"Inspection Id","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"ReopenInspectionRequest":{"title":"ReopenInspectionRequest","required":["Id"],"properties":{"Id":{"description":"Inspection Id","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"RescheduleInspectionRequest":{"title":"RescheduleInspectionRequest","required":["Id","StartTime","Duration"],"properties":{"Id":{"description":"Inspection Id","type":"string","x-nullable":false},"StartTime":{"description":"Inspection start time","type":"string","format":"date-time","x-nullable":false},"Duration":{"description":"Inspection duration length","type":"integer","format":"int32","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"ScheduleInspectionRequest":{"title":"ScheduleInspectionRequest","required":["Id"],"properties":{"Id":{"description":"Inspection Id","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"GetInspectionReportRequest":{"title":"GetInspectionReportRequest","required":["Id"],"properties":{"Id":{"description":"Inspection report Id","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"CreateInspectionReportRequest":{"title":"CreateInspectionReportRequest","required":["Id"],"properties":{"Id":{"description":"Inspection Task Id that this report is created for","type":"string","x-nullable":false},"InspectionReportTemplateId":{"description":"Specify the template to use for this report","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"UpdateInspectionReportRequest":{"title":"UpdateInspectionReportRequest","required":["Id"],"properties":{"Id":{"description":"Inspection Task Id of this report","type":"string","x-nullable":false},"InspectionReportId":{"description":"Inspection Report Id of this report","type":"string","x-nullable":false},"CreatedOn":{"description":"Inspection report created UTC time","type":"string","format":"date-time"},"RentReview":{"description":"Inspection report overview Rent review amount","type":"number","format":"double"},"WaterMeter":{"description":"Inspection report overview Water meter reading","type":"integer","format":"int64"},"ShareWithOwner":{"description":"Inspection report overview Share with owner","type":"boolean"},"ShareWithTenant":{"description":"Inspection report overview Share with tenant","type":"boolean","x-nullable":false},"GeneralNotes":{"description":"Inspection report overview General notes","type":"string"},"FollowUpActions":{"description":"Inspection report overview Follow up actions","type":"array","items":{"type":"string"}},"OldReportIdToBeReplaced":{"description":"The old Report Id to be replaced, the old report will be deleted","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"ActivityDashboardRequest":{"title":"ActivityDashboardRequest","required":["Type"],"properties":{"Scope":{"type":"string"},"Type":{"description":"The available dashboard type: Jobs, Inspections, InspectionPlanning, Tasks","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"CommunicationDashboardRequest":{"title":"CommunicationDashboardRequest","required":["Type"],"properties":{"Scope":{"type":"string"},"Type":{"description":"The available dashboard type: Messages","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"LotDashboardRequest":{"title":"LotDashboardRequest","required":["Type"],"properties":{"Scope":{"type":"string"},"Type":{"description":"The available dashboard type: AllProperties, Vacancies","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"TransactionDashboardRequest":{"title":"TransactionDashboardRequest","required":["Type"],"properties":{"Scope":{"type":"string"},"Type":{"description":"The available dashboard type: Disbursements, RentArrears, Banking, Withdrawals, Reconciliation, UnprocessedBankTransactions, Bills, RentInvoicing, RentReviews","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"AddContactCommentRequest":{"title":"AddContactCommentRequest","required":["Id"],"properties":{"Id":{"description":"The id of the contact","type":"string","x-nullable":false},"Comment":{"description":"comment","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"AddContactDocumentRequest":{"title":"AddContactDocumentRequest","required":["Id"],"properties":{"Id":{"description":"Id of the contact","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"GetContactImages":{"title":"GetContactImages","required":["Id"],"properties":{"Id":{"description":"Id of the contact","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"AddLotFolioDocumentRequest":{"title":"AddLotFolioDocumentRequest","required":["Id","FolioId","IsClientVisible"],"properties":{"Id":{"description":"Id of the lot","type":"string","x-nullable":false},"FolioId":{"description":"Id of the owner or tenant folio","type":"string","x-nullable":false},"IsClientVisible":{"description":"Visible on the portal","type":"boolean","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"UpdateJobTasksQuotationRequest":{"title":"UpdateJobTasksQuotationRequest","required":["Id","QuoteId","Reference","SupplierContactId","Amount"],"properties":{"Id":{"description":"Job Id","type":"string","x-nullable":false},"QuoteId":{"description":"Quotation Id","type":"string","x-nullable":false},"Reference":{"description":"Reference","type":"string"},"SupplierContactId":{"description":"Supplier Contact Id","type":"string","x-nullable":false},"Amount":{"description":"Amount","type":"number","format":"double","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"GetContactAlertsRequest":{"title":"GetContactAlertsRequest","required":["Id","Type"],"properties":{"Id":{"description":"Id of the contact","type":"string","x-nullable":false},"Type":{"description":"Contact alert type. Can be one of Property, Job and Inspection","type":"string"}},"description":"PropertyMe Rest API","type":"object"},"JobTaskV2Request":{"title":"JobTaskV2Request","required":["Id"],"properties":{"Id":{"description":"Id of the job task","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"UpdateJobV2Request":{"title":"UpdateJobV2Request","required":["Id","LotId","Summary","Description","Access"],"properties":{"Id":{"description":"Job Id","type":"string","x-nullable":false},"LotId":{"description":"lot Id","type":"string","x-nullable":false},"DueDate":{"description":"job due date","type":"string","format":"date-time"},"Summary":{"description":"job summary","type":"string"},"Description":{"description":"job description","type":"string"},"Access":{"description":"Job access types can be one of Owner, Agent and Tenant","type":"string","enum":["Agent","Owner","Tenant"]},"ManagerMemberId":{"description":"job manager member id","type":"string"},"TenantContactId":{"description":"job tenant contact id","type":"string"},"SupplierInstructions":{"description":"supplier instructions","type":"string"},"Priority":{"description":"job priority","type":"string","enum":["Low","Medium","High","Urgent"]}},"description":"PropertyMe Rest API","type":"object"},"SearchJobTaskV2Request":{"title":"SearchJobTaskV2Request","required":["Offset","Limit"],"properties":{"DueDateMin":{"description":"From Due Date (yyyy-MM-dd in UTC)","type":"string","format":"date-time"},"DueDateMax":{"description":"To Due Date (yyyy-MM-dd in UTC). Allowed date range is 10 days","type":"string","format":"date-time"},"DateCreatedMin":{"description":"From Created Date (yyyy-MM-dd in UTC)","type":"string","format":"date-time"},"DateCreatedMax":{"description":"To Created Date (yyyy-MM-dd in UTC). Allowed date range is 10 days","type":"string","format":"date-time"},"Status":{"description":"Job task status","type":"string","enum":["Pending","Reported","Quoted","Approved","Assigned","Finished","Closed","Rejected","Completed","Cancelled"]},"Offset":{"description":"The number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.","type":"integer","format":"int32","x-nullable":false},"Limit":{"description":"The maximum number of results to be returned(Max value is 100). There may be less if the query returned less than the maximum.","type":"integer","format":"int32","x-nullable":false},"Priority":{"description":"Job priority","type":"string","enum":["Low","Medium","High","Urgent"]}},"description":"PropertyMe Rest API","type":"object"},"ChangedJobTaskV2Request":{"title":"ChangedJobTaskV2Request","required":["Timestamp"],"properties":{"Timestamp":{"description":"Records returned will have a changed timestamp greater than this value","type":"integer","format":"int64","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"AddJobV2Request":{"title":"AddJobV2Request","required":["LotId","Summary","Description","ReportedContactType","Access"],"properties":{"LotId":{"description":"lot Id","type":"string","x-nullable":false},"DueDate":{"description":"job due date","type":"string","format":"date-time"},"Summary":{"description":"job summary","type":"string"},"Description":{"description":"job description","type":"string"},"ReportedContactType":{"description":"Job contact types can be one of Owner, Agent and Tenant","type":"string","enum":["Owner","Agent","Tenant"]},"Access":{"description":"Job access types can be one of Owner, Agent and Tenant","type":"string","enum":["Agent","Owner","Tenant"]},"ManagerMemberId":{"description":"job manager member id","type":"string"},"SupplierInstructions":{"description":"supplier instructions","type":"string"},"Priority":{"description":"job priority","type":"string","enum":["Low","Medium","High","Urgent"]}},"description":"PropertyMe Rest API","type":"object"},"AddJobTasksQuotationDocumentRequest":{"title":"AddJobTasksQuotationDocumentRequest","required":["Id","QuoteId"],"properties":{"Id":{"description":"Job Id","type":"string","x-nullable":false},"QuoteId":{"description":"Quotation Id","type":"string","x-nullable":false}},"description":"PropertyMe Rest API","type":"object"},"GetTenantInspectionsRequest":{"title":"GetTenantInspectionsRequest","properties":{"Email":{"type":"string"},"Name":{"type":"string"},"UserAuthId":{"type":"integer","format":"int64","x-nullable":false},"MemberId":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"InspectionTaskId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false}},"description":"GetTenantInspectionsRequest","type":"object"},"GetReport":{"title":"GetReport","properties":{"IncludeDeletedAreas":{"type":"boolean","x-nullable":false},"IncludeRelatedInspection":{"type":"boolean","x-nullable":false},"Email":{"type":"string"},"Name":{"type":"string"},"UserAuthId":{"type":"integer","format":"int64","x-nullable":false},"MemberId":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"InspectionTaskId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false}},"description":"GetReport","type":"object"},"SaveInspectionReportRequest":{"title":"SaveInspectionReportRequest","properties":{"InspectionReportId":{"type":"string","x-nullable":false},"ReportAreas":{"type":"array","items":{"$ref":"#/definitions/ReportAreaInfo"}},"Email":{"type":"string"},"Name":{"type":"string"},"UserAuthId":{"type":"integer","format":"int64","x-nullable":false},"MemberId":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"InspectionTaskId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false}},"description":"SaveInspectionReportRequest","type":"object"},"ReportAreaInfo":{"title":"ReportAreaInfo","properties":{"Id":{"type":"string","x-nullable":false},"Number":{"type":"integer","format":"int32","x-nullable":false},"Name":{"type":"string"},"Note":{"type":"string"},"IsDeleted":{"type":"boolean"},"Photos":{"type":"array","items":{"$ref":"#/definitions/InspectionReportPhoto"}},"Items":{"type":"array","items":{"$ref":"#/definitions/InspectionReportItem"}},"Hash":{"type":"string"},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false}},"description":"ReportAreaInfo","type":"object"},"InspectionReportPhoto":{"title":"InspectionReportPhoto","properties":{"Number":{"type":"integer","format":"int32","x-nullable":false},"Note":{"type":"string"},"DocumentStorageId":{"type":"string","x-nullable":false},"IsDeleted":{"type":"boolean"},"Hash":{"type":"string"},"DocumentType":{"type":"string"},"FileName":{"type":"string"},"FileType":{"type":"string"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false}},"description":"InspectionReportPhoto","type":"object"},"InspectionReportItem":{"title":"InspectionReportItem","properties":{"Id":{"type":"string","x-nullable":false},"Name":{"type":"string"},"ConditionType":{"type":"string"},"Conditions":{"type":"array","items":{"$ref":"#/definitions/ConditionEntry"}},"AgentComment":{"type":"string"},"TenantComment":{"type":"string"},"Hash":{"type":"string"},"IsDeleted":{"type":"boolean","x-nullable":false},"IsConflict":{"type":"boolean","x-nullable":false},"TenantAgrees":{"type":"boolean"}},"description":"InspectionReportItem","type":"object"},"ConditionEntry":{"title":"ConditionEntry","properties":{"Name":{"type":"string"},"Value":{"type":"string"}},"description":"ConditionEntry","type":"object"},"AddImageRequest":{"title":"AddImageRequest","properties":{"Id":{"type":"string","x-nullable":false},"DocumentArea":{"type":"string"},"DocumentType":{"type":"string"},"InspectionReportAreaId":{"type":"string","x-nullable":false},"Email":{"type":"string"},"Name":{"type":"string"},"UserAuthId":{"type":"integer","format":"int64","x-nullable":false},"MemberId":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"InspectionTaskId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false}},"description":"AddImageRequest","type":"object"},"GetImageRequest":{"title":"GetImageRequest","properties":{"ImageId":{"type":"string","x-nullable":false},"Size":{"type":"string"},"Email":{"type":"string"},"Name":{"type":"string"},"UserAuthId":{"type":"integer","format":"int64","x-nullable":false},"MemberId":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"InspectionTaskId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false}},"description":"GetImageRequest","type":"object"},"GetUserResponse":{"title":"GetUserResponse","properties":{"MemberId":{"type":"string","x-nullable":false},"FirstName":{"type":"string"},"LastName":{"type":"string"},"JobTitle":{"type":"string"},"MobilePhone":{"type":"string"},"WorkPhone":{"type":"string"},"RegisteredEmail":{"type":"string"},"NotificationPreference":{"type":"string"},"Preferences":{"$ref":"#/definitions/MemberPreferences"},"Signature":{"type":"string"},"SignatureOnReply":{"type":"boolean","x-nullable":false},"IsNotifySensitiveChanges":{"type":"boolean","x-nullable":false},"TwitterUrl":{"type":"string"},"FacebookUrl":{"type":"string"},"LinkedInUrl":{"type":"string"},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"GetUserResponse","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/definitions/ResponseError"}},"Meta":{"$ref":"#/definitions/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/definitions/Dictionary_String_String_"}},"description":"ResponseError","type":"object"},"SaveUserSessionResponse":{"title":"SaveUserSessionResponse","properties":{"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"SaveUserSessionResponse","type":"object"},"ReplicaSyncStatsResults":{"title":"ReplicaSyncStatsResults","properties":{"Server":{"type":"string"},"TotalSyncWaitTime":{"type":"number","format":"double","x-nullable":false},"TotalOvertime":{"type":"integer","format":"int64","x-nullable":false},"TotalWaits":{"type":"integer","format":"int64","x-nullable":false},"TotalLagDiffWaits":{"type":"integer","format":"int64","x-nullable":false},"TotalReplicaOpens":{"type":"integer","format":"int64","x-nullable":false},"TotalOpens":{"type":"integer","format":"int64","x-nullable":false},"HasReplication":{"type":"integer","format":"int32","x-nullable":false}},"description":"ReplicaSyncStatsResults","type":"object"},"ResponseBase":{"title":"ResponseBase","properties":{"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"ResponseBase","type":"object"},"GetUserNotificationOptionResponse":{"title":"GetUserNotificationOptionResponse","properties":{"IsNotifyJobFromPortal":{"type":"boolean","x-nullable":false},"IsNotifyUnreadEmail":{"type":"boolean","x-nullable":false},"IsNotifySignInFromNewDevice":{"type":"boolean","x-nullable":false},"IsNotifyMentionFromMember":{"type":"boolean","x-nullable":false},"IsNotifySensitiveChanges":{"type":"boolean","x-nullable":false},"IsNotifyTaskAssigned":{"type":"boolean","x-nullable":false},"IsNotifyLeaseRenewalAssigned":{"type":"boolean","x-nullable":false},"NotificationPreference":{"type":"string"},"JobNotificationPreference":{"type":"string"}},"description":"GetUserNotificationOptionResponse","type":"object"},"GetUserSecurityOptionResponse":{"title":"GetUserSecurityOptionResponse","properties":{"IsNotifySignInFromNewDevice":{"type":"boolean","x-nullable":false}},"description":"GetUserSecurityOptionResponse","type":"object"},"GetUserSessionResponse":{"title":"GetUserSessionResponse","properties":{"ExpiresAtUtc":{"type":"string","format":"date-time","x-nullable":false},"MemberId":{"type":"string","x-nullable":false},"FirstName":{"type":"string"},"LastName":{"type":"string"},"Name":{"type":"string"},"JobTitle":{"type":"string"},"MobilePhone":{"type":"string"},"WorkPhone":{"type":"string"},"RegisteredEmail":{"type":"string"},"AgentAccess":{"$ref":"#/definitions/AgentAccess"},"Region":{"$ref":"#/definitions/RegionSettings"},"TransactDate":{"type":"string","format":"date-time"},"FolioAccessList":{"type":"array","items":{"$ref":"#/definitions/FolioAccess"}},"Permissions":{"type":"array","items":{"type":"string"}},"Version":{"type":"string"},"iOSAgentAppVersion":{"type":"string"},"AndroidAgentAppVersion":{"type":"integer","format":"int32","x-nullable":false},"CurrentDateTimestamp":{"type":"integer","format":"int64","x-nullable":false},"ApplicationVersion":{"type":"string"},"IsCloning":{"type":"boolean","x-nullable":false},"SMSEnabled":{"type":"boolean","x-nullable":false},"ZenDeskHelpToken":{"type":"string"},"ReleaseChannel":{"type":"string"},"Preferences":{"$ref":"#/definitions/MemberPreferences"},"TermsVersion":{"type":"number","format":"double","x-nullable":false},"AcceptTermsVersion":{"type":"number","format":"double"},"Signature":{"type":"string"},"SignatureOnReply":{"type":"boolean","x-nullable":false},"BillApprovalEnabled":{"type":"boolean","x-nullable":false},"IsListingReadyToUse":{"type":"boolean","x-nullable":false},"EnableMepayAdministration":{"type":"boolean","x-nullable":false},"IsSubscriber":{"type":"boolean","x-nullable":false},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"GetUserSessionResponse","type":"object"},"AgentAccess":{"title":"AgentAccess","properties":{"CustomerId":{"type":"string","x-nullable":false},"Region":{"type":"string"},"MemberAccessId":{"type":"string","x-nullable":false},"MemberRoles":{"type":"array","items":{"type":"string"}},"CompanyName":{"type":"string"},"PortfolioCode":{"type":"string"},"AgentContactId":{"type":"string","x-nullable":false},"DatasetType":{"type":"string"},"SubscriptionStatus":{"type":"string"},"PartnerIds":{"type":"array","items":{"type":"string","x-nullable":false}},"Channel":{"type":"string"},"PlanType":{"type":"string"},"ActualPlanType":{"type":"string"},"ActiveFeatures":{"$ref":"#/definitions/ActiveFeatures"},"IsPmDirect":{"type":"boolean","x-nullable":false},"IsUsingTwoFactorAuthentication":{"type":"boolean","x-nullable":false},"DirectTransactionPrefix":{"type":"string"}},"description":"AgentAccess","type":"object"},"ActiveFeatures":{"title":"ActiveFeatures","properties":{"FeatureList":{"type":"array","items":{"type":"string","x-nullable":false}}},"description":"ActiveFeatures","type":"object"},"RegionSettings":{"title":"RegionSettings","properties":{"Code":{"type":"string"},"State":{"type":"string"},"ShowBsb":{"type":"boolean","x-nullable":false},"Locale":{"type":"string"},"DateFormat":{"type":"string"},"DateFormatClient":{"type":"string"},"LongDateFormat":{"type":"string"},"LongDateTimeFormat":{"type":"string"},"MonthYearFormat":{"type":"string"},"DayMonthFormat":{"type":"string"},"CurrencyFormatClient":{"type":"string"},"CurrencyFormat":{"type":"string"},"CurrencyFormatForBilling":{"type":"string"},"CurrencyCode":{"type":"string"},"CurrencyCodeForBilling":{"type":"string"},"CurrencyFormatForGeneralUse":{"type":"string"},"RegionCodeForBilling":{"type":"string"},"DateTimeFormat":{"type":"string"},"TimeFormat":{"type":"string"},"TaxRate":{"type":"number","format":"double","x-nullable":false},"FinYearStartMonth":{"type":"integer","format":"int32","x-nullable":false},"InArrearsAfter":{"type":"integer","format":"int32","x-nullable":false},"InvoiceDueDays":{"type":"integer","format":"int32","x-nullable":false},"TaxLabel":{"type":"string"},"ChequeLabel":{"type":"string"},"AbnLabel":{"type":"string"},"Latitude":{"type":"number","format":"double","x-nullable":false},"Longitude":{"type":"number","format":"double","x-nullable":false},"TenantReceiptLegal":{"type":"string"},"DefaultTaxOnRent":{"type":"boolean","x-nullable":false},"PhoneCountryCode":{"type":"string"},"DefaultBondRate":{"type":"number","format":"double","x-nullable":false},"ReiFormsGroupFilter":{"type":"string"},"PropertyPrimaryTypeDic":{"$ref":"#/definitions/Dictionary_PrimaryPropertyTypes_String_"},"PropertyResidentialTypeDic":{"$ref":"#/definitions/Dictionary_PropertyTypes_String_"},"PropertyCommercialTypeDic":{"$ref":"#/definitions/Dictionary_PropertyTypes_String_"},"EntryInspectionConditionReport":{"type":"string"},"ExitInspectionConditionReport":{"type":"string"},"ReportsRequireBankAccountIdNumber":{"type":"boolean","x-nullable":false},"PaymentMethods":{"type":"array","items":{"$ref":"#/definitions/OptionValue"}},"SupplierPaymentMethods":{"type":"array","items":{"$ref":"#/definitions/OptionValue"}},"DepositPaymentMethods":{"type":"array","items":{"$ref":"#/definitions/OptionValue"}},"TenantPaymentMethods":{"type":"array","items":{"$ref":"#/definitions/OptionValue"}},"TenantDirectDebitsPaymentMethods":{"type":"array","items":{"$ref":"#/definitions/OptionValue"}},"FolioWithdrawalMethods":{"type":"array","items":{"$ref":"#/definitions/OptionValue"}},"TenantEntryInspectionReportDaysToReturn":{"type":"integer","format":"int32","x-nullable":false},"TenantEntryInspectionReportWithinBusinessDays":{"type":"boolean","x-nullable":false},"EnableBondReference":{"type":"boolean","x-nullable":false},"IsPmDirectAvailable":{"type":"boolean","x-nullable":false},"CultureName":{"type":"string"},"IsPropertyMeIncludeTax":{"type":"boolean","x-nullable":false},"IncTaxRate":{"type":"number","format":"double","x-nullable":false},"ExcludeTaxRate":{"type":"number","format":"double","x-nullable":false},"PropertyMeTaxRate":{"type":"number","format":"double","x-nullable":false},"PropertyMeIncTaxRate":{"type":"number","format":"double","x-nullable":false},"FinYearEndMonth":{"type":"integer","format":"int32","x-nullable":false},"CountryCode":{"type":"string"},"Country":{"type":"string"},"LocalTime":{"type":"string","format":"date-time","x-nullable":false},"TransactDate":{"type":"string","format":"date-time","x-nullable":false},"LocalTimeOffset":{"type":"string","format":"date-time","x-nullable":false},"DefaultSmsRate":{"type":"number","format":"double","x-nullable":false},"DefaultSmsUnitRate":{"type":"number","format":"double","x-nullable":false},"SupportedPrimaryTypesForListing":{"type":"array","items":{"type":"string","x-nullable":false}},"TimeOffset":{"type":"number","format":"double","x-nullable":false},"TimeZone":{"$ref":"#/definitions/TimeZoneInfo"},"RailsTzName":{"type":"string"},"TenantLabel":{"type":"string"},"LessorLabel":{"type":"string"},"PlanCoreLabel":{"type":"string"},"PlanProLabel":{"type":"string"},"PlanPremiumLabel":{"type":"string"},"PlanPremiumLabelPrevious":{"type":"string"},"BillAutomationPageCost":{"type":"number","format":"double","x-nullable":false}},"description":"RegionSettings","type":"object"},"Dictionary_PrimaryPropertyTypes_String_":{"title":"Dictionary","additionalProperties":{"type":"string"},"description":"Dictionary","type":"object"},"Dictionary_PropertyTypes_String_":{"title":"Dictionary","additionalProperties":{"type":"string"},"description":"Dictionary","type":"object"},"OptionValue":{"title":"OptionValue","properties":{"Id":{"type":"string"},"Label":{"type":"string"}},"description":"OptionValue","type":"object"},"TimeZoneInfo":{"title":"TimeZoneInfo","properties":{},"description":"TimeZoneInfo","type":"object"},"FolioAccess":{"title":"FolioAccess","properties":{"FolioId":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false},"TenancyId":{"type":"string"},"LotId":{"type":"string"},"FolioType":{"type":"string"},"SaleAgreementId":{"type":"string"},"RegionCode":{"type":"string"},"Role":{"type":"string"},"PermissionRoles":{"type":"array","items":{"type":"string"}},"IsPreview":{"type":"boolean","x-nullable":false},"IsClosed":{"type":"boolean","x-nullable":false},"IsClientAccessDisabled":{"type":"boolean","x-nullable":false},"IsMePayEnabled":{"type":"boolean","x-nullable":false},"ContactPersonId":{"type":"string"}},"description":"FolioAccess","type":"object"},"CreatePortalAuthTokenRequestResponse":{"title":"CreatePortalAuthTokenRequestResponse","properties":{"Token":{"type":"string"},"PortalHost":{"type":"string"},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"CreatePortalAuthTokenRequestResponse","type":"object"},"ProductSubscriptionsResponse":{"title":"ProductSubscriptionsResponse","properties":{"Portfolios":{"type":"array","items":{"$ref":"#/definitions/PortfolioProductsDto"}}},"description":"ProductSubscriptionsResponse","type":"object"},"PortfolioProductsDto":{"title":"PortfolioProductsDto","properties":{"CustomerId":{"type":"string","x-nullable":false},"CompanyName":{"type":"string"},"DatasetType":{"type":"string"},"Products":{"type":"array","items":{"$ref":"#/definitions/ProductSubscriptionDto"}}},"description":"PortfolioProductsDto","type":"object"},"ProductSubscriptionDto":{"title":"ProductSubscriptionDto","properties":{"Product":{"type":"string"},"Plan":{"type":"string"},"PlanLabel":{"type":"string"},"PremiumPlanLabel":{"type":"string"},"Active":{"type":"boolean"}},"description":"ProductSubscriptionDto","type":"object"},"UserProfileResponse":{"title":"UserProfileResponse","properties":{"MemberId":{"type":"string","x-nullable":false},"UserName":{"type":"string"},"FirstName":{"type":"string"},"LastName":{"type":"string"},"DisplayName":{"type":"string"},"DefaultPortfolioId":{"type":"string"},"TwoFactorLogin":{"type":"boolean","x-nullable":false},"Role":{"type":"string"},"Portfolios":{"type":"array","items":{"$ref":"#/definitions/PortfolioDto"}}},"description":"UserProfileResponse","type":"object"},"PortfolioDto":{"title":"PortfolioDto","properties":{"CustomerId":{"type":"string","x-nullable":false},"CompanyName":{"type":"string"},"PortfolioCode":{"type":"string"},"DatasetType":{"type":"string"},"ReleaseChannel":{"type":"string"},"RegionCode":{"type":"string"},"Locale":{"type":"string"},"RequiresTwoFactorLogin":{"type":"boolean","x-nullable":false},"IsSupport":{"type":"boolean","x-nullable":false}},"description":"PortfolioDto","type":"object"},"ResetPasswordResponse":{"title":"ResetPasswordResponse","properties":{"Message":{"type":"string"},"Email":{"type":"string"},"IsSuccess":{"type":"boolean","x-nullable":false}},"description":"ResetPasswordResponse","type":"object"},"SaveUserSecurityOptionResponse":{"title":"SaveUserSecurityOptionResponse","properties":{"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"SaveUserSecurityOptionResponse","type":"object"},"SetPreviewFolioAccessResponse":{"title":"SetPreviewFolioAccessResponse","properties":{"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"SetPreviewFolioAccessResponse","type":"object"},"GetTwoFactorAuthenticationResponse":{"title":"GetTwoFactorAuthenticationResponse","properties":{"IsTfaEnabled":{"type":"boolean","x-nullable":false},"Is2FAEnabledPortfolioSubscriber":{"type":"boolean","x-nullable":false},"IsCurrentPortfolio2FAEnabled":{"type":"boolean","x-nullable":false},"TfaSecretCreatedOn":{"type":"string","format":"date-time"}},"description":"GetTwoFactorAuthenticationResponse","type":"object"},"PortfolioAccessInvitation":{"title":"PortfolioAccessInvitation","properties":{"CustomerId":{"type":"string","x-nullable":false},"CustomerCompanyName":{"type":"string"},"MemberAccessRole":{"type":"string"}},"description":"PortfolioAccessInvitation","type":"object"},"IList_PortfolioAccessInvitation_":{"title":"IList","type":"array","items":{"$ref":"#/definitions/PortfolioAccessInvitation"}},"MemberPortfolioInfo":{"title":"MemberPortfolioInfo","properties":{"CustomerId":{"type":"string","x-nullable":false},"CustomerCompanyName":{"type":"string"},"MemberAccessRole":{"type":"string"},"CustomerSupportExpiresOn":{"type":"string","format":"date-time","x-nullable":false},"MemberAccessExpireOn":{"type":"string","format":"date-time","x-nullable":false},"DatasetType":{"type":"string"},"Id":{"type":"string","x-nullable":false},"IsActive":{"type":"boolean","x-nullable":false},"PortfolioCode":{"type":"string"}},"description":"MemberPortfolioInfo","type":"object"},"IList_MemberPortfolioInfo_":{"title":"IList","type":"array","items":{"$ref":"#/definitions/MemberPortfolioInfo"}},"SwitchPortfolioResponse":{"title":"SwitchPortfolioResponse","properties":{"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"SwitchPortfolioResponse","type":"object"},"ResetDemoPortfolioResponse":{"title":"ResetDemoPortfolioResponse","properties":{"DemoInstanceCustomerId":{"type":"string","x-nullable":false},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"ResetDemoPortfolioResponse","type":"object"},"SwitchToDemoResponse":{"title":"SwitchToDemoResponse","properties":{"IsReadyToSwitch":{"type":"boolean","x-nullable":false},"DemoInstanceCustomerId":{"type":"string","x-nullable":false},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"SwitchToDemoResponse","type":"object"},"Guid__":{"title":"Guid[]","type":"array","items":{"type":"string","x-nullable":false}},"IssuePermanentAccessTokenResponse":{"title":"IssuePermanentAccessTokenResponse","properties":{"PermanentAccessToken":{"type":"string"},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"IssuePermanentAccessTokenResponse","type":"object"},"MySqlPoolResponse":{"title":"MySqlPoolResponse","properties":{"Writer":{"$ref":"#/definitions/ConnectionPoolStats"},"Reader":{"$ref":"#/definitions/ConnectionPoolStats"}},"description":"MySqlPoolResponse","type":"object"},"ConnectionPoolStats":{"title":"ConnectionPoolStats","properties":{"TotalAvailable":{"type":"integer","format":"int32","x-nullable":false},"InUseCount":{"type":"integer","format":"int32","x-nullable":false},"IdleCount":{"type":"integer","format":"int32","x-nullable":false}},"description":"ConnectionPoolStats","type":"object"},"Int64__":{"title":"Int64[]","type":"array","items":{"type":"integer","format":"int64","x-nullable":false}},"TaskQueryData":{"title":"TaskQueryData","properties":{"LotReference":{"type":"string"},"TenantReference":{"type":"string"},"OwnerReference":{"type":"string"},"ContactReference":{"type":"string"},"TenantPhone":{"type":"string"},"TenantCellPhone":{"type":"string"},"TenantHomePhone":{"type":"string"},"TenantWorkPhone":{"type":"string"},"OwnerPhone":{"type":"string"},"OwnerCellPhone":{"type":"string"},"OwnerHomePhone":{"type":"string"},"OwnerWorkPhone":{"type":"string"},"ContactPhone":{"type":"string"},"ContactCellPhone":{"type":"string"},"ContactHomePhone":{"type":"string"},"ContactWorkPhone":{"type":"string"},"TenantEmail":{"type":"string"},"OwnerEmail":{"type":"string"},"ContactEmail":{"type":"string"},"ManagerName":{"type":"string"},"PropertyType":{"type":"string"},"Bedrooms":{"type":"integer","format":"int32","x-nullable":false},"Bathrooms":{"type":"integer","format":"int32","x-nullable":false},"CarSpaces":{"type":"integer","format":"int32","x-nullable":false},"MainPhotoDocumentId":{"type":"string"},"LotManagerMemberId":{"type":"string"},"LotManagerName":{"type":"string"},"Timestamp":{"type":"integer","format":"int64","x-nullable":false},"Status":{"type":"string"},"IsLetterStatement":{"type":"boolean","x-nullable":false},"StatementId":{"type":"string","x-nullable":false},"TaskType":{"type":"string"},"TaskChecklists":{"type":"array","items":{"$ref":"#/definitions/TaskChecklist"}},"CreatedByUser":{"type":"string"},"ClosedByUser":{"type":"string"},"Label":{"type":"string"},"Type":{"type":"string"},"Priority":{"type":"integer","format":"int32"},"TaskStatus":{"type":"string"},"CreatedBy":{"type":"string"},"ClosedBy":{"type":"string"},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"DueDate":{"type":"string","format":"date-time"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"ClosedOn":{"type":"string","format":"date-time"},"Summary":{"type":"string"},"Description":{"type":"string"},"LotId":{"type":"string"},"TenantContactId":{"type":"string"},"OwnerContactId":{"type":"string"},"ContactId":{"type":"string"},"ManagerMemberId":{"type":"string"},"Labels":{"type":"string"},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false}},"description":"TaskQueryData","type":"object"},"TaskChecklist":{"title":"TaskChecklist","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"CompletedOn":{"type":"string","format":"date-time"},"TaskId":{"type":"string","x-nullable":false},"Name":{"type":"string"},"Rank":{"type":"integer","format":"int32","x-nullable":false},"IsCompleted":{"type":"boolean","x-nullable":false},"CreatedBy":{"type":"string"},"CompletedBy":{"type":"string"},"AutomationRuleId":{"type":"string"},"CompletedByUser":{"type":"string"}},"description":"TaskChecklist","type":"object"},"SupplierData":{"title":"SupplierData","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false},"ChartAccountId":{"type":"string","x-nullable":false},"Name":{"type":"string"},"PaymentPriority":{"type":"integer","format":"int32"},"ChartAccountCode":{"type":"integer","format":"int32","x-nullable":false},"ChartAccountName":{"type":"string"},"ChartTaxInclusive":{"type":"boolean","x-nullable":false},"BillerCode":{"type":"string"},"FolioCode":{"type":"string"},"SpecialType":{"type":"string"},"HasTenantInvoiceAccount":{"type":"boolean"},"TenantInvoiceChartAccountId":{"type":"string","x-nullable":false},"IsBPay":{"type":"boolean","x-nullable":false},"Label":{"type":"string"}},"description":"SupplierData","type":"object"},"SupplierData__":{"title":"SupplierData[]","type":"array","items":{"$ref":"#/definitions/SupplierData"}},"AuthenticateResponse":{"title":"AuthenticateResponse","properties":{"UserId":{"type":"string"},"SessionId":{"type":"string"},"UserName":{"type":"string"},"DisplayName":{"type":"string"},"ReferrerUrl":{"type":"string"},"BearerToken":{"type":"string"},"RefreshToken":{"type":"string"},"ProfileUrl":{"type":"string"},"Roles":{"type":"array","items":{"type":"string"}},"Permissions":{"type":"array","items":{"type":"string"}},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"Meta":{"$ref":"#/definitions/Dictionary_String_String_"}},"description":"AuthenticateResponse","type":"object"},"ComplianceUtilityResult":{"title":"ComplianceUtilityResult","properties":{"Version":{"type":"integer","format":"int32","x-nullable":false},"Region":{"type":"string"},"Utilities":{"type":"array","items":{"$ref":"#/definitions/ComplianceUtility"}}},"description":"ComplianceUtilityResult","type":"object"},"ComplianceUtility":{"title":"ComplianceUtility","properties":{"DivisionName":{"type":"string"},"Items":{"type":"array","items":{"$ref":"#/definitions/ComplianceUtilityItem"}}},"description":"ComplianceUtility","type":"object"},"ComplianceUtilityItem":{"title":"ComplianceUtilityItem","properties":{"Name":{"type":"string"},"Type":{"type":"string"},"Prompt":{"type":"string"},"Placeholder":{"type":"string"},"Value":{"$ref":"#/definitions/Object"},"Roles":{"type":"array","items":{"type":"string"}},"__type":{"type":"string"}},"description":"ComplianceUtilityItem","type":"object"},"AddTenancyResponse":{"title":"AddTenancyResponse","properties":{"TenancyId":{"type":"string","x-nullable":false},"FolioId":{"type":"string","x-nullable":false},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"AddTenancyResponse","type":"object"},"TenancyApiData":{"title":"TenancyApiData","properties":{"ContactReference":{"type":"string"},"LotAddress":{"type":"string"},"LotReference":{"type":"string"},"FolioNumber":{"type":"integer","format":"int32","x-nullable":false},"ContactEmail":{"type":"string"},"ContactNormalisedMobilePhone":{"type":"string"},"ContactCellPhone":{"type":"string"},"ContactWorkPhone":{"type":"string"},"ContactHomePhone":{"type":"string"},"ContactPhone":{"type":"string"},"IsActive":{"type":"boolean","x-nullable":false},"IsClosed":{"type":"boolean","x-nullable":false},"ActiveOwnershipId":{"type":"string"},"Code":{"type":"string"},"IsClientAccessDisabled":{"type":"boolean","x-nullable":false},"Label":{"type":"string"},"SearchText":{"$ref":"#/definitions/Object"},"Name":{"type":"string"},"HasBeenReceipted":{"type":"boolean","x-nullable":false},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"LotId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false},"TenancyStart":{"type":"string","format":"date-time","x-nullable":false},"AgreementStart":{"type":"string","format":"date-time","x-nullable":false},"AgreementEnd":{"type":"string","format":"date-time"},"Periodic":{"type":"boolean","x-nullable":false},"TenancyEnd":{"type":"string","format":"date-time"},"Termination":{"type":"string","format":"date-time"},"BreakLease":{"type":"string","format":"date-time"},"Notes":{"type":"string"},"RentAmount":{"type":"number","format":"double","x-nullable":false},"RentPeriod":{"type":"string"},"BondAmount":{"type":"number","format":"double","x-nullable":false},"OpenBondReceived":{"type":"number","format":"double","x-nullable":false},"BondReference":{"type":"string"},"BondInTrust":{"type":"number","format":"double","x-nullable":false},"BankReference":{"type":"string"},"TaxOnRent":{"type":"boolean","x-nullable":false},"GenerateRentInvoice":{"type":"boolean","x-nullable":false},"RentInvoiceDaysInAdvance":{"type":"integer","format":"int32","x-nullable":false},"ReceiptWarning":{"type":"string"},"NextIncreaseAmount":{"type":"number","format":"double"},"NextIncreaseDate":{"type":"string","format":"date-time"},"RentSequence":{"type":"integer","format":"int32","x-nullable":false},"PaidTo":{"type":"string","format":"date-time","x-nullable":false},"EffectivePaidTo":{"type":"string","format":"date-time"},"PartPaid":{"type":"number","format":"double","x-nullable":false},"ProrataTo":{"type":"string","format":"date-time"},"ReviewFrequency":{"type":"integer","format":"int32"},"NextReviewDate":{"type":"string","format":"date-time"},"LastReviewedOn":{"type":"string","format":"date-time"},"DirectDebit":{"type":"boolean","x-nullable":false},"DirectDebitFixedAmount":{"type":"number","format":"double"},"DirectDebitFrequency":{"type":"string"},"NextDirectDebitDate":{"type":"string","format":"date-time"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"ExcludeArrearsAutomation":{"type":"boolean","x-nullable":false},"IsWaterUsageCharged":{"type":"boolean","x-nullable":false},"BondDueDate":{"type":"string","format":"date-time"}},"description":"TenancyApiData","type":"object"},"List_TenancyApiData_":{"title":"List","type":"array","items":{"$ref":"#/definitions/TenancyApiData"}},"MobTaskQueryData":{"title":"MobTaskQueryData","properties":{"LotReference":{"type":"string"},"TenantReference":{"type":"string"},"OwnerReference":{"type":"string"},"ContactReference":{"type":"string"},"ManagerName":{"type":"string"},"ActivePropertyManagerId":{"type":"string","x-nullable":false},"TaskChecklists":{"type":"array","items":{"$ref":"#/definitions/TaskChecklistMobile"}},"TaskType":{"type":"string"},"Timestamp":{"type":"integer","format":"int64","x-nullable":false},"Type":{"type":"string"},"Priority":{"type":"integer","format":"int32"},"TaskStatus":{"type":"string"},"CreatedBy":{"type":"string"},"ClosedBy":{"type":"string"},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"DueDate":{"type":"string","format":"date-time"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"ClosedOn":{"type":"string","format":"date-time"},"Summary":{"type":"string"},"Description":{"type":"string"},"LotId":{"type":"string"},"TenantContactId":{"type":"string"},"OwnerContactId":{"type":"string"},"ContactId":{"type":"string"},"ManagerMemberId":{"type":"string"},"Labels":{"type":"string"},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false}},"description":"MobTaskQueryData","type":"object"},"TaskChecklistMobile":{"title":"TaskChecklistMobile","properties":{"AutomationStatus":{"type":"string"},"AutomationRuleData":{"type":"array","items":{"$ref":"#/definitions/MobTaskChecklistAutomationActionData"}},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"CompletedOn":{"type":"string","format":"date-time"},"TaskId":{"type":"string","x-nullable":false},"Name":{"type":"string"},"Rank":{"type":"integer","format":"int32","x-nullable":false},"IsCompleted":{"type":"boolean","x-nullable":false},"CreatedBy":{"type":"string"},"CompletedBy":{"type":"string"},"AutomationRuleId":{"type":"string"},"CompletedByUser":{"type":"string"}},"description":"TaskChecklistMobile","type":"object"},"MobTaskChecklistAutomationActionData":{"title":"MobTaskChecklistAutomationActionData","properties":{"ActionName":{"type":"string"},"ActionArgumentKey":{"type":"string"},"ActionDescription":{"type":"string"},"ActionArgumentData":{"$ref":"#/definitions/IArgumentData"},"IsValid":{"type":"boolean","x-nullable":false},"ValidationMessage":{"type":"string"},"ActionResult":{"$ref":"#/definitions/MobTaskChecklistAutomationActionResult"},"ChildActions":{"type":"array","items":{"$ref":"#/definitions/MobTaskChecklistAutomationActionData"}}},"description":"MobTaskChecklistAutomationActionData","type":"object"},"IArgumentData":{"title":"IArgumentData","properties":{},"description":"IArgumentData","type":"object"},"MobTaskChecklistAutomationActionResult":{"title":"MobTaskChecklistAutomationActionResult","properties":{"ActionName":{"type":"string"},"ActionArguments":{"$ref":"#/definitions/IDictionary_String_String_"},"Succeeded":{"type":"boolean"}},"description":"MobTaskChecklistAutomationActionResult","type":"object"},"IDictionary_String_String_":{"title":"IDictionary","additionalProperties":{"type":"string"},"description":"IDictionary","type":"object"},"List_MobTaskQueryData_":{"title":"List","type":"array","items":{"$ref":"#/definitions/MobTaskQueryData"}},"TaskResponse":{"title":"TaskResponse","properties":{"TaskId":{"type":"string","x-nullable":false},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"TaskResponse","type":"object"},"CustomerMemberData":{"title":"CustomerMemberData","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"UserId":{"type":"integer","format":"int32","x-nullable":false},"Role":{"type":"string"},"ExpireOn":{"type":"string","format":"date-time"},"FirstName":{"type":"string"},"LastName":{"type":"string"},"CompanyName":{"type":"string"},"RegisteredEmail":{"type":"string"},"RegisteredOn":{"type":"string","format":"date-time","x-nullable":false},"WorkPhone":{"type":"string"},"MobilePhone":{"type":"string"},"IsActivated":{"type":"boolean","x-nullable":false},"AgreeConditionsOn":{"type":"string","format":"date-time","x-nullable":false},"RegionCode":{"type":"string"},"Permissions":{"type":"string"},"CurrentMemberAccessId":{"type":"string","x-nullable":false},"JobTitle":{"type":"string"},"Teams":{"type":"string"},"IsSupport":{"type":"boolean","x-nullable":false},"IsBillingRecipient":{"type":"boolean","x-nullable":false},"IsTwoFactorAuthenticationEnabled":{"type":"boolean","x-nullable":false},"Name":{"type":"string"}},"description":"CustomerMemberData","type":"object"},"List_CustomerMemberData_":{"title":"List","type":"array","items":{"$ref":"#/definitions/CustomerMemberData"}},"MobLotGridData":{"title":"MobLotGridData","properties":{"OwnerContactReference":{"type":"string"},"TenantContactReference":{"type":"string"},"RentAmount":{"type":"number","format":"double","x-nullable":false},"RentPeriod":{"type":"string"},"TenancyStart":{"type":"string","format":"date-time"},"TenancyEnd":{"type":"string","format":"date-time"},"AgreementStart":{"type":"string","format":"date-time"},"AgreementEnd":{"type":"string","format":"date-time"},"OwnerContactId":{"type":"string"},"TenantContactId":{"type":"string"},"Vacant":{"type":"boolean","x-nullable":false},"ManagerName":{"type":"string"},"EffectivePaidTo":{"type":"string","format":"date-time"},"OwnershipUpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"TenancyUpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"SaleAgreementUpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"StrataManagerContactName":{"type":"string"},"HasAccessDetails":{"type":"boolean","x-nullable":false},"PetStatus":{"type":"string"},"Pets":{"type":"integer","format":"int32"},"PetDetails":{"type":"string"},"Reason":{"type":"string"},"Occupants":{"type":"integer","format":"int32"},"Leaseholders":{"type":"integer","format":"int32"},"AdditionalOccupants":{"type":"integer","format":"int32"},"Details":{"type":"string"},"Timestamp":{"type":"integer","format":"int64","x-nullable":false},"PropertyType":{"type":"string"},"CommercialCategory":{"type":"string"},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"Reference":{"type":"string"},"Address":{"$ref":"#/definitions/AddressDetail"},"AddressText":{"type":"string"},"PrimaryType":{"type":"string"},"PropertySubtype":{"type":"string"},"Bedrooms":{"type":"integer","format":"int32","x-nullable":false},"Bathrooms":{"type":"integer","format":"int32","x-nullable":false},"CarSpaces":{"type":"integer","format":"int32","x-nullable":false},"Area":{"type":"number","format":"double"},"AreaUnit":{"type":"string"},"LandArea":{"type":"number","format":"double"},"LandAreaUnit":{"type":"string"},"Description":{"type":"string"},"Notes":{"type":"string"},"NextInspectionOn":{"type":"string","format":"date-time"},"KeyNumber":{"type":"string"},"ArchivedOn":{"type":"string","format":"date-time"},"AdRentAmount":{"type":"number","format":"double"},"AdRentPeriod":{"type":"string"},"ActiveOwnershipId":{"type":"string"},"ActiveSaleAgreementId":{"type":"string"},"ActiveTenancyId":{"type":"string"},"Longitude":{"type":"number","format":"double"},"Latitude":{"type":"number","format":"double"},"InspectionFrequency":{"type":"integer","format":"int32"},"InspectionFrequencyType":{"type":"string"},"InitialInspectionFrequency":{"type":"integer","format":"int32"},"InitialInspectionFrequencyType":{"type":"string"},"MainPhotoDocumentId":{"type":"string"},"ActiveManagerMemberId":{"type":"string"},"Labels":{"type":"string"},"StrataManagerContactId":{"type":"string"},"RuralCategory":{"type":"string"},"DisplayAddress":{"type":"boolean"},"IsRental":{"type":"boolean","x-nullable":false},"IsArchived":{"type":"boolean","x-nullable":false},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"ExternalListingId":{"type":"string"},"ActiveRentalListingId":{"type":"string"},"ActiveSaleListingId":{"type":"string"}},"description":"MobLotGridData","type":"object"},"List_MobLotGridData_":{"title":"List","type":"array","items":{"$ref":"#/definitions/MobLotGridData"}},"MobJobTaskQueryData":{"title":"MobJobTaskQueryData","properties":{"LotReference":{"type":"string"},"TenantReference":{"type":"string"},"OwnerReference":{"type":"string"},"ContactReference":{"type":"string"},"ManagerName":{"type":"string"},"IsLetterStatement":{"type":"boolean","x-nullable":false},"StatementId":{"type":"string","x-nullable":false},"TaskType":{"type":"string"},"Timestamp":{"type":"integer","format":"int64","x-nullable":false},"OwnerAttending":{"type":"boolean","x-nullable":false},"TenantAttending":{"type":"boolean","x-nullable":false},"SupplierReference":{"type":"string"},"DisplayNumber":{"type":"string"},"Number":{"type":"integer","format":"int32","x-nullable":false},"Status":{"type":"string"},"ReportedContactType":{"type":"string"},"Access":{"type":"string"},"MainPhotoDocumentId":{"type":"string"},"DocumentLinkTextName":{"type":"string"},"QuoteId":{"type":"string"},"SupplierInstructions":{"type":"string"},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"DueDate":{"type":"string","format":"date-time"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"ClosedOn":{"type":"string","format":"date-time"},"Summary":{"type":"string"},"Description":{"type":"string"},"LotId":{"type":"string"},"TenantContactId":{"type":"string"},"OwnerContactId":{"type":"string"},"ContactId":{"type":"string"},"ManagerMemberId":{"type":"string"},"Labels":{"type":"string"},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false}},"description":"MobJobTaskQueryData","type":"object"},"List_MobJobTaskQueryData_":{"title":"List","type":"array","items":{"$ref":"#/definitions/MobJobTaskQueryData"}},"JobTaskResponse":{"title":"JobTaskResponse","properties":{"JobTaskId":{"type":"string","x-nullable":false},"JobQuoteId":{"type":"string","x-nullable":false},"SupplierInsuranceExpiryDays":{"type":"integer","format":"int32"},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"JobTaskResponse","type":"object"},"ChangedInspectionData":{"title":"ChangedInspectionData","properties":{"LotReference":{"type":"string"},"AddressText":{"type":"string"},"KeyNumber":{"type":"string"},"Longitude":{"type":"number","format":"double"},"Latitude":{"type":"number","format":"double"},"TenantReference":{"type":"string"},"OwnerReference":{"type":"string"},"PublishOn":{"type":"string","format":"date-time"},"LotMainPhotoDocumentId":{"type":"string"},"ManagerName":{"type":"string"},"Timestamp":{"type":"integer","format":"int64","x-nullable":false},"InspectionReport":{"$ref":"#/definitions/InspectionReport"},"PreviousExitReport":{"$ref":"#/definitions/InspectionReport"},"CurrentRentAmount":{"type":"number","format":"double","x-nullable":false},"CurrentRentPeriod":{"type":"string"},"StatusText":{"type":"string"},"StartTimeText":{"type":"string"},"IsPublished":{"type":"boolean","x-nullable":false},"StartTime":{"type":"string","format":"date-time"},"Duration":{"type":"integer","format":"int32","x-nullable":false},"Type":{"type":"string"},"Status":{"type":"string"},"ListingId":{"type":"string"},"TenantReturnDate":{"type":"string","format":"date-time"},"AssignedToTenantDate":{"type":"string","format":"date-time"},"InspectionSnapshotId":{"type":"string"},"StatusPriorToClosing":{"type":"string"},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"DueDate":{"type":"string","format":"date-time"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"ClosedOn":{"type":"string","format":"date-time"},"Summary":{"type":"string"},"Description":{"type":"string"},"LotId":{"type":"string"},"TenantContactId":{"type":"string"},"OwnerContactId":{"type":"string"},"ContactId":{"type":"string"},"ManagerMemberId":{"type":"string"},"Labels":{"type":"string"},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false}},"description":"ChangedInspectionData","type":"object"},"InspectionReport":{"title":"InspectionReport","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"InspectionTaskId":{"type":"string","x-nullable":false},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"VersionNumber":{"type":"integer","format":"int32","x-nullable":false},"RentReview":{"type":"number","format":"double"},"WaterMeter":{"type":"integer","format":"int64"},"PublishOn":{"type":"string","format":"date-time"},"PublishToTenant":{"type":"boolean","x-nullable":false},"Notes":{"type":"string"},"FollowUpActions":{"type":"array","items":{"type":"string"}},"Areas":{"type":"array","items":{"$ref":"#/definitions/InspectionReportArea"}},"EntryInspectionTaskId":{"type":"string"},"InspectionReportTemplateId":{"type":"string"},"CopiedFromReportDate":{"type":"string","format":"date-time"},"IsDeleted":{"type":"boolean","x-nullable":false},"CopiedReportId":{"type":"string"},"FrontSection":{"type":"string"},"MemberSignatureId":{"type":"string"},"IncludeMemberImageSignatureOnEachPage":{"type":"boolean"}},"description":"InspectionReport","type":"object"},"InspectionReportArea":{"title":"InspectionReportArea","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"InspectionReportId":{"type":"string","x-nullable":false},"Number":{"type":"integer","format":"int32","x-nullable":false},"Name":{"type":"string"},"Note":{"type":"string"},"Photos":{"type":"array","items":{"$ref":"#/definitions/InspectionReportPhoto"}},"TenantPhotos":{"type":"array","items":{"$ref":"#/definitions/TenantInspectionReportPhoto"}},"Items":{"type":"array","items":{"$ref":"#/definitions/InspectionReportItem"}},"ConsolidatedInspectionReportItems":{"type":"array","items":{"$ref":"#/definitions/ConsolidatedInspectionReportItem"}},"IsDeleted":{"type":"boolean","x-nullable":false},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"Hash":{"type":"string"},"IsConflict":{"type":"boolean","x-nullable":false},"UpdatedByMemberId":{"type":"string","x-nullable":false}},"description":"InspectionReportArea","type":"object"},"TenantInspectionReportPhoto":{"title":"TenantInspectionReportPhoto","properties":{"InspectionAreaId":{"type":"string","x-nullable":false},"Number":{"type":"integer","format":"int32","x-nullable":false},"Note":{"type":"string"},"DocumentStorageId":{"type":"string","x-nullable":false},"TenantPhotoId":{"type":"string","x-nullable":false},"IsDeleted":{"type":"boolean"},"DocumentType":{"type":"string"},"FileName":{"type":"string"},"FileType":{"type":"string"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false}},"description":"TenantInspectionReportPhoto","type":"object"},"ConsolidatedInspectionReportItem":{"title":"ConsolidatedInspectionReportItem","properties":{"InspectionReportAreaId":{"type":"string","x-nullable":false},"Name":{"type":"string"},"ConditionType":{"type":"string"},"Conditions":{"type":"array","items":{"$ref":"#/definitions/ConditionEntry"}},"AgentComment":{"type":"string"},"TenantAgrees":{"type":"boolean"},"TenantComment":{"type":"string"}},"description":"ConsolidatedInspectionReportItem","type":"object"},"List_ChangedInspectionData_":{"title":"List","type":"array","items":{"$ref":"#/definitions/ChangedInspectionData"}},"ScheduleInspectionResponse":{"title":"ScheduleInspectionResponse","properties":{"Ids":{"type":"array","items":{"type":"string","x-nullable":false}},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"ScheduleInspectionResponse","type":"object"},"AddContactResponse":{"title":"AddContactResponse","properties":{"ContactId":{"type":"string","x-nullable":false},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"AddContactResponse","type":"object"},"MobContactData":{"title":"MobContactData","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"SpecialType":{"type":"string"},"Roles":{"type":"array","items":{"type":"string","x-nullable":false}},"ArchivedOn":{"type":"string","format":"date-time"},"AccountDetails":{"type":"array","items":{"$ref":"#/definitions/FolioAccount"}},"Reference":{"type":"string"},"Website":{"type":"string"},"ABN":{"type":"string"},"PersonMigrated":{"type":"boolean","x-nullable":false},"Labels":{"type":"string"},"Notes":{"type":"string"},"NameText":{"type":"string"},"PostalAddressText":{"type":"string"},"PhysicalAddressText":{"type":"string"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"TradeName":{"type":"string"},"HomePhone":{"type":"string"},"WorkPhone":{"type":"string"},"CellPhone":{"type":"string"},"Email":{"type":"string"},"SupplierChartAccountId":{"type":"string"},"IsArchived":{"type":"boolean","x-nullable":false},"IsSupplier":{"type":"boolean","x-nullable":false},"IsTenant":{"type":"boolean","x-nullable":false},"IsOwner":{"type":"boolean","x-nullable":false},"IsSeller":{"type":"boolean","x-nullable":false},"PhoneText":{"type":"string"},"WorkPhoneText":{"type":"string"},"ContactPhone":{"type":"string"},"ContactPersons":{"type":"array","items":{"$ref":"#/definitions/MobContactPersonData"}},"PrimaryContactPerson":{"$ref":"#/definitions/MobContactPersonData"},"Timestamp":{"type":"integer","format":"int64","x-nullable":false},"PrimaryPerson":{"type":"string"},"Phone":{"type":"string"},"PrimaryPostalAddress":{"type":"string"},"PrimaryPhysicalAddress":{"type":"string"},"RolesString":{"type":"string"}},"description":"MobContactData","type":"object"},"FolioAccount":{"title":"FolioAccount","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"FolioId":{"type":"string","x-nullable":false},"Index":{"type":"integer","format":"int32","x-nullable":false},"BSB":{"type":"string"},"AccountNumber":{"type":"string"},"BillerCode":{"type":"string"},"BillerReference":{"type":"string"},"Payee":{"type":"string"},"PaymentMethod":{"type":"string"},"Name":{"type":"string"},"Value":{"type":"number","format":"double","x-nullable":false},"Percentage":{"type":"number","format":"double","x-nullable":false},"IsMarkedForDeletion":{"type":"boolean","x-nullable":false}},"description":"FolioAccount","type":"object"},"MobContactPersonData":{"title":"MobContactPersonData","properties":{"IsChatAvailable":{"type":"boolean","x-nullable":false},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false},"Salutation":{"type":"string"},"FirstName":{"type":"string"},"LastName":{"type":"string"},"CompanyName":{"type":"string"},"Email":{"type":"string"},"SecondaryEmailAddresses":{"type":"array","items":{"$ref":"#/definitions/AdditionalEmail"}},"HomePhone":{"type":"string"},"WorkPhone":{"type":"string"},"CellPhone":{"type":"string"},"NormalisedMobilePhone":{"type":"string"},"CommunicationPreferences":{"$ref":"#/definitions/HashSet_CommunicationType_"},"PhysicalAddress":{"$ref":"#/definitions/AddressDetail"},"PostalAddress":{"$ref":"#/definitions/AddressDetail"},"IsPrimary":{"type":"boolean","x-nullable":false},"SortOrder":{"type":"integer","format":"int32","x-nullable":false},"FullName":{"type":"string"},"CombinedPhones":{"type":"string"}},"description":"MobContactPersonData","type":"object"},"AdditionalEmail":{"title":"AdditionalEmail","properties":{"Email":{"type":"string"},"AllScope":{"type":"boolean","x-nullable":false}},"description":"AdditionalEmail","type":"object"},"HashSet_CommunicationType_":{"title":"HashSet`1","properties":{},"description":"HashSet","type":"object"},"List_MobContactData_":{"title":"List","type":"array","items":{"$ref":"#/definitions/MobContactData"}},"FinancialResponse":{"title":"FinancialResponse","properties":{"TrackingIds":{"type":"array","items":{"type":"string","x-nullable":false}},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"FinancialResponse","type":"object"},"TenancyBalanceData":{"title":"TenancyBalanceData","properties":{"FirstName":{"type":"string"},"LastName":{"type":"string"},"Salutation":{"type":"string"},"LotAddress":{"type":"string"},"LotReference":{"type":"string"},"ContactReference":{"type":"string"},"ContactEmail":{"type":"string"},"HomePhone":{"type":"string"},"WorkPhone":{"type":"string"},"CellPhone":{"type":"string"},"NormalisedMobilePhone":{"type":"string"},"FolioNumber":{"type":"integer","format":"int32","x-nullable":false},"Code":{"type":"string"},"IsActive":{"type":"boolean","x-nullable":false},"BondReceipted":{"type":"number","format":"double"},"Deposited":{"type":"number","format":"double"},"DirectDeposited":{"type":"number","format":"double","x-nullable":false},"ArrearsDays":{"type":"integer","format":"int32","x-nullable":false},"InvoiceDaysInArrears":{"type":"integer","format":"int32","x-nullable":false},"InvoiceArrears":{"type":"number","format":"double","x-nullable":false},"ClosedOn":{"type":"string","format":"date-time"},"ProrataRentDue":{"type":"number","format":"double","x-nullable":false},"MostRentDue":{"type":"number","format":"double","x-nullable":false},"RentDueByPeriod":{"type":"number","format":"double","x-nullable":false},"TotalRentPaid":{"type":"number","format":"double","x-nullable":false},"UnclearedBalance":{"type":"number","format":"double","x-nullable":false},"PendingPayments":{"type":"number","format":"double","x-nullable":false},"PendingRentPayments":{"type":"number","format":"double","x-nullable":false},"PendingInvoicePayments":{"type":"number","format":"double","x-nullable":false},"PendingDepositPayments":{"type":"number","format":"double","x-nullable":false},"PendingBondPayments":{"type":"number","format":"double","x-nullable":false},"MepayStatus":{"type":"string"},"ActiveOwnershipId":{"type":"string"},"HasActiveOwner":{"type":"boolean","x-nullable":false},"ContactPersonCount":{"type":"integer","format":"int32","x-nullable":false},"DaysInArrears":{"type":"integer","format":"int32","x-nullable":false},"RentArrears":{"type":"number","format":"double","x-nullable":false},"RentArrearsByPeriod":{"type":"number","format":"double","x-nullable":false},"FolioId":{"type":"string","x-nullable":false},"BondArrears":{"type":"number","format":"double","x-nullable":false},"TotalArrears":{"type":"number","format":"double","x-nullable":false},"TotalArrearsByPeriod":{"type":"number","format":"double","x-nullable":false},"IsClosed":{"type":"boolean","x-nullable":false},"Label":{"type":"string"},"SearchText":{"type":"string"},"Name":{"type":"string"},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"LotId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false},"TenancyStart":{"type":"string","format":"date-time","x-nullable":false},"AgreementStart":{"type":"string","format":"date-time","x-nullable":false},"AgreementEnd":{"type":"string","format":"date-time"},"Periodic":{"type":"boolean","x-nullable":false},"TenancyEnd":{"type":"string","format":"date-time"},"Termination":{"type":"string","format":"date-time"},"BreakLease":{"type":"string","format":"date-time"},"Notes":{"type":"string"},"RentAmount":{"type":"number","format":"double","x-nullable":false},"RentPeriod":{"type":"string"},"BondAmount":{"type":"number","format":"double","x-nullable":false},"OpenBondReceived":{"type":"number","format":"double","x-nullable":false},"BondReference":{"type":"string"},"BondInTrust":{"type":"number","format":"double","x-nullable":false},"BankReference":{"type":"string"},"TaxOnRent":{"type":"boolean","x-nullable":false},"GenerateRentInvoice":{"type":"boolean","x-nullable":false},"RentInvoiceDaysInAdvance":{"type":"integer","format":"int32","x-nullable":false},"ReceiptWarning":{"type":"string"},"NextIncreaseAmount":{"type":"number","format":"double"},"NextIncreaseDate":{"type":"string","format":"date-time"},"RentSequence":{"type":"integer","format":"int32","x-nullable":false},"PaidTo":{"type":"string","format":"date-time","x-nullable":false},"EffectivePaidTo":{"type":"string","format":"date-time"},"PartPaid":{"type":"number","format":"double","x-nullable":false},"ProrataTo":{"type":"string","format":"date-time"},"AllowMepayPayments":{"type":"boolean","x-nullable":false},"ReviewFrequency":{"type":"integer","format":"int32"},"NextReviewDate":{"type":"string","format":"date-time"},"LastReviewedOn":{"type":"string","format":"date-time"},"DirectDebit":{"type":"boolean","x-nullable":false},"DirectDebitFixedAmount":{"type":"number","format":"double"},"DirectDebitFrequency":{"type":"string"},"NextDirectDebitDate":{"type":"string","format":"date-time"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"ExcludeArrearsAutomation":{"type":"boolean","x-nullable":false},"IsWaterUsageCharged":{"type":"boolean","x-nullable":false},"BondDueDate":{"type":"string","format":"date-time"}},"description":"TenancyBalanceData","type":"object"},"List_TenancyBalanceData_":{"title":"List","type":"array","items":{"$ref":"#/definitions/TenancyBalanceData"}},"DisconnectResponse":{"title":"DisconnectResponse","properties":{"Disconnected":{"type":"boolean","x-nullable":false}},"description":"DisconnectResponse","type":"object"},"SalePropertyQueryData":{"title":"SalePropertyQueryData","properties":{"LotReference":{"type":"string"},"SaleAgreementId":{"type":"string","x-nullable":false},"OwnerContactId":{"type":"string","x-nullable":false},"BuyerContactId":{"type":"string"},"Status":{"type":"string"},"AgreementStartDate":{"type":"string","format":"date-time","x-nullable":false},"AgreementEndDate":{"type":"string","format":"date-time","x-nullable":false},"ContractExchangeDate":{"type":"string","format":"date-time"},"DepositDueDate":{"type":"string","format":"date-time"},"SettlementDate":{"type":"string","format":"date-time"},"AskingPrice":{"type":"number","format":"double","x-nullable":false},"PurchasePrice":{"type":"number","format":"double","x-nullable":false},"CommissionAmount":{"type":"number","format":"double","x-nullable":false},"OwnerReference":{"type":"string"},"BuyerReference":{"type":"string"},"ManagerName":{"type":"string"},"Teams":{"type":"string"},"SellerFolioCode":{"type":"string"},"SearchText":{"type":"string"},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"Reference":{"type":"string"},"Address":{"$ref":"#/definitions/AddressDetail"},"AddressText":{"type":"string"},"PrimaryType":{"type":"string"},"PropertySubtype":{"type":"string"},"Bedrooms":{"type":"integer","format":"int32","x-nullable":false},"Bathrooms":{"type":"integer","format":"int32","x-nullable":false},"CarSpaces":{"type":"integer","format":"int32","x-nullable":false},"Area":{"type":"number","format":"double"},"AreaUnit":{"type":"string"},"LandArea":{"type":"number","format":"double"},"LandAreaUnit":{"type":"string"},"Description":{"type":"string"},"Notes":{"type":"string"},"NextInspectionOn":{"type":"string","format":"date-time"},"KeyNumber":{"type":"string"},"ArchivedOn":{"type":"string","format":"date-time"},"AdRentAmount":{"type":"number","format":"double"},"AdRentPeriod":{"type":"string"},"ActiveOwnershipId":{"type":"string"},"ActiveSaleAgreementId":{"type":"string"},"ActiveTenancyId":{"type":"string"},"Longitude":{"type":"number","format":"double"},"Latitude":{"type":"number","format":"double"},"InspectionFrequency":{"type":"integer","format":"int32"},"InspectionFrequencyType":{"type":"string"},"InitialInspectionFrequency":{"type":"integer","format":"int32"},"InitialInspectionFrequencyType":{"type":"string"},"MainPhotoDocumentId":{"type":"string"},"ActiveManagerMemberId":{"type":"string"},"Labels":{"type":"string"},"StrataManagerContactId":{"type":"string"},"RuralCategory":{"type":"string"},"DisplayAddress":{"type":"boolean"},"IsRental":{"type":"boolean","x-nullable":false},"IsArchived":{"type":"boolean","x-nullable":false},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"ExternalListingId":{"type":"string"},"ActiveRentalListingId":{"type":"string"},"ActiveSaleListingId":{"type":"string"}},"description":"SalePropertyQueryData","type":"object"},"List_SalePropertyQueryData_":{"title":"List","type":"array","items":{"$ref":"#/definitions/SalePropertyQueryData"}},"LotGridData":{"title":"LotGridData","properties":{"OwnerContactReference":{"type":"string"},"TenantContactReference":{"type":"string"},"ManagerName":{"type":"string"},"ActiveManagerTeams":{"type":"string"},"RentAmount":{"type":"number","format":"double","x-nullable":false},"RentPeriod":{"type":"string"},"EffectivePaidTo":{"type":"string","format":"date-time"},"TenancyStart":{"type":"string","format":"date-time"},"TenancyEnd":{"type":"string","format":"date-time"},"AgreementStart":{"type":"string","format":"date-time"},"AgreementEnd":{"type":"string","format":"date-time"},"OwnerContactId":{"type":"string"},"TenantContactId":{"type":"string"},"OwnerFolioCode":{"type":"string"},"TenantFolioCode":{"type":"string"},"SellerFolioCode":{"type":"string"},"SearchText":{"type":"string"},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"Reference":{"type":"string"},"Address":{"$ref":"#/definitions/AddressDetail"},"AddressText":{"type":"string"},"PrimaryType":{"type":"string"},"PropertySubtype":{"type":"string"},"Bedrooms":{"type":"integer","format":"int32","x-nullable":false},"Bathrooms":{"type":"integer","format":"int32","x-nullable":false},"CarSpaces":{"type":"integer","format":"int32","x-nullable":false},"Area":{"type":"number","format":"double"},"AreaUnit":{"type":"string"},"LandArea":{"type":"number","format":"double"},"LandAreaUnit":{"type":"string"},"Description":{"type":"string"},"Notes":{"type":"string"},"NextInspectionOn":{"type":"string","format":"date-time"},"KeyNumber":{"type":"string"},"ArchivedOn":{"type":"string","format":"date-time"},"AdRentAmount":{"type":"number","format":"double"},"AdRentPeriod":{"type":"string"},"ActiveOwnershipId":{"type":"string"},"ActiveSaleAgreementId":{"type":"string"},"ActiveTenancyId":{"type":"string"},"Longitude":{"type":"number","format":"double"},"Latitude":{"type":"number","format":"double"},"InspectionFrequency":{"type":"integer","format":"int32"},"InspectionFrequencyType":{"type":"string"},"InitialInspectionFrequency":{"type":"integer","format":"int32"},"InitialInspectionFrequencyType":{"type":"string"},"MainPhotoDocumentId":{"type":"string"},"ActiveManagerMemberId":{"type":"string"},"Labels":{"type":"string"},"StrataManagerContactId":{"type":"string"},"RuralCategory":{"type":"string"},"DisplayAddress":{"type":"boolean"},"IsRental":{"type":"boolean","x-nullable":false},"IsArchived":{"type":"boolean","x-nullable":false},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"ExternalListingId":{"type":"string"},"ActiveRentalListingId":{"type":"string"},"ActiveSaleListingId":{"type":"string"}},"description":"LotGridData","type":"object"},"List_LotGridData_":{"title":"List","type":"array","items":{"$ref":"#/definitions/LotGridData"}},"Lot":{"title":"Lot","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"Reference":{"type":"string"},"Address":{"$ref":"#/definitions/AddressDetail"},"AddressText":{"type":"string"},"PrimaryType":{"type":"string"},"PropertySubtype":{"type":"string"},"Bedrooms":{"type":"integer","format":"int32","x-nullable":false},"Bathrooms":{"type":"integer","format":"int32","x-nullable":false},"CarSpaces":{"type":"integer","format":"int32","x-nullable":false},"Area":{"type":"number","format":"double"},"AreaUnit":{"type":"string"},"LandArea":{"type":"number","format":"double"},"LandAreaUnit":{"type":"string"},"Description":{"type":"string"},"Notes":{"type":"string"},"NextInspectionOn":{"type":"string","format":"date-time"},"KeyNumber":{"type":"string"},"ArchivedOn":{"type":"string","format":"date-time"},"AdRentAmount":{"type":"number","format":"double"},"AdRentPeriod":{"type":"string"},"ActiveOwnershipId":{"type":"string"},"ActiveSaleAgreementId":{"type":"string"},"ActiveTenancyId":{"type":"string"},"Longitude":{"type":"number","format":"double"},"Latitude":{"type":"number","format":"double"},"InspectionFrequency":{"type":"integer","format":"int32"},"InspectionFrequencyType":{"type":"string"},"InitialInspectionFrequency":{"type":"integer","format":"int32"},"InitialInspectionFrequencyType":{"type":"string"},"MainPhotoDocumentId":{"type":"string"},"ActiveManagerMemberId":{"type":"string"},"Labels":{"type":"string"},"StrataManagerContactId":{"type":"string"},"RuralCategory":{"type":"string"},"DisplayAddress":{"type":"boolean"},"IsRental":{"type":"boolean","x-nullable":false},"IsArchived":{"type":"boolean","x-nullable":false},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"ExternalListingId":{"type":"string"},"ActiveRentalListingId":{"type":"string"},"ActiveSaleListingId":{"type":"string"}},"description":"Lot","type":"object"},"RentalLotQueryData":{"title":"RentalLotQueryData","properties":{"DaysInArrears":{"type":"integer","format":"int32","x-nullable":false},"LotReference":{"type":"string"},"OwnerContactReference":{"type":"string"},"TenantContactReference":{"type":"string"},"ManagerName":{"type":"string"},"Teams":{"type":"string"},"RentAmount":{"type":"number","format":"double","x-nullable":false},"RentPeriod":{"type":"string"},"EffectivePaidTo":{"type":"string","format":"date-time"},"TenancyStart":{"type":"string","format":"date-time"},"TenancyEnd":{"type":"string","format":"date-time"},"Termination":{"type":"string","format":"date-time"},"BreakLease":{"type":"string","format":"date-time"},"AgreementStart":{"type":"string","format":"date-time"},"AgreementEnd":{"type":"string","format":"date-time"},"OwnerContactId":{"type":"string"},"TenantContactId":{"type":"string"},"OwnerFolioCode":{"type":"string"},"TenantFolioCode":{"type":"string"},"SellerFolioCode":{"type":"string"},"Relet":{"type":"boolean","x-nullable":false},"SearchText":{"type":"string"},"Periodic":{"type":"boolean"},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"Reference":{"type":"string"},"Address":{"$ref":"#/definitions/AddressDetail"},"AddressText":{"type":"string"},"PrimaryType":{"type":"string"},"PropertySubtype":{"type":"string"},"Bedrooms":{"type":"integer","format":"int32","x-nullable":false},"Bathrooms":{"type":"integer","format":"int32","x-nullable":false},"CarSpaces":{"type":"integer","format":"int32","x-nullable":false},"Area":{"type":"number","format":"double"},"AreaUnit":{"type":"string"},"LandArea":{"type":"number","format":"double"},"LandAreaUnit":{"type":"string"},"Description":{"type":"string"},"Notes":{"type":"string"},"NextInspectionOn":{"type":"string","format":"date-time"},"KeyNumber":{"type":"string"},"ArchivedOn":{"type":"string","format":"date-time"},"AdRentAmount":{"type":"number","format":"double"},"AdRentPeriod":{"type":"string"},"ActiveOwnershipId":{"type":"string"},"ActiveSaleAgreementId":{"type":"string"},"ActiveTenancyId":{"type":"string"},"Longitude":{"type":"number","format":"double"},"Latitude":{"type":"number","format":"double"},"InspectionFrequency":{"type":"integer","format":"int32"},"InspectionFrequencyType":{"type":"string"},"InitialInspectionFrequency":{"type":"integer","format":"int32"},"InitialInspectionFrequencyType":{"type":"string"},"MainPhotoDocumentId":{"type":"string"},"ActiveManagerMemberId":{"type":"string"},"Labels":{"type":"string"},"StrataManagerContactId":{"type":"string"},"RuralCategory":{"type":"string"},"DisplayAddress":{"type":"boolean"},"IsRental":{"type":"boolean","x-nullable":false},"IsArchived":{"type":"boolean","x-nullable":false},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"ExternalListingId":{"type":"string"},"ActiveRentalListingId":{"type":"string"},"ActiveSaleListingId":{"type":"string"}},"description":"RentalLotQueryData","type":"object"},"List_RentalLotQueryData_":{"title":"List","type":"array","items":{"$ref":"#/definitions/RentalLotQueryData"}},"LotsQueryData":{"title":"LotsQueryData","properties":{"LotReference":{"type":"string"},"OwnerContactReference":{"type":"string"},"TenantContactReference":{"type":"string"},"ManagerName":{"type":"string"},"Teams":{"type":"string"},"RentAmount":{"type":"number","format":"double","x-nullable":false},"RentPeriod":{"type":"string"},"EffectivePaidTo":{"type":"string","format":"date-time"},"TenancyStart":{"type":"string","format":"date-time"},"TenancyEnd":{"type":"string","format":"date-time"},"Termination":{"type":"string","format":"date-time"},"BreakLease":{"type":"string","format":"date-time"},"AgreementStart":{"type":"string","format":"date-time"},"AgreementEnd":{"type":"string","format":"date-time"},"OwnerContactId":{"type":"string"},"TenantContactId":{"type":"string"},"OwnerFolioCode":{"type":"string"},"TenantFolioCode":{"type":"string"},"SellerFolioCode":{"type":"string"},"Relet":{"type":"boolean","x-nullable":false},"SearchText":{"type":"string"},"Periodic":{"type":"boolean"},"OwnershipUpdatedOn":{"type":"string","format":"date-time"},"TenancyUpdatedOn":{"type":"string","format":"date-time"},"CommercialCategory":{"type":"string"},"SaleAgreementUpdatedOn":{"type":"string","format":"date-time"},"LotUpdatedTimestamp":{"type":"integer","format":"int64","x-nullable":false},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"Reference":{"type":"string"},"Address":{"$ref":"#/definitions/AddressDetail"},"AddressText":{"type":"string"},"PrimaryType":{"type":"string"},"PropertySubtype":{"type":"string"},"Bedrooms":{"type":"integer","format":"int32","x-nullable":false},"Bathrooms":{"type":"integer","format":"int32","x-nullable":false},"CarSpaces":{"type":"integer","format":"int32","x-nullable":false},"Area":{"type":"number","format":"double"},"AreaUnit":{"type":"string"},"LandArea":{"type":"number","format":"double"},"LandAreaUnit":{"type":"string"},"Description":{"type":"string"},"Notes":{"type":"string"},"NextInspectionOn":{"type":"string","format":"date-time"},"KeyNumber":{"type":"string"},"ArchivedOn":{"type":"string","format":"date-time"},"AdRentAmount":{"type":"number","format":"double"},"AdRentPeriod":{"type":"string"},"ActiveOwnershipId":{"type":"string"},"ActiveSaleAgreementId":{"type":"string"},"ActiveTenancyId":{"type":"string"},"Longitude":{"type":"number","format":"double"},"Latitude":{"type":"number","format":"double"},"InspectionFrequency":{"type":"integer","format":"int32"},"InspectionFrequencyType":{"type":"string"},"InitialInspectionFrequency":{"type":"integer","format":"int32"},"InitialInspectionFrequencyType":{"type":"string"},"MainPhotoDocumentId":{"type":"string"},"ActiveManagerMemberId":{"type":"string"},"Labels":{"type":"string"},"StrataManagerContactId":{"type":"string"},"RuralCategory":{"type":"string"},"DisplayAddress":{"type":"boolean"},"IsRental":{"type":"boolean","x-nullable":false},"IsArchived":{"type":"boolean","x-nullable":false},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"ExternalListingId":{"type":"string"},"ActiveRentalListingId":{"type":"string"},"ActiveSaleListingId":{"type":"string"}},"description":"LotsQueryData","type":"object"},"List_LotsQueryData_":{"title":"List","type":"array","items":{"$ref":"#/definitions/LotsQueryData"}},"JobTaskQueryData":{"title":"JobTaskQueryData","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"DueDate":{"type":"string","format":"date-time"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"ClosedOn":{"type":"string","format":"date-time"},"Summary":{"type":"string"},"Description":{"type":"string"},"SupplierInstructions":{"type":"string"},"SupplierInsuranceExpiryDate":{"type":"string","format":"date-time"},"SupplierInsuranceExpiryDays":{"type":"integer","format":"int32"},"LotId":{"type":"string"},"TenantContactId":{"type":"string"},"OwnerContactId":{"type":"string"},"ContactId":{"type":"string"},"ManagerMemberId":{"type":"string"},"QuoteId":{"type":"string"},"LotReference":{"type":"string"},"TenantReference":{"type":"string"},"OwnerReference":{"type":"string"},"ContactReference":{"type":"string"},"TenantPhone":{"type":"string"},"TenantCellPhone":{"type":"string"},"TenantNormalisedMobilePhone":{"type":"string"},"TenantHomePhone":{"type":"string"},"TenantWorkPhone":{"type":"string"},"OwnerPhone":{"type":"string"},"OwnerCellPhone":{"type":"string"},"OwnerNormalisedMobilePhone":{"type":"string"},"OwnerHomePhone":{"type":"string"},"OwnerWorkPhone":{"type":"string"},"ContactPhone":{"type":"string"},"ContactCellPhone":{"type":"string"},"ContactNormalisedMobilePhone":{"type":"string"},"ContactHomePhone":{"type":"string"},"ContactWorkPhone":{"type":"string"},"StrataContactId":{"type":"string"},"StrataReference":{"type":"string"},"StrataMobilePhone":{"type":"string"},"StrataNormalisedMobilePhone":{"type":"string"},"StrataHomePhone":{"type":"string"},"StrataWorkPhone":{"type":"string"},"StrataEmail":{"type":"string"},"TenantEmail":{"type":"string"},"OwnerEmail":{"type":"string"},"ContactEmail":{"type":"string"},"TaskManagerName":{"type":"string"},"TaskManagerEmail":{"type":"string"},"TaskManagerMobile":{"type":"string"},"TaskManagerWork":{"type":"string"},"LotActiveManagerMemberId":{"type":"string"},"LotManagerName":{"type":"string"},"LotManagerEmail":{"type":"string"},"LotManagerMobile":{"type":"string"},"LotManagerWork":{"type":"string"},"ManagerName":{"type":"string"},"ManagerMobile":{"type":"string"},"ManagerWork":{"type":"string"},"ManagerEmail":{"type":"string"},"Number":{"type":"integer","format":"int32","x-nullable":false},"Status":{"type":"string"},"ReportedContactType":{"type":"string"},"Access":{"type":"string"},"Labels":{"type":"string"},"MainPhotoDocumentId":{"type":"string"},"Timestamp":{"type":"integer","format":"int64","x-nullable":false},"TaskType":{"type":"string"},"OwnerAttending":{"type":"boolean","x-nullable":false},"TenantAttending":{"type":"boolean","x-nullable":false},"StrataAttending":{"type":"boolean","x-nullable":false},"SupplierReference":{"type":"string"},"DisplayNumber":{"type":"string"},"Label":{"type":"string"}},"description":"JobTaskQueryData","type":"object"},"JobQueryData":{"title":"JobQueryData","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"DueDate":{"type":"string","format":"date-time"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"ClosedOn":{"type":"string","format":"date-time"},"Summary":{"type":"string"},"Description":{"type":"string"},"Labels":{"type":"string"},"LotId":{"type":"string"},"OwnerContactId":{"type":"string"},"TenantContactId":{"type":"string"},"ContactId":{"type":"string"},"ManagerMemberId":{"type":"string"},"LotReference":{"type":"string"},"ContactReference":{"type":"string"},"JobTaskQuotationReference":{"type":"string"},"ManagerName":{"type":"string"},"MemberFirstName":{"type":"string"},"MemberLastName":{"type":"string"},"Status":{"type":"string"},"Number":{"type":"integer","format":"int32","x-nullable":false},"OwnerAttending":{"type":"boolean","x-nullable":false},"TenantAttending":{"type":"boolean","x-nullable":false},"SupplierReference":{"type":"string"},"DisplayNumber":{"type":"string"},"QuoteReference":{"type":"string"}},"description":"JobQueryData","type":"object"},"List_JobQueryData_":{"title":"List","type":"array","items":{"$ref":"#/definitions/JobQueryData"}},"GetInspectionResponse":{"title":"GetInspectionResponse","properties":{"Inspection":{"$ref":"#/definitions/InspectionTaskData"},"Property":{"$ref":"#/definitions/Lot"},"Tenant":{"$ref":"#/definitions/Contact"},"Owner":{"$ref":"#/definitions/Contact"},"InspectionReport":{"$ref":"#/definitions/InspectionReport"},"CurrentRentAmount":{"type":"number","format":"double","x-nullable":false},"CurrentRentPeriod":{"type":"string"},"OwnerFolioId":{"type":"string"},"ListingInfo":{"type":"string"},"InspectionTenantStatus":{"$ref":"#/definitions/InspectionTenantStatusDto"},"TenantHasReviewed":{"type":"boolean","x-nullable":false},"SubscriptionAllowsTenantToReviewECR":{"type":"boolean","x-nullable":false},"RequiresTenantReviewsEcrFeature":{"type":"boolean","x-nullable":false},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"GetInspectionResponse","type":"object"},"InspectionTaskData":{"title":"InspectionTaskData","properties":{"LotReference":{"type":"string"},"AddressText":{"type":"string"},"KeyNumber":{"type":"string"},"Longitude":{"type":"number","format":"double"},"Latitude":{"type":"number","format":"double"},"TenantReference":{"type":"string"},"OwnerReference":{"type":"string"},"PublishOn":{"type":"string","format":"date-time"},"LotMainPhotoDocumentId":{"type":"string"},"ManagerName":{"type":"string"},"ActiveManagerMemberId":{"type":"string"},"ActiveManagerTeams":{"type":"string"},"ManagerMemberTeams":{"type":"string"},"Timestamp":{"type":"integer","format":"int64","x-nullable":false},"TenantHasReviewed":{"type":"boolean","x-nullable":false},"StatusText":{"type":"string"},"StartTimeText":{"type":"string"},"IsPublished":{"type":"boolean","x-nullable":false},"SearchText":{"type":"string"},"StartTime":{"type":"string","format":"date-time"},"Duration":{"type":"integer","format":"int32","x-nullable":false},"Type":{"type":"string"},"Status":{"type":"string"},"ListingId":{"type":"string"},"TenantReturnDate":{"type":"string","format":"date-time"},"AssignedToTenantDate":{"type":"string","format":"date-time"},"InspectionSnapshotId":{"type":"string"},"StatusPriorToClosing":{"type":"string"},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"DueDate":{"type":"string","format":"date-time"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"ClosedOn":{"type":"string","format":"date-time"},"Summary":{"type":"string"},"Description":{"type":"string"},"LotId":{"type":"string"},"TenantContactId":{"type":"string"},"OwnerContactId":{"type":"string"},"ContactId":{"type":"string"},"ManagerMemberId":{"type":"string"},"Labels":{"type":"string"},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false}},"description":"InspectionTaskData","type":"object"},"Contact":{"title":"Contact","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"SpecialType":{"type":"string"},"Roles":{"type":"array","items":{"type":"string","x-nullable":false}},"ArchivedOn":{"type":"string","format":"date-time"},"AccountDetails":{"type":"array","items":{"$ref":"#/definitions/FolioAccount"}},"Reference":{"type":"string"},"Website":{"type":"string"},"ABN":{"type":"string"},"PersonMigrated":{"type":"boolean","x-nullable":false},"Labels":{"type":"string"},"Notes":{"type":"string"},"NameText":{"type":"string"},"PostalAddressText":{"type":"string"},"PhysicalAddressText":{"type":"string"},"HasTenantInvoiceAccount":{"type":"boolean","x-nullable":false},"HomePhone":{"type":"string"},"WorkPhone":{"type":"string"},"CellPhone":{"type":"string"},"TradeName":{"type":"string"},"Email":{"type":"string"},"SupplierChartAccountId":{"type":"string"},"IsArchived":{"type":"boolean","x-nullable":false},"IsSupplier":{"type":"boolean","x-nullable":false},"IsTenant":{"type":"boolean","x-nullable":false},"IsOwner":{"type":"boolean","x-nullable":false},"IsSeller":{"type":"boolean","x-nullable":false},"PhoneText":{"type":"string"},"WorkPhoneText":{"type":"string"},"ContactPhone":{"type":"string"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"ContactPersons":{"type":"array","items":{"$ref":"#/definitions/ContactPerson"}},"PrimaryContactPerson":{"$ref":"#/definitions/ContactPerson"}},"description":"Contact","type":"object"},"ContactPerson":{"title":"ContactPerson","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false},"Salutation":{"type":"string"},"FirstName":{"type":"string"},"LastName":{"type":"string"},"CompanyName":{"type":"string"},"Email":{"type":"string"},"SecondaryEmailAddresses":{"type":"array","items":{"$ref":"#/definitions/AdditionalEmail"}},"HomePhone":{"type":"string"},"WorkPhone":{"type":"string"},"CellPhone":{"type":"string"},"NormalisedMobilePhone":{"type":"string"},"CommunicationPreferences":{"$ref":"#/definitions/HashSet_CommunicationType_"},"PhysicalAddress":{"$ref":"#/definitions/AddressDetail"},"PostalAddress":{"$ref":"#/definitions/AddressDetail"},"IsPrimary":{"type":"boolean","x-nullable":false},"SortOrder":{"type":"integer","format":"int32","x-nullable":false},"FullName":{"type":"string"},"CombinedPhones":{"type":"string"}},"description":"ContactPerson","type":"object"},"InspectionTenantStatusDto":{"title":"InspectionTenantStatusDto","properties":{"TenantStatus":{"type":"string"},"TenantReturnedDate":{"type":"string","format":"date-time"}},"description":"InspectionTenantStatusDto","type":"object"},"InspectionTask":{"title":"InspectionTask","properties":{"StartTime":{"type":"string","format":"date-time"},"Duration":{"type":"integer","format":"int32","x-nullable":false},"Type":{"type":"string"},"Status":{"type":"string"},"ListingId":{"type":"string"},"TenantReturnDate":{"type":"string","format":"date-time"},"AssignedToTenantDate":{"type":"string","format":"date-time"},"InspectionSnapshotId":{"type":"string"},"StatusPriorToClosing":{"type":"string"},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"DueDate":{"type":"string","format":"date-time"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"ClosedOn":{"type":"string","format":"date-time"},"Summary":{"type":"string"},"Description":{"type":"string"},"LotId":{"type":"string"},"TenantContactId":{"type":"string"},"OwnerContactId":{"type":"string"},"ContactId":{"type":"string"},"ManagerMemberId":{"type":"string"},"Labels":{"type":"string"},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false}},"description":"InspectionTask","type":"object"},"List_InspectionTask_":{"title":"List","type":"array","items":{"$ref":"#/definitions/InspectionTask"}},"InspectionDataTableRow":{"title":"InspectionDataTableRow","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"DueDate":{"type":"string","format":"date-time"},"ClosedOn":{"type":"string","format":"date-time"},"StartTime":{"type":"string","format":"date-time"},"Type":{"type":"string"},"PublishOn":{"type":"string","format":"date-time"},"Summary":{"type":"string"},"LotReference":{"type":"string"},"TenantReference":{"type":"string"},"ManagerName":{"type":"string"},"MemberFirstName":{"type":"string"},"MemberLastName":{"type":"string"},"Status":{"type":"string"},"IsPublished":{"type":"boolean","x-nullable":false},"StartTimeText":{"type":"string"},"StatusText":{"type":"string"},"AssignedToTenantDate":{"type":"string","format":"date-time","x-nullable":false},"TenantReturnDueDate":{"type":"string","format":"date-time","x-nullable":false},"TenantProgress":{"type":"string"},"TenantReturnDate":{"type":"string","format":"date-time","x-nullable":false},"DaysPastOrRemaining":{"type":"integer","format":"int32","x-nullable":false},"Labels":{"type":"string"},"GeneratedPdfId":{"type":"string"},"GeneratedPdfFileName":{"type":"string"},"GeneratedPdfStatus":{"type":"string"}},"description":"InspectionDataTableRow","type":"object"},"List_InspectionDataTableRow_":{"title":"List","type":"array","items":{"$ref":"#/definitions/InspectionDataTableRow"}},"GetAgencyResponse":{"title":"GetAgencyResponse","properties":{"Reference":{"type":"string"},"Name":{"type":"string"}},"description":"GetAgencyResponse","type":"object"},"GetContactResponse":{"title":"GetContactResponse","properties":{"Contact":{"$ref":"#/definitions/Contact"},"ContactPersons":{"type":"array","items":{"$ref":"#/definitions/ContactPersonInfo"}},"Code":{"type":"string"},"FolioId":{"type":"string","x-nullable":false},"PaymentPriority":{"type":"integer","format":"int32"},"AutoApproveBill":{"type":"boolean"},"TenantInvoiceChartAccountId":{"type":"string"},"ReminderCount":{"type":"integer","format":"int32","x-nullable":false}},"description":"GetContactResponse","type":"object"},"ContactPersonInfo":{"title":"ContactPersonInfo","properties":{"MemberAccessRole":{"type":"string"},"IsChatAvailable":{"type":"boolean","x-nullable":false},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false},"Salutation":{"type":"string"},"FirstName":{"type":"string"},"LastName":{"type":"string"},"CompanyName":{"type":"string"},"Email":{"type":"string"},"SecondaryEmailAddresses":{"type":"array","items":{"$ref":"#/definitions/AdditionalEmail"}},"HomePhone":{"type":"string"},"WorkPhone":{"type":"string"},"CellPhone":{"type":"string"},"NormalisedMobilePhone":{"type":"string"},"CommunicationPreferences":{"$ref":"#/definitions/HashSet_CommunicationType_"},"PhysicalAddress":{"$ref":"#/definitions/AddressDetail"},"PostalAddress":{"$ref":"#/definitions/AddressDetail"},"IsPrimary":{"type":"boolean","x-nullable":false},"SortOrder":{"type":"integer","format":"int32","x-nullable":false},"FullName":{"type":"string"},"CombinedPhones":{"type":"string"}},"description":"ContactPersonInfo","type":"object"},"OwnerQueryData":{"title":"OwnerQueryData","properties":{"BillsDue":{"type":"number","format":"double","x-nullable":false},"Balance":{"type":"number","format":"double","x-nullable":false},"IsPmDirectEnabled":{"type":"boolean","x-nullable":false},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"Reference":{"type":"string"},"Labels":{"type":"string"},"PrimaryPerson":{"type":"string"},"HomePhone":{"type":"string"},"WorkPhone":{"type":"string"},"CellPhone":{"type":"string"},"PostalAddressText":{"type":"string"},"PhysicalAddressText":{"type":"string"},"Roles":{"type":"array","items":{"type":"string","x-nullable":false}},"RolesString":{"type":"string"},"Phone":{"type":"string"}},"description":"OwnerQueryData","type":"object"},"List_OwnerQueryData_":{"title":"List","type":"array","items":{"$ref":"#/definitions/OwnerQueryData"}},"QuerySuppliersResponse":{"title":"QuerySuppliersResponse","properties":{"PaymentPriority":{"type":"integer","format":"int32"},"FolioId":{"type":"string","x-nullable":false},"Balance":{"type":"number","format":"double","x-nullable":false},"PaymentsDue":{"type":"number","format":"double","x-nullable":false},"ABN":{"type":"string"},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"Reference":{"type":"string"},"Labels":{"type":"string"},"PrimaryPerson":{"type":"string"},"HomePhone":{"type":"string"},"WorkPhone":{"type":"string"},"CellPhone":{"type":"string"},"PostalAddressText":{"type":"string"},"PhysicalAddressText":{"type":"string"},"Roles":{"type":"array","items":{"type":"string","x-nullable":false}},"RolesString":{"type":"string"},"Phone":{"type":"string"}},"description":"QuerySuppliersResponse","type":"object"},"List_QuerySuppliersResponse_":{"title":"List","type":"array","items":{"$ref":"#/definitions/QuerySuppliersResponse"}},"ContactGridData":{"title":"ContactGridData","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"Reference":{"type":"string"},"Labels":{"type":"string"},"PrimaryPerson":{"type":"string"},"HomePhone":{"type":"string"},"WorkPhone":{"type":"string"},"CellPhone":{"type":"string"},"ContactPersonText":{"type":"string"},"SupplierFolioNumber":{"type":"integer","format":"int32","x-nullable":false},"PostalAddressText":{"type":"string"},"PhysicalAddressText":{"type":"string"},"Roles":{"type":"array","items":{"type":"string","x-nullable":false}},"RolesString":{"type":"string"},"SupplierFolioCode":{"type":"string"},"Phone":{"type":"string"}},"description":"ContactGridData","type":"object"},"List_ContactGridData_":{"title":"List","type":"array","items":{"$ref":"#/definitions/ContactGridData"}},"QueryDocumentData":{"title":"QueryDocumentData","properties":{"LotId":{"type":"string"},"ContactId":{"type":"string"},"TenantInvoiceId":{"type":"string"},"InspectionTaskId":{"type":"string"},"IsClientVisible":{"type":"boolean","x-nullable":false},"DocumentLinkId":{"type":"string","x-nullable":false},"TenantInvoiceNumber":{"type":"integer","format":"int32"},"ChartAccountName":{"type":"string"},"JobTaskId":{"type":"string"},"TaskId":{"type":"string"},"JobTaskSummary":{"type":"string"},"Number":{"type":"integer","format":"int32","x-nullable":false},"FolioType":{"type":"string"},"LotReference":{"type":"string"},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"MimeType":{"type":"string"},"FileType":{"type":"string"},"FileName":{"type":"string"},"Size":{"type":"integer","format":"int64","x-nullable":false},"ThumbnailsFileSize":{"type":"integer","format":"int64","x-nullable":false},"Status":{"type":"string"},"IsReadOnly":{"type":"boolean","x-nullable":false},"DocumentType":{"type":"string"},"DocumentArea":{"type":"string"}},"description":"QueryDocumentData","type":"object"},"List_QueryDocumentData_":{"title":"List","type":"array","items":{"$ref":"#/definitions/QueryDocumentData"}},"LotDetailApiResponse":{"title":"LotDetailApiResponse","properties":{"Ownership":{"$ref":"#/definitions/OwnershipSqlApiData"},"ActiveOwnershipId":{"type":"string"},"ActiveSaleAgreementId":{"type":"string"},"ActiveTenancyId":{"type":"string"},"ActiveRentalListingId":{"type":"string"},"ActiveSaleListingId":{"type":"string"},"Address":{"$ref":"#/definitions/AddressDetail"},"AddressText":{"type":"string"},"ArchivedOn":{"type":"string","format":"date-time"},"Bathrooms":{"type":"integer","format":"int32","x-nullable":false},"Bedrooms":{"type":"integer","format":"int32","x-nullable":false},"CarSpaces":{"type":"integer","format":"int32","x-nullable":false},"Area":{"type":"number","format":"double"},"AreaUnit":{"type":"string"},"LandArea":{"type":"number","format":"double"},"LandAreaUnit":{"type":"string"},"Description":{"type":"string"},"Id":{"type":"string","x-nullable":false},"KeyNumber":{"type":"string"},"Labels":{"type":"string"},"NextInspectionOn":{"type":"string","format":"date-time"},"Notes":{"type":"string"},"PropertyManager":{"type":"string"},"PrimaryType":{"type":"string"},"PropertySubtype":{"type":"string"},"Reference":{"type":"string"},"Longitude":{"type":"number","format":"double"},"Latitude":{"type":"number","format":"double"},"TaskRemindersCount":{"type":"integer","format":"int64","x-nullable":false},"Tenancy":{"$ref":"#/definitions/TenancyBalanceData"},"SaleListing":{"$ref":"#/definitions/ListingInfo"},"RentalListing":{"$ref":"#/definitions/ListingInfo"},"HasListingProviderImportInProgress":{"type":"boolean","x-nullable":false},"RentOwingPreVacate":{"type":"number","format":"double"},"RentOverpaid":{"type":"number","format":"double"},"ProRataStatus":{"$ref":"#/definitions/FolioBalanceInfo"},"StrataManagerContactId":{"type":"string"},"StrataManagerContactName":{"type":"string"},"HasActiveInvoiceTemplate":{"type":"boolean","x-nullable":false},"HasAccessDetails":{"type":"boolean","x-nullable":false},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"LotDetailApiResponse","type":"object"},"OwnershipSqlApiData":{"title":"OwnershipSqlApiData","properties":{"ContactReference":{"type":"string"},"AccountDetails":{"type":"array","items":{"$ref":"#/definitions/IAccountDetail"}},"FirstName":{"type":"string"},"LastName":{"type":"string"},"Salutation":{"type":"string"},"HomePhone":{"type":"string"},"WorkPhone":{"type":"string"},"CellPhone":{"type":"string"},"NormalisedMobilePhone":{"type":"string"},"Email":{"type":"string"},"DisburseFrequency":{"type":"string"},"DisburseBalance":{"type":"number","format":"double"},"DisburseIncome":{"type":"number","format":"double"},"NextDisburseDate":{"type":"string","format":"date-time"},"Code":{"type":"string"},"LotReference":{"type":"string"},"LotAddressText":{"type":"string"},"GainReason":{"type":"string"},"LostReason":{"type":"string"},"FeesCount":{"type":"integer","format":"int32","x-nullable":false},"Label":{"type":"string"},"ContactPersonCount":{"type":"integer","format":"int32","x-nullable":false},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"LotId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false},"FolioId":{"type":"string","x-nullable":false},"InvoiceFrom":{"type":"string","format":"date-time"},"OwnedFrom":{"type":"string","format":"date-time","x-nullable":false},"SettlementDate":{"type":"string","format":"date-time"},"AgreementStartDate":{"type":"string","format":"date-time"},"AgreementEndDate":{"type":"string","format":"date-time"},"GainDate":{"type":"string","format":"date-time"},"GainReasonId":{"type":"string"},"GainComment":{"type":"string"},"LostDate":{"type":"string","format":"date-time"},"LostReasonId":{"type":"string"},"LostComment":{"type":"string"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"IsReletAllowed":{"type":"boolean","x-nullable":false},"DoNotReletReason":{"type":"string"}},"description":"OwnershipSqlApiData","type":"object"},"IAccountDetail":{"title":"IAccountDetail","properties":{},"description":"IAccountDetail","type":"object"},"ListingInfo":{"title":"ListingInfo","properties":{"DaysOnMarket":{"type":"integer","format":"int32","x-nullable":false},"ListingAgentsName":{"type":"string"},"NextInspectionOn":{"type":"string","format":"date-time"},"PmState":{"type":"string"},"DaysAvaliable":{"type":"integer","format":"int32"},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"LotId":{"type":"string","x-nullable":false},"ManagerMemberId":{"type":"string"},"ManagerMemberId2":{"type":"string"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"ClosedOn":{"type":"string","format":"date-time"},"Labels":{"type":"string"},"PublishedOn":{"type":"string","format":"date-time"},"ListingType":{"type":"string"},"State":{"type":"string"},"Headline":{"type":"string"},"Description":{"type":"string"},"Ensuite":{"type":"integer","format":"int32"},"LivingAreas":{"type":"integer","format":"int32"},"VideoLink":{"type":"string"},"TourLink":{"type":"string"},"InformationStatementUrl":{"type":"string"},"ListingStatuses":{"type":"array","items":{"$ref":"#/definitions/ListingStatus"}},"Garages":{"type":"integer","format":"int32"},"OpenSpaces":{"type":"integer","format":"int32"},"Carports":{"type":"integer","format":"int32"},"Toilets":{"type":"integer","format":"int32"},"ParkingType":{"type":"string"},"Features":{"type":"string"},"RentAmount":{"type":"number","format":"double","x-nullable":false},"RentPeriod":{"type":"string"},"IsDisplayRentAmount":{"type":"boolean","x-nullable":false},"PriceDisplayText":{"type":"string"},"BondAmount":{"type":"number","format":"double","x-nullable":false},"DateAvailable":{"type":"string","format":"date-time"},"PropertyPrice":{"type":"number","format":"double"},"DisplaySalePrice":{"type":"boolean","x-nullable":false},"PropertyPriceView":{"type":"string"},"Authority":{"type":"string"},"AuctionDateTime":{"type":"string","format":"date-time"},"SetSaleDateTime":{"type":"string","format":"date-time"},"UnderOffer":{"type":"boolean","x-nullable":false},"DisplaySoldPrice":{"type":"boolean","x-nullable":false},"SoldDateTime":{"type":"string","format":"date-time"},"SoldPrice":{"type":"number","format":"double"},"AuctionLocation":{"type":"string"},"AdditionalAttributes":{"$ref":"#/definitions/ListingAdditionalAttributes"},"CommercialRentPerAnnum":{"type":"number","format":"double"},"CommercialRentTax":{"type":"string"},"Outgoings":{"type":"number","format":"double"},"CommercialRentMax":{"type":"number","format":"double"},"CommercialRentMin":{"type":"number","format":"double"},"PlusOutgoings":{"type":"boolean","x-nullable":false},"CommercialListingType":{"type":"string"},"Highlight1":{"type":"string"},"Highlight2":{"type":"string"},"Highlight3":{"type":"string"},"OccupancyTitle":{"type":"string"},"CommercialSalePriceTax":{"type":"string"},"Exclusivity":{"type":"string"},"Fencing":{"type":"string"},"AnnualRainfall":{"type":"string"},"Improvements":{"type":"string"},"Irrigation":{"type":"string"},"CarryingCapacity":{"type":"string"},"SoilTypes":{"type":"string"},"CouncilRates":{"type":"string"},"LotLastUpdatedOn":{"type":"string","format":"date-time"},"FeatureList":{"type":"array","items":{"type":"string","x-nullable":false}}},"description":"ListingInfo","type":"object"},"ListingStatus":{"title":"ListingStatus","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"ListingId":{"type":"string"},"LogId":{"type":"integer","format":"int32"},"ListingCompany":{"type":"string"},"State":{"type":"string"},"Status":{"type":"string"},"NewState":{"type":"string"},"ListOn":{"type":"string","format":"date-time"},"Description":{"type":"string"},"IsEnabled":{"type":"boolean","x-nullable":false},"ExternalId":{"type":"string"},"SecondExternalId":{"type":"string"},"ListingProviderId":{"type":"string"},"ListingCompanyDescription":{"type":"string"},"StatusDescription":{"type":"string"},"HtmlDescription":{"type":"string"}},"description":"ListingStatus","type":"object"},"ListingAdditionalAttributes":{"title":"ListingAdditionalAttributes","properties":{"LandAttributes":{"$ref":"#/definitions/LandAttributes"}},"description":"ListingAdditionalAttributes","type":"object"},"LandAttributes":{"title":"LandAttributes","properties":{"LandSize":{"type":"integer","format":"int32","x-nullable":false},"Frontage":{"type":"integer","format":"int32","x-nullable":false},"RearDepth":{"type":"integer","format":"int32","x-nullable":false},"RightDepth":{"type":"integer","format":"int32","x-nullable":false},"LeftDepth":{"type":"integer","format":"int32","x-nullable":false},"CrossOverType":{"type":"string"}},"description":"LandAttributes","type":"object"},"FolioBalanceInfo":{"title":"FolioBalanceInfo","properties":{"Text":{"type":"string"},"Amount":{"type":"number","format":"double"},"Label":{"type":"string"}},"description":"FolioBalanceInfo","type":"object"},"JobTaskQuoteResponse":{"title":"JobTaskQuoteResponse","properties":{"JobTaskQuoteId":{"type":"string","x-nullable":false},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"JobTaskQuoteResponse","type":"object"},"JobTaskQuoteData":{"title":"JobTaskQuoteData","properties":{"Id":{"type":"string","x-nullable":false},"Reference":{"type":"string"},"CustomerId":{"type":"string","x-nullable":false},"JobTaskId":{"type":"string","x-nullable":false},"FolioId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false},"DocumentStorageId":{"type":"string"},"Amount":{"type":"number","format":"double","x-nullable":false},"QuotedOn":{"type":"string","format":"date-time","x-nullable":false},"ContactReference":{"type":"string"},"FileName":{"type":"string"},"Size":{"type":"integer","format":"int64","x-nullable":false},"FileType":{"type":"string"}},"description":"JobTaskQuoteData","type":"object"},"GetReportDetailedResponse":{"title":"GetReportDetailedResponse","properties":{"Inspection":{"$ref":"#/definitions/InspectionTaskData"},"Property":{"$ref":"#/definitions/Lot"},"Owner":{"$ref":"#/definitions/Contact"},"Tenancy":{"$ref":"#/definitions/Tenancy"},"OwnerFolioId":{"type":"string","x-nullable":false},"FrontSection":{"$ref":"#/definitions/FrontSectionBase"},"HasTenantAnswersRequiringReview":{"type":"boolean","x-nullable":false},"RelatedInspection":{"$ref":"#/definitions/RelatedInspection"},"InspectionTenantStatus":{"$ref":"#/definitions/InspectionTenantStatusDto"},"SubscriptionAllowsTenantToReviewECR":{"type":"boolean","x-nullable":false},"IsModificationLockedForAgent":{"type":"boolean","x-nullable":false},"RequiresTenantReviewsEcrFeature":{"type":"boolean","x-nullable":false},"InspectionReport":{"$ref":"#/definitions/InspectionReport"},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"GetReportDetailedResponse","type":"object"},"Tenancy":{"title":"Tenancy","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"LotId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false},"TenancyStart":{"type":"string","format":"date-time","x-nullable":false},"AgreementStart":{"type":"string","format":"date-time","x-nullable":false},"AgreementEnd":{"type":"string","format":"date-time"},"Periodic":{"type":"boolean","x-nullable":false},"TenancyEnd":{"type":"string","format":"date-time"},"Termination":{"type":"string","format":"date-time"},"BreakLease":{"type":"string","format":"date-time"},"Notes":{"type":"string"},"RentAmount":{"type":"number","format":"double","x-nullable":false},"RentPeriod":{"type":"string"},"BondAmount":{"type":"number","format":"double","x-nullable":false},"OpenBondReceived":{"type":"number","format":"double","x-nullable":false},"BondReference":{"type":"string"},"BondInTrust":{"type":"number","format":"double","x-nullable":false},"BankReference":{"type":"string"},"TaxOnRent":{"type":"boolean","x-nullable":false},"GenerateRentInvoice":{"type":"boolean","x-nullable":false},"RentInvoiceDaysInAdvance":{"type":"integer","format":"int32","x-nullable":false},"ReceiptWarning":{"type":"string"},"NextIncreaseAmount":{"type":"number","format":"double"},"NextIncreaseDate":{"type":"string","format":"date-time"},"RentSequence":{"type":"integer","format":"int32","x-nullable":false},"PaidTo":{"type":"string","format":"date-time","x-nullable":false},"EffectivePaidTo":{"type":"string","format":"date-time"},"PartPaid":{"type":"number","format":"double","x-nullable":false},"ProrataTo":{"type":"string","format":"date-time"},"MepayStatus":{"type":"string"},"AllowMepayPayments":{"type":"boolean","x-nullable":false},"ReviewFrequency":{"type":"integer","format":"int32"},"NextReviewDate":{"type":"string","format":"date-time"},"LastReviewedOn":{"type":"string","format":"date-time"},"DirectDebit":{"type":"boolean","x-nullable":false},"DirectDebitFixedAmount":{"type":"number","format":"double"},"DirectDebitFrequency":{"type":"string"},"NextDirectDebitDate":{"type":"string","format":"date-time"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"ExcludeArrearsAutomation":{"type":"boolean","x-nullable":false},"IsWaterUsageCharged":{"type":"boolean","x-nullable":false},"BondDueDate":{"type":"string","format":"date-time"}},"description":"Tenancy","type":"object"},"FrontSectionBase":{"title":"FrontSectionBase","properties":{"Version":{"type":"integer","format":"int32","x-nullable":false},"Region":{"type":"string"},"InspectionType":{"type":"string"}},"description":"FrontSectionBase","type":"object"},"RelatedInspection":{"title":"RelatedInspection","properties":{"InspectionReport":{"$ref":"#/definitions/InspectionReport"},"Inspection":{"$ref":"#/definitions/InspectionTaskData"}},"description":"RelatedInspection","type":"object"},"InspectionReportResponse":{"title":"InspectionReportResponse","properties":{"InspectionReport":{"$ref":"#/definitions/InspectionReport"},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"InspectionReportResponse","type":"object"},"DashboardResponse":{"title":"DashboardResponse","properties":{"ValueWidgets":{"type":"array","items":{"$ref":"#/definitions/ValueWidget"}},"SpecialValues":{"type":"array","items":{"$ref":"#/definitions/ValueWidget"}},"DetailWidgets":{"type":"array","items":{"$ref":"#/definitions/DetailWidget"}},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"DashboardResponse","type":"object"},"ValueWidget":{"title":"ValueWidget","properties":{"Label":{"type":"string"},"Amount":{"type":"number","format":"double"},"Quantity":{"type":"integer","format":"int64"},"Percent":{"type":"number","format":"double"},"IsMemberView":{"type":"boolean","x-nullable":false},"FilterType":{"type":"string"},"AlertLevel":{"type":"string"}},"description":"ValueWidget","type":"object"},"DetailWidget":{"title":"DetailWidget","properties":{"Label":{"type":"string"},"Amount":{"type":"number","format":"double"},"Quantity":{"type":"integer","format":"int64"},"Percent":{"type":"number","format":"double"},"IsMemberView":{"type":"boolean","x-nullable":false},"FilterType":{"type":"string"},"AlertLevel":{"type":"string"},"Type":{"type":"string"},"Values":{"type":"array","items":{"$ref":"#/definitions/ValueWidget"}},"Date":{"type":"string","format":"date-time"},"AdditionalValue":{"type":"integer","format":"int32","x-nullable":false}},"description":"DetailWidget","type":"object"},"ContactAlert":{"title":"ContactAlert","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false},"Contact":{"$ref":"#/definitions/Contact"},"Type":{"type":"string"},"LotId":{"type":"string"},"Priority":{"type":"string"},"Note":{"type":"string"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"ModifiedOn":{"type":"string","format":"date-time","x-nullable":false}},"description":"ContactAlert","type":"object"},"List_ContactAlert_":{"title":"List","type":"array","items":{"$ref":"#/definitions/ContactAlert"}},"JobTaskV2QueryData":{"title":"JobTaskV2QueryData","properties":{"Priority":{"type":"string","enum":["Low","Medium","High","Urgent"]},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"DueDate":{"type":"string","format":"date-time"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false},"ClosedOn":{"type":"string","format":"date-time"},"Summary":{"type":"string"},"Description":{"type":"string"},"SupplierInstructions":{"type":"string"},"SupplierInsuranceExpiryDate":{"type":"string","format":"date-time"},"SupplierInsuranceExpiryDays":{"type":"integer","format":"int32"},"LotId":{"type":"string"},"TenantContactId":{"type":"string"},"OwnerContactId":{"type":"string"},"ContactId":{"type":"string"},"ManagerMemberId":{"type":"string"},"QuoteId":{"type":"string"},"LotReference":{"type":"string"},"TenantReference":{"type":"string"},"OwnerReference":{"type":"string"},"ContactReference":{"type":"string"},"TenantPhone":{"type":"string"},"TenantCellPhone":{"type":"string"},"TenantNormalisedMobilePhone":{"type":"string"},"TenantHomePhone":{"type":"string"},"TenantWorkPhone":{"type":"string"},"OwnerPhone":{"type":"string"},"OwnerCellPhone":{"type":"string"},"OwnerNormalisedMobilePhone":{"type":"string"},"OwnerHomePhone":{"type":"string"},"OwnerWorkPhone":{"type":"string"},"ContactPhone":{"type":"string"},"ContactCellPhone":{"type":"string"},"ContactNormalisedMobilePhone":{"type":"string"},"ContactHomePhone":{"type":"string"},"ContactWorkPhone":{"type":"string"},"StrataContactId":{"type":"string"},"StrataReference":{"type":"string"},"StrataMobilePhone":{"type":"string"},"StrataNormalisedMobilePhone":{"type":"string"},"StrataHomePhone":{"type":"string"},"StrataWorkPhone":{"type":"string"},"StrataEmail":{"type":"string"},"TenantEmail":{"type":"string"},"OwnerEmail":{"type":"string"},"ContactEmail":{"type":"string"},"TaskManagerName":{"type":"string"},"TaskManagerEmail":{"type":"string"},"TaskManagerMobile":{"type":"string"},"TaskManagerWork":{"type":"string"},"LotActiveManagerMemberId":{"type":"string"},"LotManagerName":{"type":"string"},"LotManagerEmail":{"type":"string"},"LotManagerMobile":{"type":"string"},"LotManagerWork":{"type":"string"},"ManagerName":{"type":"string"},"ManagerMobile":{"type":"string"},"ManagerWork":{"type":"string"},"ManagerEmail":{"type":"string"},"Number":{"type":"integer","format":"int32","x-nullable":false},"Status":{"type":"string"},"ReportedContactType":{"type":"string"},"Access":{"type":"string"},"Labels":{"type":"string"},"MainPhotoDocumentId":{"type":"string"},"Timestamp":{"type":"integer","format":"int64","x-nullable":false},"TaskType":{"type":"string"},"OwnerAttending":{"type":"boolean","x-nullable":false},"TenantAttending":{"type":"boolean","x-nullable":false},"StrataAttending":{"type":"boolean","x-nullable":false},"SupplierReference":{"type":"string"},"DisplayNumber":{"type":"string"},"Label":{"type":"string"}},"description":"JobTaskV2QueryData","type":"object"},"JobQueryV2Data":{"title":"JobQueryV2Data","properties":{"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"DueDate":{"type":"string","format":"date-time"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"ClosedOn":{"type":"string","format":"date-time"},"Summary":{"type":"string"},"Description":{"type":"string"},"Labels":{"type":"string"},"LotId":{"type":"string"},"OwnerContactId":{"type":"string"},"TenantContactId":{"type":"string"},"ContactId":{"type":"string"},"ManagerMemberId":{"type":"string"},"LotReference":{"type":"string"},"ContactReference":{"type":"string"},"JobTaskQuotationReference":{"type":"string"},"ManagerName":{"type":"string"},"MemberFirstName":{"type":"string"},"MemberLastName":{"type":"string"},"Status":{"type":"string"},"Number":{"type":"integer","format":"int32","x-nullable":false},"OwnerAttending":{"type":"boolean","x-nullable":false},"TenantAttending":{"type":"boolean","x-nullable":false},"SupplierReference":{"type":"string"},"DisplayNumber":{"type":"string"},"QuoteReference":{"type":"string"},"Priority":{"type":"string","enum":["Low","Medium","High","Urgent"]}},"description":"JobQueryV2Data","type":"object"},"List_JobQueryV2Data_":{"title":"List","type":"array","items":{"$ref":"#/definitions/JobQueryV2Data"}},"IntegratorJobTaskV2QueryData":{"title":"IntegratorJobTaskV2QueryData","properties":{"Priority":{"type":"string","enum":["Low","Medium","High","Urgent"]},"LotReference":{"type":"string"},"TenantReference":{"type":"string"},"OwnerReference":{"type":"string"},"ContactReference":{"type":"string"},"ManagerName":{"type":"string"},"IsLetterStatement":{"type":"boolean","x-nullable":false},"StatementId":{"type":"string","x-nullable":false},"TaskType":{"type":"string"},"Timestamp":{"type":"integer","format":"int64","x-nullable":false},"OwnerAttending":{"type":"boolean","x-nullable":false},"TenantAttending":{"type":"boolean","x-nullable":false},"SupplierReference":{"type":"string"},"DisplayNumber":{"type":"string"},"Number":{"type":"integer","format":"int32","x-nullable":false},"Status":{"type":"string"},"ReportedContactType":{"type":"string"},"Access":{"type":"string"},"MainPhotoDocumentId":{"type":"string"},"DocumentLinkTextName":{"type":"string"},"QuoteId":{"type":"string"},"SupplierInstructions":{"type":"string"},"Id":{"type":"string","x-nullable":false},"CustomerId":{"type":"string","x-nullable":false},"DueDate":{"type":"string","format":"date-time"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"ClosedOn":{"type":"string","format":"date-time"},"Summary":{"type":"string"},"Description":{"type":"string"},"LotId":{"type":"string"},"TenantContactId":{"type":"string"},"OwnerContactId":{"type":"string"},"ContactId":{"type":"string"},"ManagerMemberId":{"type":"string"},"Labels":{"type":"string"},"UpdatedOn":{"type":"string","format":"date-time","x-nullable":false}},"description":"IntegratorJobTaskV2QueryData","type":"object"},"List_IntegratorJobTaskV2QueryData_":{"title":"List","type":"array","items":{"$ref":"#/definitions/IntegratorJobTaskV2QueryData"}},"InspectionList":{"title":"InspectionList","properties":{"TenantInspections":{"type":"array","items":{"$ref":"#/definitions/TenantInspection"}}},"description":"InspectionList","type":"object"},"TenantInspection":{"title":"TenantInspection","properties":{"CustomerId":{"type":"string","x-nullable":false},"ContactId":{"type":"string","x-nullable":false},"InspectionTasks":{"type":"array","items":{"$ref":"#/definitions/InspectionTaskDetail"}},"Lot":{"$ref":"#/definitions/LotForInspection"}},"description":"TenantInspection","type":"object"},"InspectionTaskDetail":{"title":"InspectionTaskDetail","properties":{"InspectionTaskId":{"type":"string","x-nullable":false},"InspectionReportId":{"type":"string","x-nullable":false},"LotId":{"type":"string","x-nullable":false},"StartTime":{"type":"string","format":"date-time"},"CreatedOn":{"type":"string","format":"date-time","x-nullable":false},"ClosedOn":{"type":"string","format":"date-time"},"Duration":{"type":"integer","format":"int32","x-nullable":false},"Type":{"type":"string"},"Status":{"type":"string"},"Summary":{"type":"string"},"Description":{"type":"string"},"Labels":{"type":"string"}},"description":"InspectionTaskDetail","type":"object"},"LotForInspection":{"title":"LotForInspection","properties":{"LotId":{"type":"string","x-nullable":false},"Reference":{"type":"string"},"Address":{"$ref":"#/definitions/AddressDetail"},"AddressText":{"type":"string"},"PropertyType":{"type":"string"},"MainPhotoDocumentId":{"type":"string"}},"description":"LotForInspection","type":"object"},"UpdateReportAreaResponse":{"title":"UpdateReportAreaResponse","properties":{"Ids":{"type":"array","items":{"type":"string","x-nullable":false}},"Areas":{"type":"array","items":{"$ref":"#/definitions/ReportAreaInfo"}},"ResponseStatus":{"$ref":"#/definitions/ResponseStatus"},"IsSuccessful":{"type":"boolean","x-nullable":false}},"description":"UpdateReportAreaResponse","type":"object"}},"parameters":{"Accept":{"name":"Accept","in":"header","description":"Accept Header","type":"string","required":true,"enum":["application/json"]}},"securityDefinitions":{"Bearer":{"type":"apiKey","name":"Authorization","in":"header"}},"tags":[{"name":" Scope: Activities"},{"name":" Scope: Bills"},{"name":" Scope: Contacts"},{"name":" Scope: Messages"},{"name":" Scope: Properties"},{"name":"auth"},{"name":"Comments"},{"name":"config"},{"name":"Connection"},{"name":"Contacts"},{"name":"Dashboards"},{"name":"Documents"},{"name":"entity"},{"name":"external"},{"name":"Images"},{"name":"Inspections"},{"name":"inspectme"},{"name":"JobTasks"},{"name":"Members"},{"name":"mob"},{"name":"monitor"},{"name":"portal"},{"name":"Properties"},{"name":"reports"},{"name":"sec"},{"name":"Tasks"},{"name":"Tenancies"},{"name":"test"},{"name":"v1"}]}