/
Work Order Invoices Object

Work Order Invoices Object

The work order invoices 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 invoice PDF saved to S3 for the specified work order.


Work Order Invoices Object Formats

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

Work Order Invoices Object Properties

PropertyTypeDescription
Namestring

The name of the invoice PDF file saved to S3

LastModifiedDatedatetimeThe date and time that the PDF file was last modified

Related content

Work Order Estimates Object
Work Order Estimates Object
More like this
Work Order Invoice REST API
Work Order Invoice REST API
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