1a Owner Invoices
post
/api/v2/owner-invoices
Records imported through this service will be created as an invoice from the General Contractor to an owner using the projectNumber and phaseCode on the record. The records will import against the earliest draw in the project that has not yet been sent to signer. This API is similar to the (v1) Owner Invoices, except that a jobID and uri are created for the user after a file is imported. The uri provided will supply the audit response for the import.
Request
Header Parameters
-
Authentification(required): string
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
-
description: string
First line item for general constructionExample:
-
invoiceNumber: string
The invoice numberExample:
100022
-
materialStored: number
Amount stored, for the phase code and this invoiceExample:
1000
-
phaseCode(required): string
SOV phase code from prime contract SOVExample:
001
-
projectNumber(required): string
The project this subcontract is written againstExample:
01-441-1BZ
-
retentionHeld: string
Amount of retention held for this phase code and invoiceExample:
300
-
retentionRequested: string
Amount of retention requested for this phase code and invoiceExample:
0
-
workCompleted: number
Amount billed for this phase code, for this invoiceExample:
2000
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
The job was successfully created.
Root Schema : schema
Type:
Show Source
object
-
URI: string
Endpoint for job-audit retrievalExample:
https://services.texturacorp.com/ebis/api/v2/owner-invoices/3698
Examples
Default Response
Links to working URLs
Links
- Production URL
-
https://services.texturacorp.com/ebis/api/v2/owner-invoices
- Test URL
-
https://usint1.texturacorp.com/ebis/api/v2/owner-invoices