Request Body schema: application/json
Unique ID for Portfolio Owner
ID of Manager User in organization responsible for the Property. This will automatically be set to the primary user of the organization if left null.
Unique ID for property manager company of portfolio
List of names and contact methods for people to contact for maintenance escalation. [INHERITABLE]
escalation_failed_email_list
List of email addresses to contact in event of failed escalation (unable to reach a member of escalation_contact_list). [INHERITABLE]
Pre-dispatch instructions [INHERITABLE]
Soft maximum cost for emergency Jobs. [INHERITABLE]
Hard maximum cost for emergency Jobs. [INHERITABLE]
ID of Payment Method to be used to pay LCN service providers for Jobs at this Property. [INHERITABLE]
Soft maximum cost for non-emergency Jobs. [INHERITABLE]
Hard maximum cost for non-emergency Jobs. [INHERITABLE]
default_access_instructions
Description of how to gain access to the Property if the Tenant is not present. [INHERITABLE]
1 or 0 representing if the Property has access instructions (helpful for overriding Company or Portfolio access instructions) [INHERITABLE]
default_notification_group_id
ID of User group to which notifications about this Property should be sent. [INHERITABLE]
1 or 0 representing if the system should use Default Action Set Groups
inherits_vendor_priorities
Inherit Vendor prioritization from Company
1 or 0 representing if the Property should be opted out of using service providers in the LCN network. [INHERITABLE]
ID of Troubleshooting Workflow to use with Property
High temperature (fahrenheit) used to indicate emergency conditions. Temperatures at or above this value indicate emergency conditions for maintenance coordination. [INHERITABLE]
Low temperature (fahrenheit) used to indicate emergency conditions. Temperatures at or below this value indicate emergency conditions for maintenance coordination. [INHERITABLE]
emergency_temp_high_disabilities
High temperature (fahrenheit) used to indicate emergency conditions if one or more Tenants are disabled. Temperatures at or above this value indicate emergency conditions for maintenance coordination. [INHERITABLE]
emergency_temp_low_disabilities
Low temperature (fahrenheit) used to indicate emergency conditions if one or more Tenants are disabled. Temperatures at or below this value indicate emergency conditions for maintenance coordination. [INHERITABLE]
URL for tenants to leave reviews
subscription_payment_method_id
ID of payment method used to pay subscription fees
pre_dispatch_user_group_id
User Group used for Pre-Dispatch
emergency_escalation_user_group_id
User Group used for Emergency Escalations
invoice_notification_user_group_id
User Group used for Invoice Notifications
Determines which work orders should be synced into Latchel from a third party integration for properties in this portfolio
Response
Return a 200 status to indicate that the data was received successfully
{
"portfolio_id": null,
"owner_id": null,
"pm_id": null,
"name": null,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"pm_company_id": 1234,
"escalation_contact_list": null,
"escalation_failed_email_list": null,
"job_contact_group": null,
"emergency_max_cost_soft": 400,
"emergency_max_cost_hard": 600,
"lcn_payment_method_id": null,
"max_cost_soft": 400,
"max_cost_hard": 600,
"default_access_instructions": "Key is hidden under 174th stone in 12th row of cobblestone driveway",
"no_access_instructions": 0,
"default_notification_group_id": null,
"use_default_automation": 1,
"inherits_vendor_priorities": 1,
"lcn_opt_out": 0,
"troubleshooting_flow_id": null,
"emergency_temp_high": 92,
"emergency_temp_low": 40,
"emergency_temp_high_disabilities": 92,
"emergency_temp_low_disabilities": 40,
"review_url": null,
"subscription_payment_method_id": 0,
"pre_dispatch_user_group_id": null,
"emergency_escalation_user_group_id": null,
"invoice_notification_user_group_id": null,
"integration_sync_method": null
}