Skip to main content

SupplierCustomer

idstring<uuid>required
namestringrequired
statusstringrequired

Possible values: [active, inProgress, blocked]

Example: active
createdAtstring<date-time>required
archivedbooleanrequired
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

contacts object[]
  • Array [
  • idstring<uuid>required
    firstNamestringrequired
    lastNamestringrequired
    emailstring<email>required
  • ]
  • SupplierCustomer
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "name": "string",
    "status": "active",
    "createdAt": "2024-07-29T15:51:28.071Z",
    "archived": true,
    "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
    },
    "contacts": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "firstName": "string",
    "lastName": "string",
    "email": "user@example.com"
    }
    ]
    }