1b Invoice Rejections Response
get
/api/v1/export/invoice-rejections/{jobID}
This API would allow the user to retrieve invoice rejection records from Textura. Invoice rejections are generated when a GC rejects an invoice in Textura. If no invoices have been rejected, then no rejection records will be created. Invoice rejections are summary; they do not have detail records. Note that invoice rejections are a one-time event. When the export for the invoice rejections has run, it cannot be rerun.
Request
Path Parameters
-
jobID(required): integer(int64)
Unique identifier of the job number.
Header Parameters
-
Authentification(required): string
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/invoice-rejections/{jobID}
- Test URL
-
https://usint1.textura.oraclecloud.com/ebis/api/v1/export/invoice-rejections/{jobID}