Skip to main content

UpdateSupplierCustomerDto

statusstring

Possible values: [active, inProgress, blocked]

Example: active
attributes object

Attributes of the supplier. The keys are the attribute names, and the values are the attribute values.

property name* object
oneOf
string

Value for a String or List attribute

archivedboolean
namestring

Possible values: <= 255 characters

UpdateSupplierCustomerDto
{
"status": "active",
"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
},
"archived": true,
"name": "string"
}