Approve a maintenance quote
Gives the job to this supplier at this price, rejects every other quote on the job, and works out whether the landlord has to be asked.
Authorizations
API Key authentication. Use "Bearer YOUR_API_KEY".
Path Parameters
The id identifier.
Response
Returns the maintenance quote 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.quote The quoted amount, in the smallest currency unit. null until the supplier has submitted a price.
The time at which the quote was approved.
The user who approved the quote.
Three-letter ISO currency code, in lowercase. Must be a supported currency.
gbp, usd, eur, sek "gbp"
What the supplier is quoting for, or any caveats they attached to the price.
The time after which the quoted price no longer stands.
IDs of files attached to the quote, such as the supplier’s own quote document.
The maintenance issue the quote’s job belongs to.
The job the quote is for.
The time at which the quote was rejected.
Why the quote was rejected.
The time at which the quote was requested from the supplier.
The status of the quote.
draft, requested, submitted, approved, rejected, canceled The time at which the supplier last submitted a price.
The supplier the quote is from.
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.