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
-
jobID(required): integer(int64)
Unique identifier of the job number.
Header Parameters
-
Authentification(required):
The protocol for the API requires a valid username and password for TPM.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
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
Links
- Production URL
-
https://services.texturacorp.com/ebis/api/v1/export/invoices/{jobID}
- Test URL
-
https://usint1.textura.oraclecloud.com/ebis/api/v1/export/invoices/{jobID}