3 Document File Request
post
/api/v1/document-file
Organizations in the owner seat of a project are able to export documents via this API. The Document-meta API provides a listing of available documents for export, depending on parameters specified. This API allows for individual export of those available documents. Documents available to the Owner:
- GC documents - all documents signed on TPM, including invoice attachments, are available when the invoice is fully approved.
- Subcontractor documents - all documents signed on TPM, including invoice attachments, are available when the GC invoice is fully approved and Open Book is enabled.
- Invoice
- Sworn Statement
- Lien Waiver
- Conditional Lien Waiver
Request
Header Parameters
-
Authentification(required):
The protocol for the API requires a valid username and password for TPM.
Supported Media Types
- application/json
- application/json
Root Schema : schema
Type:
Show Source
object
-
document_resource_uri: string
The document URI must be contained within the payload in order to pull the file from the APIExample:
/api/v1/documents/document-file/250010/invoice-id/20110
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
The document is included in response.
Examples
Default Response
Links to working URLs
Links
- Production URL
-
https://services.texturacorp.com/ebis/api/v1/document-file
- Test URL
-
https://usint1.textura.oraclecloud.com/ebis/api/v1/document-file