/
Work Order Estimates Object

Work Order Estimates Object

The work order estimates object will contain a list of estimates for the specified work order. Specifically, the file name and last modified date will be returned for each estimate PDF saved to S3 for the specified work order.

On this page:

Work Order Estimates Object Formats

JSON Format
{
	"Estimates": [{
		"Name": "",
		"LastModifiedDate": ""
	}]
}

Work Order Estimate List Object Properties

PropertyTypeDescription
Namestring

The name of the estimate PDF file saved to S3

LastModifiedDatedatetimeThe date and time that the PDF file was last modified

Related content

Work Order Invoices Object
Work Order Invoices Object
More like this
Work Order Estimate REST API
Work Order Estimate REST API
More like this
Work Order Estimate Object
Work Order Estimate Object
More like this
Work Order Estimate History REST API
Work Order Estimate History REST API
More like this