{
"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
}

Request Body schema: application/json

portfolio_id
integer
default:"null"
Unique ID for Portfolio
owner_id
integer
default:"null"
Unique ID for Portfolio Owner
pm_id
integer
default:"null"
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.
name
string
default:"null"
Name of Portfolio
created_at
string
string <date-time>
updated_at
string
string <date-time>
pm_company_id
integer
Unique ID for property manager company of portfolio
escalation_contact_list
array
default:"null"
List of names and contact methods for people to contact for maintenance escalation. [INHERITABLE]
escalation_failed_email_list
string
default:"null"
List of email addresses to contact in event of failed escalation (unable to reach a member of escalation_contact_list). [INHERITABLE]
job_contact_group
string
default:"null"
Pre-dispatch instructions [INHERITABLE]
emergency_max_cost_soft
number
default:"null"
Soft maximum cost for emergency Jobs. [INHERITABLE]
emergency_max_cost_hard
number
default:"null"
Hard maximum cost for emergency Jobs. [INHERITABLE]
lcn_payment_method_id
integer
default:"null"
ID of Payment Method to be used to pay LCN service providers for Jobs at this Property. [INHERITABLE]
max_cost_soft
number
default:"null"
Soft maximum cost for non-emergency Jobs. [INHERITABLE]
max_cost_hard
number
default:"null"
Hard maximum cost for non-emergency Jobs. [INHERITABLE]
default_access_instructions
string
default:"null"
Description of how to gain access to the Property if the Tenant is not present. [INHERITABLE]
no_access_instructions
integer
default:"0"
1 or 0 representing if the Property has access instructions (helpful for overriding Company or Portfolio access instructions) [INHERITABLE]
default_notification_group_id
integer
default:"null"
ID of User group to which notifications about this Property should be sent. [INHERITABLE]
use_default_automation
integer
default:"1"
1 or 0 representing if the system should use Default Action Set Groups
inherits_vendor_priorities
integer
default:"1"
Inherit Vendor prioritization from Company
lcn_opt_out
integer
default:"0"
1 or 0 representing if the Property should be opted out of using service providers in the LCN network. [INHERITABLE]
troubleshooting_flow_id
integer
default:"null"
ID of Troubleshooting Workflow to use with Property
emergency_temp_high
number
default:"null"
High temperature (fahrenheit) used to indicate emergency conditions. Temperatures at or above this value indicate emergency conditions for maintenance coordination. [INHERITABLE]
emergency_temp_low
number
default:"null"
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
number
default:"null"
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
number
default:"null"
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]
review_url
string
default:"null"
URL for tenants to leave reviews
subscription_payment_method_id
integer
ID of payment method used to pay subscription fees
pre_dispatch_user_group_id
integer
default:"null"
User Group used for Pre-Dispatch
emergency_escalation_user_group_id
integer
default:"null"
User Group used for Emergency Escalations
invoice_notification_user_group_id
integer
default:"null"
User Group used for Invoice Notifications
integration_sync_method
string
default:"null"
Determines which work orders should be synced into Latchel from a third party integration for properties in this portfolio

Response

200
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
}