1a Supplier Diversity Tracking
post
/api/v2/vendor-classifications
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
Header Parameters
-
Authentification(required): string
The protocol for the API requires a valid username and password for TPM.
Supported Media Types
- application/json
- application/json
Root Schema : schema
Type:
Show Source
object
-
erpVendorID: string
ERP vendor ID of the vendor organizationExample:
-
vendorOrgDiversityValues: array
vendorOrgDiversityValues
-
vendorOrgID: number
TPM organization ID of the vendorExample:
-
vendorOrgName(required): number
TPM organization name of the vendorExample:
RON095
-
vendorOrgTaxID: string
Vendor organization's tax IDExample:
Nested Schema : vendorOrgDiversityValues
Type:
Show Source
array
-
Array of:
string
Supplier diversity information to be stored at vendor organization levelExample:
AABE, LGBTQ, SBE
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
The job was successfully created.
Root Schema : schema
Type:
Show Source
object
-
URI: string
Endpoint for job-audit retrievalExample:
https://services.texturacorp.com/ebis/api/v2/vendor-classifications/3000
Examples
Default Response
Links to working URLs
Links
- Production URL
-
https://services.texturacorp.com/ebis/api/v2/vendor-classifications
- Test URL
-
https://usint1.texturacorp.com/ebis/api/v2/vendor-classifications