1b Invoices Response

get

/api/v1/export/invoices/{jobID}

This API will provide the export of approved invoices. Textura has two methods of sending invoices that are requesting the release of previously held retention:
  • In a separate invoice that only contains the retention released amounts. This invoice would use the client standard invoice number format but with an R appended to end of the string. A separate invoice, without the R, would be created to represent the progress billing portion of this invoice.
  • As part of the same invoice record using the InvoiceRetentionRelease and ItemRetentionRelease fields.

A successful response will provide a uri that can be used to grab export data. User must send a GET request to the uri, with the proper credentials.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

The job was successfully created.
Examples

202 Response

Accepted. Encountered when the requestor has asked for request export data or an audit log, but the request is still in process.

Default Response

Links to working URLs
Back to Top