1b Compliance Requirements Audit
get
/api/v1/import/compliance-requirements/{jobID}
Grabs an audit file for a Compliance Requirements job, if the audit file exists.
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.
Root Schema : schema
Type:
Show Source
object
-
formattedMessage: string
Example:
'Worker's Comp' is set to Received for Arrange Engineering for contract number DA34-019:0010
-
isoDateTime: string
Example:
2023-02-02T12:24:17.215807
-
mainJobNumber: string
Example:
DA-DA34-019
-
newRequirementStatus: string
Example:
Received
-
requirementName: string
Example:
Worker's Comp
-
status: string
Example:
SUCCESS
-
subcontractNumber: string
Example:
DA34-019:0010
-
subJobNumber: string
Example:
DA-DA34-019
-
texturaJobID: number
Example:
34886500
-
totalDuplicate: number
Example:
0
-
totalError: number
Example:
1
-
totalInfo: number
Example:
0
-
totalSuccess: number
Example:
1
-
vendorId: string
Example:
11020949
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/import/compliance-requirements/{jobID}
- Test URL
-
https://usint1.textura.oraclecloud.com/ebis/api/v1/import/compliance-requirements/{jobID}