2 Owner Invoices (Deprecated)
post
/api/v1/invoice
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 particular API does not create a jobID or uri for the user. The audit response is provided immediately after the user submits the import payload to this API.
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:
-
materialStored(required): 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:
02-02-2023
-
retentionHeld(required): string
Amount of retention held for this phase code and invoiceExample:
300
-
retentionRequested(required): string
Amount of retention requested for this phase code and invoiceExample:
0
-
workCompleted(required): number
Amount billed for this phase code, for this invoiceExample:
2000
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Root Schema : schema
Type:
Show Source
object
-
description: string
First line item for general constructionExample:
-
materialStored: number
Amount stored, for the phase code and this invoiceExample:
1000
-
phaseCode: string
SOV phase code from prime contract SOVExample:
001
-
projectNumber: string
The project this subcontract is written againstExample:
02-02-2023
-
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
Default Response
Links to working URLs
Links
- Production URL
-
https://services.texturacorp.com/ebis/api/v1/invoice
- Test URL
-
https://usint1.texturacorp.com/ebis/api/v1/invoice