{
  "job_id": "string",
  "data": {}
}

Path Parameters

idrequired
string

The ID of the resource.

idrequired
string

The ID of the resource.

Body

entry_details
string

Notes specific to entering the unit. Maps to the "EntryNotes" field in the PMS

idrequired
string
invoice_number
string

The invoice or reference number that the vendor assigned to the work order. Maps to the "InvoiceNumber" field in the PMS

permission_to_enter
boolean

Boolean indicating if authorized to enter property

vendor_notes
string

Notes from the vendor. Maps to the "closingComments" field in the PMS

work_details
string

Description of the work order. Maps to the "notes" field in the PMS

x_resident_id
string

Resident unique identifier. Maps to the "customerId" field in the PMS

x_vendor_id
string

The unique identifier of the vendor associated with the request. Maps to the "VendorID" field in the PMS

custom_data
object

Custom data

assigned_to_id
string

The unique identifier of the staff associated with the request. Maps to the "AssignedToUserID" field in the PMS

category_id
string

The unique identifier of the category associated with the request. Maps to the "CategoryID" field in the PMS

completed_date
string

The date the work order was completed

due_date
string

The due date assigned to the request. Maps to the "DueDate" field in the PMS

location_id
string

The unique identifier of the location associated with the request. Maps to the "maintenanceLocationId" field in the PMS

main_phone
string

The main phone number associated with the request. Maps to the "mainPhoneNumber" field in the PMS

pet_details
string

Pet details are required if the lease has pets or if permission to enter is denied so that a reason why entry is not permitted can be explained or a pet warning given. Maps to the "petsDescription" field in the PMS

priority_id
string

The unique identifier of the priority associated with the request. Maps to the "PriorityID" field in the PMS

problem_id
string

The unique identifier of the problem associated with the request. Maps to the "maintenanceProblemId" field in the PMS

scheduled_end_date
string

The date the work order is scheduled to end

scheduled_start_date
string

The date the work is scheduled to start

status_id
string

The unique identifier of the status associated with the request. Maps to the "StatusID" field in the PMS

sub_problem_id
string

The unique identifier of the sub problem associated with the request. Maps to the "subMaintenanceProblemId" field in the PMS

x_lease_id
string

The unique identifier of the lease associated with the request. Maps to the "leaseId" field in the PMS

x_parent_work_order_id
string

Unique indentifier of the parent work order associated with the request. Maps to the "parentWorkOrderId" field in the PMS

x_property_id
string

The unique identifier of property associated with the request. Maps to the "propertyId" field in the PMS

task_title
string

The title of the work order

work_order_id
string

The Propify unique identifier for the work order

property_id
string

The Propify unique identifier for the property

unit_id
string

The Propify unique identifier for the unit

vendor_id
string

The Propify unique identifier for the vendor

lease_id
string

The Propify unique identifier for the lease

requested_by
string

The name of the person who requested the work order

total_cost_in_cents
number

The total cost in cents

category
string

The category used to classify the work order

created_date
string

The date the work order was created

entry_date
string

The date to enter the property

problem
string

Description of the problem

total_time_in_minutes
number

The total hours worked in minutes

priority
string

The priority of the work order, either low, medium, or high

status
string

The current status of the work order

type
string

The type of work order: General, Service Request, Turnover, Inpsection, or Estimate

Available options:
General,
Service Request,
Turnover,
Inspection,
Estimate

Response

job_idrequired
string

The ID of the job created to handle this operation

datarequired
object

Returned data from the operation. This is dependent on the vendor specific endpoint's returned data.