1b Supplier Diversity Tracking Audit
get
/api/v2/vendor-classifications/{jobID}
This API allows the user to import diversity values for vendors, using a unique combination of the parameters: Vendor Organization ID, ERP Vendor ID, Vendor Organization Name and Vendor Organization TaxID. Successful import will assign diversity values from the payload to a matching vendor organization on the system.
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
-
audit: string
Example:
Manual check imported
-
code: number
Status codeExample:
200
-
erpVendorID: string
ERP vendor IDExample:
-
jobID: number
Example:
34889284
-
status: string
Example:
SUCCESS
-
total: number
Example:
1
-
totalDuplicate: number
Example:
0
-
totalError: number
Example:
0
-
totalInfo: number
Example:
0
-
totalSuccess: number
Example:
1
-
vendorOrgDiversityValues: array
vendorOrgDiversityValues
-
vendorOrgID: number
Subcontractor organization IDExample:
-
vendorOrgName: number
Subcontractor organization nameExample:
RON095
-
vendorOrgTaxID: string
Subcontractor Tax IDExample:
Nested Schema : vendorOrgDiversityValues
Type:
Show Source
array
-
Array of:
string
Diversity valuesExample:
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/vendor-classifications/{jobID}
- Test URL
-
https://usint1.textura.oraclecloud.com/ebis/api/v2/vendor-classifications/{jobID}