1b ERP Records Audit
get
/api/v2/erp-records/{jobID}
This API will import data related to any Invoice, Rejection, or Payment that are created within the ERP, by Textura integration. The ERP records can be imported in situations where there is no match with an export header or an invoice contract. In this situation, certain fields within Textura will denote "No matching invoice contract found" and retrieval of the audit records for the import job, will show that the records were imported successfully.
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
Audit data included in response payload.
Root Schema : schema
Type:
Show Source
object
-
actionType: string
Example:
invoice
-
audit: string
Example:
ERP record imported
-
code: number
Example:
200
-
drawNumber: string
Example:
oracle.doceng.json.BetterJsonNull@531c311e
-
erpRecordID: string
Example:
5555789123
-
erpReleaseRecordID: string
Example:
oracle.doceng.json.BetterJsonNull@4b672daa
-
invoiceNumber: string
Example:
A05-3330001140
-
JobID: number
Example:
39900012
-
mainJobNumber: string
Example:
2877330250-312200
-
revisionNumber: string
Example:
oracle.doceng.json.BetterJsonNull@7b324585
-
status: string
Job statusExample:
SUCCESS
-
subContractNumber: string
Example:
3330001140
-
total: number
Example:
2
-
totalDuplicate: number
Example:
0
-
totalError: number
Example:
0
-
totalInfo: number
Example:
0
-
totalSuccess: number
Example:
2
-
vendorID: string
Example:
234555
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/v2/erp-records/{jobID}
- Test URL
-
https://usint1.textura.oraclecloud.com/ebis/api/v2/erp-records/{jobID}