1a Invoices Request

post

/api/v1/export/invoices

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

Header Parameters
Supported Media Types
Request Body - application/json ()
  • application/json
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

The job was successfully created.
Body ()
Root Schema : schema
Type: object
Show Source
  • Endpoint for export record retrieval
    Example: https://services.texturacorp.com/ebis/api/v1/export/invoices/82
Examples

Default Response

Back to Top