Request landlord approval for a maintenance job
Emails the landlord a link to approve or decline the cost of the job, and holds the job until they answer.
Authorizations
API Key authentication. Use "Bearer YOUR_API_KEY".
Path Parameters
The id identifier.
Body
The ID of the owner to ask. Defaults to the unit’s primary owner.
Response
Returns the maintenance job object if the request succeeded.
Unique identifier for the object.
Time at which the object was created. Measured in seconds since the Unix epoch.
maintenance.job The quote that was approved for the job, if the job was costed by quoting.
The user responsible for the job.
The time at which the job was canceled.
Why the job was canceled.
The time at which the job was completed.
What was done, recorded when the job was completed.
What the job will cost, from the approved quote or entered directly for work done in house. null until the job has been costed.
A description of the work to be done.
Whether the work is being done in house rather than by an external supplier.
IDs of files uploaded as invoices for the job.
The maintenance issue the job belongs to.
Where the job stands with the landlord whose property it is.
The name of the job.
When the visit is expected to finish.
When the visit is expected to start.
The time at which work started.
The status of the job.
draft, quoting, approved, scheduled, in_progress, completed, canceled The supplier carrying out the work.
The unit the work is at, taken from the issue.
The account that the object belongs to. Only returned if the request is made with a valid Yorlet-Context header.
Only returned if the object has been deleted.