Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

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
  • No labels