CreateSupplierCustomerDto
attributes object
Attributes of the supplier. The keys are the attribute names, and the values are the attribute values.
property name* object
- string
- number
- boolean
- array
- object
- null
Value for a String or List attribute
Value for a Number attribute
Value for a Yes/No attribute
Value for the qualification attribute, each key in the object is the name of a qualification value and the value is an array of category paths. Each of these paths is a string of category names split by a double slash (//), can only have up to 6 levels and must always start from the root. Partial paths are supported and will be converted to each of the last category levels of the category tree, and more specific paths will override less specific ones.
Value for null attributes
Possible values: [active, inProgress, blocked]
activeactivecontacts object[]
Possible values: <= 10
Possible values: <= 255 characters
Possible values: <= 255 characters
Possible values: <= 255 characters
{
"attributes": {
"region": "North America",
"annual_revenue": 50000000,
"iso_certified": true,
"product_categories": [
"Electronics",
"Software",
"Hardware"
],
"qualification": {
"Qualified": [
"Manufacturing//Electronics//Semiconductors"
],
"Onboarding pending": [
"Manufacturing//Automotive//Engine Parts",
"Manufacturing//Automotive//Brakes"
],
"Not qualified": [
"Manufacturing//Medical Devices//Diagnostic Equipment"
]
},
"payment_terms": "Net 30",
"years_in_business": 15,
"minority_owned": false,
"sustainability_rating": "A",
"preferred_vendor": true,
"emergency_contact": null
},
"status": "active",
"contacts": [
{
"email": "user@example.com",
"firstName": "string",
"lastName": "string"
}
],
"name": "string"
}